summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-0259-215/+210
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-0259-210/+215
* Initial support for the align_value attributeHal Finkel2014-10-023-0/+66
* Add __sync_fetch_and_nand (again)Hal Finkel2014-10-023-2/+56
* Diagnose mixed use of '_' and '.' as versionFariborz Jahanian2014-10-021-0/+5
* [x32/NaCl] Check if method pointers straddle an eightbyte to classify HiJan Wen Voung2014-10-022-0/+59
* Patch to accept '_' in addition to '.' as versionFariborz Jahanian2014-10-021-0/+92
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-10-021-0/+290
* Fix a broken test case.Asiri Rathnayake2014-10-021-2/+2
* [ARM] Handle conflicts between -mfpu and -mfloat-abi options.Asiri Rathnayake2014-10-021-2/+113
* Reduce the PR20399 test case.David Blaikie2014-10-014-79/+30
* Test case for my r218780 patch.Fariborz Jahanian2014-10-011-0/+5
* Objective-C Modernizer. Patch to remove dangling spaceFariborz Jahanian2014-10-012-11/+48
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-016-13/+13
* Reverting r218777 while investigating buildbot breakage.Adrian Prantl2014-10-016-13/+13
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-016-13/+13
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-013-0/+27
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-016-1/+501
* Improve -Wuninitialized warnings for fields that are record types.Richard Trieu2014-10-011-0/+93
* InstrProf: Avoid repeated linear searches in a hot pathJustin Bogner2014-10-014-39/+43
* Update uninitialized tests to ensure that field initialization has theRichard Trieu2014-09-301-29/+40
* Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith2014-09-301-2/+4
* Update -Wuninitialized to be stricter on CK_NoOp casts.Richard Trieu2014-09-301-0/+16
* Avoid a crash after loading an #undef'd macro in code completionBen Langmuir2014-09-303-0/+12
* CUDA: mark the target of implicit intrinsics properlyEli Bendersky2014-09-301-0/+10
* Make sure aggregates are properly alligned on MSP430.Job Noorman2014-09-301-1/+1
* MS ABI: Correct layout for empty recordsDavid Majnemer2014-09-302-0/+66
* [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.Alexander Musman2014-09-304-6/+21
* PR20399: Do not assert when adding an implicit member coming from a module atRichard Smith2014-09-306-0/+126
* clang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp: Appease -Asserts to skip ...NAKAMURA Takumi2014-09-291-0/+2
* Try to fix non-asserts CodeGenCXX/vararg-non-pod-ms-compat.cppHans Wennborg2014-09-291-2/+2
* Don't trap when passing non-POD arguments to variadic functions in MS-compati...Hans Wennborg2014-09-292-0/+29
* CUDA: Fix incorrect target inference for implicit members.Eli Bendersky2014-09-293-0/+352
* Objective-C [qoi] - provide group name forFariborz Jahanian2014-09-291-2/+1
* Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116Alexey Bataev2014-09-291-3/+6
* Tests for DR600-640.Richard Smith2014-09-291-0/+347
* Fix "unsupported friend" diagnostic to also appear for friend functions with ...Richard Smith2014-09-291-4/+4
* Add the tests for __super that I forgot to commit in as part of r218484.Nikola Smiljanic2014-09-291-0/+147
* Run DR tests in C++17 mode too.Richard Smith2014-09-2812-12/+24
* CodeGen: Don't crash when initializing pointer-to-member fields in basesDavid Majnemer2014-09-283-3/+16
* Add back checking for condition of conditional operator for -WuninitializedRichard Trieu2014-09-261-1/+11
* Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs is provided.Alexey Samsonov2014-09-261-0/+7
* Fix an assertion failure trying to emit a trivial destructor in ObjC++Ben Langmuir2014-09-261-0/+50
* clang/test/CodeGen/builtin-assume-aligned.c: Fix for -Asserts.NAKAMURA Takumi2014-09-261-9/+9
* Small fix for bug 18635.Alexander Musman2014-09-261-0/+22
* Support the assume_aligned function attributeHal Finkel2014-09-263-0/+103
* CGBuiltin: Use frem instruction rather than libcall to implement fmodJan Vesely2014-09-261-0/+16
* Fix PR20886 - enforce CUDA target match in method callsEli Bendersky2014-09-251-0/+71
* Suggest fix-it for missing '{' after base-clauseIsmail Pazarbasi2014-09-252-1/+50
* Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp...Ben Langmuir2014-09-252-5/+19