summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-2613-5/+180
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-2612-37/+40
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-262-3/+8
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-269-0/+129
* Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...Chad Rosier2016-01-261-3/+2
* [Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier2016-01-261-2/+3
* [Driver] Update FIXME comment now that PR4941 has been addressed.Chad Rosier2016-01-261-1/+1
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-264-81/+114
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-263-1/+358
* Fix -Wnull-conversion for long macros.Richard Trieu2016-01-263-45/+29
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-263-357/+1
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-263-1/+357
* [Sema] Remove stray semicolons.David Majnemer2016-01-261-2/+2
* [Sema] Incomplete types are OK for covariant returnsDavid Majnemer2016-01-261-12/+13
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-262-2/+4
* Fix use of constexpr std::pair that's not in C++11.Evgeniy Stepanov2016-01-251-1/+1
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-255-47/+158
* Update comments to match the implementation.Manman Ren2016-01-251-0/+1
* [CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar2016-01-251-0/+4
* [CUDA] Disable ctor/dtor aliases in device code.Justin Lebar2016-01-251-3/+5
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-252-3/+12
* LTO via the gold plugin needs to be told about debugger tuning.Paul Robinson2016-01-251-0/+11
* Pass --wrap=pthread_create to linker for -fsplit-stack.Rafael Espindola2016-01-251-0/+3
* Fix printing of types in initializers with suppressed tags.Benjamin Kramer2016-01-251-1/+4
* [Sema] Improve constnessDaniel Marjamaki2016-01-251-9/+9
* Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev2016-01-251-4/+14
* Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev2016-01-251-6/+6
* [PGO] Windows buildbot failure fix. [NFC]Betul Buyukkurt2016-01-241-2/+3
* Clang changes for value profilingBetul Buyukkurt2016-01-233-6/+94
* [CUDA] Disallow variadic functions other than printf in device code.Justin Lebar2016-01-231-12/+20
* [CUDA] Make printf work.Justin Lebar2016-01-235-0/+142
* [CUDA] Reject the alias attribute in CUDA device code.Justin Lebar2016-01-231-0/+3
* [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.Justin Lebar2016-01-231-4/+2
* SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]NAKAMURA Takumi2016-01-231-0/+1
* [cfi] Do not emit bit set entry for available_externally vtables.Evgeniy Stepanov2016-01-231-1/+2
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-222-6/+11
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-221-0/+1
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-222-21/+14
* AMDGPU: Rename builtins to use amdgcn prefixMatt Arsenault2016-01-221-25/+39
* Module debugging: Create a parent DIModule with the PCH name for typesAdrian Prantl2016-01-223-1/+21
* [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.Samuel Antao2016-01-222-103/+472
* Fix the build by using the correct suffix for 64 bit literalsAdrian Prantl2016-01-222-2/+2
* [MSVC Compat] Accept elided commas in macro function argumentsEhsan Akhgari2016-01-222-7/+17
* Merge templated static member variables, fixes http://llvm.org/pr26179.Yaron Keren2016-01-221-2/+18
* Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl2016-01-222-2/+2
* Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl2016-01-222-2/+9
* [MSVC Compat] Don't provide /volatile:ms semantics to types > pointerDavid Majnemer2016-01-221-3/+16
* Change of UserLabelPrefix default value from "_" to ""Andrey Bokhanko2016-01-222-32/+23
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-222-143/+105
* 2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were added to the intrinsics ...Ekaterina Romanova2016-01-221-3/+16