summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-0612-2/+248
* Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."Dmitry Polukhin2016-04-063-926/+956
* [modules] Continue factoring encoding of AST records out of ASTWriter.Richard Smith2016-04-063-956/+926
* Fix a crash on invalid with template handlingRichard Trieu2016-04-051-6/+12
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-054-0/+19
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-053-0/+10
* [X86] Introduction of -march=lakemont.Andrey Turetskiy2016-04-051-3/+16
* clang-format: Fix cast detection on "this".Daniel Jasper2016-04-051-3/+3
* Consolidate and improve the handling of built-in feature-like macrosAndy Gibbs2016-04-051-161/+208
* Move local helper class into anonymous namespace.Richard Smith2016-04-041-0/+2
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-041-3/+8
* Fix "suggest parentheses" warning.James Y Knight2016-04-041-3/+3
* Fix an unused-variable warning by using the variable in the placeJohn McCall2016-04-041-1/+1
* [CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when...Bruno Cardoso Lopes2016-04-041-4/+4
* [Sema] Delete FIXME that has been fixed. NFC.George Burgess IV2016-04-041-2/+0
* Add copyright notice to the modulemap file.Yunzhong Gao2016-04-041-0/+23
* IRGen-level lowering for the Swift calling convention.John McCall2016-04-049-45/+1115
* [OPENMP] Codegen for teams directive for NVPTXCarlo Bertolli2016-04-045-21/+104
* AnnotateFunctions: Tweak for mingw.NAKAMURA Takumi2016-04-041-0/+2
* Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn2016-04-041-0/+7
* [OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declareAlexey Bataev2016-04-042-10/+45
* clang-cl: Don't skip i_group flags other than -include when building pchs.Nico Weber2016-04-021-1/+2
* [Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor2016-04-013-0/+69
* [CodeGen] Emit lifetime.end intrinsic after objects are destructed inAkira Hatanaka2016-04-013-4/+16
* [modules] Start moving the code for encoding AST records out of ASTWriter intoRichard Smith2016-04-013-419/+415
* 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
OpenPOWER on IntegriCloud