summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Diagnose missing macro argument following charize operator.Andy Gibbs2016-04-011-2/+3
* [CrashReproducer] Add -fmodule-cache-path to reproducer scriptBruno Cardoso Lopes2016-04-011-0/+13
* [OpenCL] Moved nosvm attribute handling in Sema to other OpenCL attrsAnastasia Stulova2016-04-011-3/+3
* [Lexer] Let the compiler infer string lengths. No functionality change intended.Benjamin Kramer2016-04-011-2/+2
* [Lexer] Don't read out of bounds if a conflict marker is at the end of a fileBenjamin Kramer2016-04-011-1/+1
* [OPENMP] Avoid useless recursive calls in getDSA if it is called in a loop, NFCDmitry Polukhin2016-04-011-5/+5
* [OPENMP 4.5] Allow data members as loop counters in loop-basedAlexey Bataev2016-04-011-166/+229
* Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev2016-04-011-5/+4
* [analyzer] Prefer accessor method in extension over category in CallEvent.Devin Coughlin2016-04-011-2/+24
* [CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.Justin Lebar2016-04-011-1/+1
* Adapt to LLVM API change in r265077.Adrian Prantl2016-03-311-3/+3
* [index] Fix regression where ObjC method declarations may mistakenly get inde...Argyrios Kyrtzidis2016-03-311-3/+3
* Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.Tim Northover2016-03-311-8/+0
* [PGO] Avoid instrumenting constants at value sitesBetul Buyukkurt2016-03-311-0/+3
* [OpenCL] Added nosvm attribute for OpenCL v2.0.Anastasia Stulova2016-03-312-1/+13
* [OPENMP] Support dumping OpenMP specific constructs.Alexey Bataev2016-03-311-0/+75
* [OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev2016-03-311-4/+5
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-312-10/+9
* Fix -Wdynamic-class-memaccess to skip invalid classes.Richard Trieu2016-03-311-1/+1
* [DarwinDriver] Increase the number of valid digits for ld64 version string.Bruno Cardoso Lopes2016-03-312-5/+30
* [Sema] Fix PR27122: ICE with enable_if+ill-formed call.George Burgess IV2016-03-311-1/+16
* [CrashReproducer] Add a module map callback for added headersBruno Cardoso Lopes2016-03-302-1/+24
* [VFS] Handle empty entries in directory traversalBruno Cardoso Lopes2016-03-301-8/+13
* Fix deduction of __atomic_load's parameter types.Eric Fiselier2016-03-301-10/+13
* [CUDA] Don't initialize the CUDA toolchain if we don't have any CUDA inputs.Justin Lebar2016-03-301-4/+13
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-304-3/+58
* [CUDA] Add math forward declares to CUDA header wrapper.Justin Lebar2016-03-303-0/+195
* AMDGPU: Add frexp_mant + frexp_exp builtinsMatt Arsenault2016-03-301-0/+8
* Fix Clang crash with template type diffing.Richard Trieu2016-03-301-3/+8
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-302-18/+47
* Silencing warnings from MSVC 2015 Update 2. Both of these changes silence "C4...Aaron Ballman2016-03-302-2/+2
* AMDGPU: Remove separate r600 double data layoutMatt Arsenault2016-03-301-5/+1
* [Clang][ARM] __va_list declaration is not saved in ASTContext causing compila...Oleg Ranevskyy2016-03-301-0/+1
* [Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/Justin Lebar2016-03-301-3/+3
* [modules] Write out identifiers if the ID is local, too.Vassil Vassilev2016-03-301-1/+4
* [SystemZ] Specify required features for builtins.Jonas Paulsson2016-03-301-0/+2
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-306-7/+95
* [analyzer] Fix an assertion fail in hash generation.Gabor Horvath2016-03-301-2/+5
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-305-13/+26
* [OpenCL] Fix pipe builtin bugsXiuli Pan2016-03-301-6/+8
* [Driver] Quote clang full version in dwarf producer when invoking cc1asBruno Cardoso Lopes2016-03-301-1/+2
* [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...Bruno Cardoso Lopes2016-03-292-24/+22
* Enable the SafeStack sanitizer on CloudABI by default.Ed Schouten2016-03-293-0/+8
* [PGO] Move the instrumentation point closer to the value site.Betul Buyukkurt2016-03-291-3/+4
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-295-11/+81
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-294-20/+41
* [CUDA] Add missing #undef __DEVICE__ to CUDA shim header.Justin Lebar2016-03-291-0/+2
* [CUDA] Fix order of overloading preferences in comment.Justin Lebar2016-03-291-1/+1
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-296-102/+18
* [AMDGPU] Switch linker to amdphdrs + update testKonstantin Zhuravlyov2016-03-292-2/+1