summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Complete image types support.Alexey Bader2016-04-0825-403/+147
* Silencing a 32-bit shift implicit conversion warning from MSVC; NFC.Aaron Ballman2016-04-081-1/+1
* Adapt to LLVM API changeSanjoy Das2016-04-082-2/+2
* [modules] Add a comment to explain why -E leaves some #includes in the prepro...Richard Smith2016-04-081-1/+3
* [modules] Don't write @import in -E output if the current language mode doesn'tRichard Smith2016-04-082-3/+15
* [CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.Justin Lebar2016-04-073-158/+192
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-073-16/+17
* [modules] Allow differences in flags that only affect preprocessor predefinesRichard Smith2016-04-071-0/+5
* [ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren2016-04-072-8/+45
* NFC: simplify code in BuildInstanceMessage.Manman Ren2016-04-073-57/+94
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-0728-33/+43
* Fixing duplicate declaration "_mm256 _mm_set_epi32" in revision 262177Michael Zuckerman2016-04-071-8/+0
* make __builtin_isfinite more efficient (PR27145)Sanjay Patel2016-04-071-19/+12
* [OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'Alexey Bataev2016-04-073-41/+173
* Move class into an anonymous namespace. NFC.Benjamin Kramer2016-04-071-0/+2
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-074-299/+371
* Don't use PATH_MAX.Sean Silva2016-04-071-1/+1
* [CrashReproducer] Use toUppercase from include/clang/Basic/CharInfo.hBruno Cardoso Lopes2016-04-071-1/+2
* [CrashReproducer] Change std::toupper to ::toupperBruno Cardoso Lopes2016-04-071-1/+1
* [CrashReproducer] Setup 'case-sensitive' in YAML files.Bruno Cardoso Lopes2016-04-071-4/+27
* [CrashReproducer] Move ModuleDependencyCollector method around. NFCBruno Cardoso Lopes2016-04-071-18/+18
* NFC: use AtomicOrdering isStrongerThanJF Bastien2016-04-061-4/+6
* Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva2016-04-061-8/+3
* Fix order-of-evaluation bug (causing GCC buildbots to fail).Richard Smith2016-04-061-1/+2
* [modules] Don't try to add lookup results to non-lookup contexts.Vassil Vassilev2016-04-062-2/+8
* Minor simplifications.Richard Smith2016-04-062-10/+6
* Restore slightly less dodgy diagnostic handler for inline asmTim Northover2016-04-061-0/+25
* Diagnose template alias declarations in local classes.Richard Smith2016-04-061-0/+4
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-068-114/+125
* Re-commit r265518 ("[modules] Continue factoring encoding of AST records out ofRichard Smith2016-04-063-959/+930
* clang-format: Fix label-in-if statement in macros where it is actually used.Daniel Jasper2016-04-061-1/+3
* Enable PIE for CloudABI.Ed Schouten2016-04-062-1/+7
* clang-format: Support labels in brace-less ifs.Daniel Jasper2016-04-061-0/+3
* clang-format: Fix incorrect function annotation detection.Daniel Jasper2016-04-061-1/+2
* [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