aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add several more lint checks.Dan Gohman2010-04-091-0/+21
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-091-0/+69
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-0/+95
* Add a few more lint checks.Dan Gohman2010-04-081-0/+14
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-081-0/+26
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+31
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-081-0/+10
* Print empty structs as {} rather than { }.Dan Gohman2010-04-083-5/+5
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-082-12/+55
* When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman2010-04-081-0/+27
* add newlines at the end of files.Chris Lattner2010-04-0733-33/+33
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-072-1/+278
* unXFAIL, arm disassembler was reenabled.Benjamin Kramer2010-04-073-3/+0
* Split big test into multiple directories to cater toDale Johannesen2010-04-0712-11/+363
* Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen2010-04-071-0/+45
* this has a pr!Chris Lattner2010-04-071-0/+1
* fix a latent bug my inline asm stuff exposed: Chris Lattner2010-04-071-0/+16
* Remove XFAIL for vg_leak as the leaks are fixed by 100601.Sanjiv Gupta2010-04-071-1/+0
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-061-0/+89
* Let that which does not matter truly slide.Jakob Stoklund Olesen2010-04-061-2/+2
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-061-3/+1
* Don't try to collapse DomainValues onto an incompatible SSE domain.Jakob Stoklund Olesen2010-04-061-0/+130
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-061-1/+3
* Add nounwind.Evan Cheng2010-04-051-2/+2
* Don't do code sinking on unreachable blocks. It's unprofitable and hazardous.Dan Gohman2010-04-051-0/+30
* Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng2010-04-053-0/+3
* resolve a fixme.Chris Lattner2010-04-041-2/+2
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-047-8/+10
* add integer overflow check for the fp induction variable Chris Lattner2010-04-031-4/+4
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-031-4/+23
* convert to filecheckChris Lattner2010-04-031-5/+13
* rename feature test.Chris Lattner2010-04-031-0/+0
* actually just remove this, will move the real feature test here.Chris Lattner2010-04-031-35/+0
* rename test since it is a feature test.Chris Lattner2010-04-031-0/+0
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-031-0/+19
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-031-46/+0
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-023-0/+184
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-022-5/+15
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-027-10/+8
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-027-8/+10
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-021-0/+41
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-023-8/+2
* After trivial coalescing, the MI being visited may have become a copy. Avoid ...Evan Cheng2010-04-021-0/+70
* Remove this initializer so that the optimizer doesn't convertDan Gohman2010-04-021-1/+1
* Update this test for the new preferred alignment heuristics.Dan Gohman2010-04-021-1/+1
* Make globalopt refine global variable alignment.Dan Gohman2010-04-021-0/+6
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-012-9/+25
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-011-2/+10
* Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng2010-04-013-9/+8
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-017-56/+130