summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merging r155218:Bill Wendling2012-05-122-4/+52
* Merging r155289:Bill Wendling2012-05-121-0/+17
* Merging r155424:Bill Wendling2012-05-121-1/+10
* Merging r155608:Bill Wendling2012-05-121-0/+5
* Merging r155356:Bill Wendling2012-05-121-0/+8
* Merging r155823:Bill Wendling2012-05-121-0/+259
* Merging r155910:Bill Wendling2012-05-121-5/+2
* Merging r156047:Bill Wendling2012-05-122-29/+32
* Merging r155975:Bill Wendling2012-05-123-6/+9
* Merging r155278:Bill Wendling2012-05-011-0/+3
* Merging r155728:Bill Wendling2012-04-275-21/+27
* Merging r155670:Bill Wendling2012-04-261-0/+11
* Merging r155576:Bill Wendling2012-04-251-0/+32
* Merging r155342:Bill Wendling2012-04-231-1/+3
* Merging r155279:Bill Wendling2012-04-212-3/+70
* objective-c: Issue diagnostic when an implicitFariborz Jahanian2012-04-181-0/+30
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+8
* fix display of source lines with null charactersSeth Cantrell2012-04-181-0/+0
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-183-2/+33
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-172-8/+69
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-174-33/+2
* fix display of source lines with null charactersSeth Cantrell2012-04-171-0/+0
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-173-2/+33
* objective-c modern translation. Correct rewriting ofFariborz Jahanian2012-04-171-0/+45
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-171-1/+26
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-173-4/+7
* Attempt to fix test.Eli Friedman2012-04-171-1/+1
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-174-2/+137
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-171-0/+8
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-161-0/+3
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-161-0/+7
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-1614-8/+35
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-161-4/+57
* [analyzer] Fixup for a test case.Anna Zaks2012-04-161-1/+1
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-166-16/+16
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-161-0/+10
* Remove support for -fast-math metadata for the moment.Duncan Sands2012-04-161-8/+0
* Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman2012-04-161-0/+6
* Revert r154749 for now at John McCall's request.Rafael Espindola2012-04-161-12/+0
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-165-10/+41
* Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands2012-04-161-0/+8
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-163-1/+111
* Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman2012-04-162-0/+11
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-161-2/+2
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-161-1/+9
* Add 'env' in hopes of making this test pass on Windows.Nick Lewycky2012-04-161-1/+1
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-163-0/+21
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+2
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-156-9/+9
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-152-2/+2