summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/2009-01-15-RecordVariableCrash.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove tests that are not suitable anymore. Plus they are not testing the ↵Devang Patel2009-12-091-353/+0
| | | | | | original bugfixes anymore. These tests were inserted to check bug fixes in code that handled debug info intrinsics. These intrinsics are no longer used and now llvm parser simply ignores old .dbg intrinsics from these dead tests. llvm-svn: 90923
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-1/+1
| | | | | | | | | | | | the PassManager code into a regular verifyAnalysis method. Also, reorganize loop verification. Make the LoopPass infrastructure call verifyLoop as needed instead of having LoopInfo::verifyAnalysis check every loop in the function after each looop pass. Add a new command-line argument, -verify-loop-info, to enable the expensive full checking. llvm-svn: 82952
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-211-1/+1
| | | | llvm-svn: 72231
* Do not use buggy llvm-gcc to generate testcases.Devang Patel2009-01-221-11/+9
| | | | llvm-svn: 62770
* Use variable's context to identify respective DbgScope.Devang Patel2009-01-151-0/+355
Use light weight DebugInfo object directly. llvm-svn: 62269
OpenPOWER on IntegriCloud