aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for recent checkin.Mike Stump2009-11-091-0/+55
* Update testJim Grosbach2009-11-091-1/+1
* Default-addressspace null pointers don't alias anything. This allowsDan Gohman2009-11-091-0/+20
* Generalize LCSSA to handle loops with exits with predecessors outsideDan Gohman2009-11-091-0/+635
* Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,Daniel Dunbar2009-11-095-5/+5
* if a 'with overflow' intrinsic just has the normal result used, simplifyChris Lattner2009-11-091-0/+12
* enhance PHI slicing to handle the case when a slicable PHI is beginChris Lattner2009-11-091-0/+45
* Revert my previous patch to ABCD and fix things the right way. There are two...Owen Anderson2009-11-092-0/+30
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-0936-117/+120
* Teach an instcombine to not pull trunc instructions through PHI nodesChris Lattner2009-11-081-12/+45
* reapply r8644[3-5] with only the scary part Chris Lattner2009-11-082-0/+64
* Speculatively revert r8644[3-5], they seem to be leading to infinite loops inDaniel Dunbar2009-11-082-64/+0
* Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!Anton Korobeynikov2009-11-086-2/+54
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-081-1/+90
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-081-0/+64
* Two small fixes for site.exp for cmake.Daniel Dunbar2009-11-083-4/+8
* Derive the right paths to use during testing instead of passing it in via make.Daniel Dunbar2009-11-083-19/+36
* Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,Daniel Dunbar2009-11-084-14/+24
* Cleanup some unused RUN lines.Daniel Dunbar2009-11-083-6/+0
* another more interesting test.Chris Lattner2009-11-081-0/+31
* feature test for the new transformation in r86443Chris Lattner2009-11-081-1/+30
* teach a couple of instcombine transformations involving PHIs toChris Lattner2009-11-082-0/+4
* Remove test. Execution tests are slow and generally not worth it.Nick Lewycky2009-11-081-19/+0
* Fix run line.Nick Lewycky2009-11-081-1/+1
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-081-0/+19
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-072-4/+1
* x86 vector shuffle cleanup/fixes:Nate Begeman2009-11-071-1/+1
* Improve tail call elimination to handle the switch statement.Nick Lewycky2009-11-071-0/+34
* temporarily remove these tests, as they are breaking in the buildbot,Chris Lattner2009-11-073-50/+0
* make instcombine only rewrite a chain of computation Chris Lattner2009-11-075-0/+10
* remove empty files.Chris Lattner2009-11-072-0/+0
* Revert r86359, it is breaking the self host on theChris Lattner2009-11-072-66/+0
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-071-0/+25
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-071-0/+22
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-076-2/+292
* It turns out that the testcase in question uncovered subreg-handling bug.Anton Korobeynikov2009-11-071-0/+1
* Fix a couple of shuffle patterns to use movhlps insteadEric Christopher2009-11-072-3/+4
* Teach dead store elimination that certain intrinsics write to memory just likeNick Lewycky2009-11-072-0/+66
* reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fixChris Lattner2009-11-072-0/+53
* Fix PR5421 by APInt'izing switch lowering.Chris Lattner2009-11-071-2/+16
* Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky2009-11-071-0/+1
* Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky2009-11-071-0/+24
* merge cmp1 into cmp0 and filecheckize.Chris Lattner2009-11-072-9/+19
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-072-0/+42
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-071-4/+6
* Revert following patches to fix llvmgcc bootstrap.Devang Patel2009-11-072-53/+0
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-0710-44/+72
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-062-4/+5
* Honour subreg machine operands during asmprintingAnton Korobeynikov2009-11-061-0/+64
* Print VMOV (immediate) operands as hexadecimal values. Apple's assemblerBob Wilson2009-11-061-0/+20