summaryrefslogtreecommitdiff
path: root/test/FrontendC++
Commit message (Expand)AuthorAge
* Pass -disable-cfi to llc.Rafael Espindola2011-05-06
* Pass --disable-cfi to llc.Rafael Espindola2011-05-03
* Remove test to check line numbers. There are other numerous tests in our test...Devang Patel2011-04-18
* remove a small scattering of basically pointless tests. These areChris Lattner2011-02-09
* remove a broken test, this is matching nounwind on intrinsics, not the old un...Chris Lattner2011-02-09
* Remove stale test that has never worked, afaik.Devang Patel2011-02-01
* This test dates from the time when llvm-gcc had problems if two types wereDuncan Sands2010-12-02
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Judging from the comment, the system assembler is supposed to assembleDuncan Sands2010-11-25
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-29
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-31
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-31
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-31
* Update tests to not rely on input file's absolute path.Devang Patel2010-07-27
* Test case to insure template function declaration refers to correct filename....Stuart Hastings2010-07-23
* Testcase for 108732 (8195660).Dale Johannesen2010-07-19
* Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043.Stuart Hastings2010-06-23
* Corresponding test changes for r106564.Bill Wendling2010-06-22
* test case for r106438.Devang Patel2010-06-21
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-11
* Tweak test for debug/metadata change, update to FileCheck. Radar 7424645.Stuart Hastings2010-06-07
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-05
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-04
* Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.Stuart Hastings2010-05-28
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-05-27
* Match "4" or "8" depending upon if it's 32- or 64-bit.Bill Wendling2010-05-20
* Testcase for r104181.Bill Wendling2010-05-19
* Test case for r103633.Devang Patel2010-05-12
* Testcase for llvm 103572 (7898991).Dale Johannesen2010-05-12
* Test case for 103414.Devang Patel2010-05-10
* Revert r102948.Bill Wendling2010-05-03
* Testcase for r102947.Bill Wendling2010-05-03
* New test.Devang Patel2010-04-30
* Add -o /dev/null to some tests which don't care about their output.Dan Gohman2010-04-30
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-06
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-06
* Test case for llvm-gcc r99305. Radar 7659636.Stuart Hastings2010-03-23
* Chris pointed out that producing undef here is wrong inDuncan Sands2010-03-16
* Check that P is not zero initialized.Duncan Sands2010-03-16
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-09
* Ignore target dependent value in grep search.Devang Patel2010-02-18
* New test case for r96543.Devang Patel2010-02-18
* Revert:Eric Christopher2010-02-17
* test case for r95604.Devang Patel2010-02-08
* Debugging is now reenabled on PPC darwin, so reenableDale Johannesen2010-02-03
* this test has been failing or a long time, just disable it for now to getChris Lattner2010-01-24
* Testcase for llvm-gcc checkin 92108.Dale Johannesen2009-12-24
* XFAIL these tests on powerpc, under the assumption that no one cares. If you ...Daniel Dunbar2009-12-21
* Fix this code to use DIScope instead of DICompileUnit, as in r90181.Dan Gohman2009-12-05
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-05