summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [clang-cl] Use the Windows response file tokenizerReid Kleckner2015-07-151-1/+3
* [Static Analyzer] Do not fail silently, when the analyzer is invoked from too...Gabor Horvath2015-07-151-1/+6
* Allow any comment to be a trailing comment when -fparse-all-comments is on.James Dennett2015-07-151-7/+79
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-152-15/+60
* Run clang-format on Tools.h, the indentation is inconsistentReid Kleckner2015-07-151-392/+378
* [Targets] Define __BOOL_DEFINED for Windows targets in C++ modeDavid Majnemer2015-07-151-0/+2
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-0/+1
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-1/+2
* [PPC64LE] Fix vec_sld semantics for little endianBill Schmidt2015-07-151-24/+203
* Set comdat when an available_externally thunk is converted to linkonce_odr.Rafael Espindola2015-07-151-12/+17
* Add support for armv7-windows-gnu targets to the clang front end.Yaron Keren2015-07-151-0/+43
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-153-11/+8
* [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...Alexey Bataev2015-07-151-3/+30
* [modules] Switch to the normal reverse postorder visitation algorithm when co...Richard Smith2015-07-152-80/+82
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-142-4/+11
* Make the variable names match the name of the metadata they control.Tyler Nowicki2015-07-143-39/+38
* Driver: Delete dead codeJustin Bogner2015-07-141-7/+0
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-144-5/+50
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-3/+10
* [modules] Avoid repeatedly hashing the same name when looking it up in multip...Richard Smith2015-07-142-47/+57
* [clang-cl] Disable C++ exceptions a different wayReid Kleckner2015-07-141-7/+3
* Fixed 22941: Integer template parameter as immediate 'I' expectes an integer ...Sunil Srivastava2015-07-141-11/+13
* Add missing builtins to altivec.h for ABI compliance (vol. 4)Nemanja Ivanovic2015-07-142-11/+638
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-147-17/+16
* AST Matchers: pass ast_type_traits::DynTypedNode by const-refHans Wennborg2015-07-141-9/+9
* Pull trivial SanitizerSet methods into the header.Benjamin Kramer2015-07-141-25/+0
* Support mingw-w64 toolchain on openSUSE and likely other LinuxesYaron Keren2015-07-141-1/+28
* [x86] add 2 bit to ObjCOrBuiltinID and new intrinsicsAsaf Badouh2015-07-141-0/+1045
* [Analyzer] Move FindSuperCallVisitor into an anonymous namespace.Benjamin Kramer2015-07-141-2/+0
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-2/+4
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-0/+3
* Classes inside lambdas are local not nested.Serge Pavlov2015-07-141-10/+4
* Fix for clang memcpyizer bugs 23911 and 23924 (patch by Denis Zobnin)Alexey Bataev2015-07-141-13/+23
* Add support for -fuse-ld= in the mingw toolchain driver.Yaron Keren2015-07-141-2/+10
* [modules] When diagnosing errors in module map files found by 'extern module'...Richard Smith2015-07-141-4/+5
* Remove a completely redundant initialization of llvm::TimePassesIsEnabled,Adrian Prantl2015-07-141-2/+0
* Basic code generation for MSan use-after-dtor.Evgeniy Stepanov2015-07-141-0/+23
* Extend -ftime-report to give more information about time spent reading module...Richard Smith2015-07-142-3/+30
* [Intrin.h] Use __ATOMIC_SEQ_CST instead of '5'David Majnemer2015-07-131-31/+37
* [Intrin.h] Make the variable names more consistentDavid Majnemer2015-07-131-34/+32
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-138-18/+332
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-136-7/+46
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-138-328/+18
* Move class into an anonymous namespace. NFC.Benjamin Kramer2015-07-131-0/+2
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-138-18/+328
* [Modules] Allow missing header before a missing requirementBen Langmuir2015-07-131-7/+11
* clang-format: Print token type name instead of number in -debug outputBirunthan Mohanathas2015-07-133-60/+84
* Support alternate attribute spelling __enable_if__Ulrich Weigand2015-07-131-1/+2
* Update commentUlrich Weigand2015-07-131-5/+1
* Set the linkage before setting the visibility.Rafael Espindola2015-07-132-11/+10