summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-10
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-10
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-09
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-09
* Make sure this test tests something.Benjamin Kramer2010-04-09
* Add a testcase for svn r100568.Bob Wilson2010-04-09
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-09
* Merge a few fast-isel tests.Dan Gohman2010-04-09
* Add several more lint checks.Dan Gohman2010-04-09
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-09
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-09
* Add a few more lint checks.Dan Gohman2010-04-08
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-08
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-08
* Print empty structs as {} rather than { }.Dan Gohman2010-04-08
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-08
* When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman2010-04-08
* add newlines at the end of files.Chris Lattner2010-04-07
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-07
* unXFAIL, arm disassembler was reenabled.Benjamin Kramer2010-04-07
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen2010-04-07
* this has a pr!Chris Lattner2010-04-07
* fix a latent bug my inline asm stuff exposed: Chris Lattner2010-04-07
* Remove XFAIL for vg_leak as the leaks are fixed by 100601.Sanjiv Gupta2010-04-07
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-06
* Let that which does not matter truly slide.Jakob Stoklund Olesen2010-04-06
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-06
* Don't try to collapse DomainValues onto an incompatible SSE domain.Jakob Stoklund Olesen2010-04-06
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-06
* Add nounwind.Evan Cheng2010-04-05
* Don't do code sinking on unreachable blocks. It's unprofitable and hazardous.Dan Gohman2010-04-05
* Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng2010-04-05
* resolve a fixme.Chris Lattner2010-04-04
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* add integer overflow check for the fp induction variable Chris Lattner2010-04-03
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-03
* convert to filecheckChris Lattner2010-04-03
* rename feature test.Chris Lattner2010-04-03
* actually just remove this, will move the real feature test here.Chris Lattner2010-04-03
* rename test since it is a feature test.Chris Lattner2010-04-03
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-03
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-03
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-02
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-02
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-02