summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merging r213741:Daniel Sanders2014-07-231-2/+16
* Sema: correct handling for __va_start for WoASaleem Abdulrasool2014-07-221-1/+66
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-223-4/+8
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-227-8/+105
* clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg2014-07-211-2/+5
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-213-3/+3
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-213-78/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-213-24/+78
* Add support for '#pragma unroll'.Mark Heffernan2014-07-213-127/+223
* Sema: Handle C11 atomics when diagnosing out of range comparisonsJustin Bogner2014-07-211-0/+6
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-2113-8/+229
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-2113-17/+213
* Add missing initialization found due to a valgrind false positive.Richard Smith2014-07-211-1/+1
* [modules] Fix some of the confusion when computing the override set for a macroRichard Smith2014-07-212-26/+25
* [PowerPC] Optimize passing certain aggregates by valueUlrich Weigand2014-07-211-0/+25
* [PowerPC] Support the ELFv2 ABIUlrich Weigand2014-07-211-9/+169
* If a module build reports errors, don't try to load itBen Langmuir2014-07-191-13/+21
* Revert D3908 due to issues on Mac platformsViktor Kutuzov2014-07-193-218/+0
* Cleanup comparisons to VariableArrayType::Static for non-VLAsHal Finkel2014-07-192-2/+2
* TypePrinter should not ignore IndexTypeCVRQualifiers on constant-sized arraysHal Finkel2014-07-191-0/+4
* Use the dereferenceable attribute on C99 array parameters with staticHal Finkel2014-07-191-1/+37
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-197-18/+18
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-195-13/+11
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-195-31/+70
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-191-6/+38
* Revert r213415, "Merge two lines". It broke tests in -Asserts builds.NAKAMURA Takumi2014-07-181-1/+2
* [X86 inline-asm] Error out on inline-asm constraint "=f".Akira Hatanaka2014-07-181-1/+7
* TypePrinter should not omit the static keyword in array parameter declaratorsHal Finkel2014-07-181-2/+7
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-182-9/+18
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-183-8/+30
* Merge two linesAlexey Samsonov2014-07-181-2/+1
* Revert "CodeGen: Properly null-check typeid expressions"David Majnemer2014-07-181-35/+6
* Address Richard's latest feedback.David Majnemer2014-07-181-8/+7
* Address Richard's commentsDavid Majnemer2014-07-181-7/+15
* Address Richard's comments.David Majnemer2014-07-181-0/+3
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-181-6/+25
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-181-12/+25
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-182-23/+8
* [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.Alexey Samsonov2014-07-181-1/+1
* Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov2014-07-183-9/+31
* For i386, gcc 4.9 under Debian (at least) updated its paths to i586-linux-gnuSylvestre Ledru2014-07-181-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-4/+16
* [mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify...Daniel Sanders2014-07-181-1/+1
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-183-51/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-183-24/+51
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-1814-7/+93
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-1813-1/+100
* [ARM] Fix AAPCS regression caused by r211898Oliver Stannard2014-07-181-1/+5
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-1814-32/+142
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-183-66/+131