| Commit message (Expand) | Author | Age | Files | Lines |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 1 | -0/+3 |
* | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky | 2009-09-20 | 1 | -0/+9 |
* | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner | 2009-09-20 | 1 | -0/+1 |
* | Rewrite this check so that it checks what it's supposed to and doesn't use | Nick Lewycky | 2009-09-20 | 1 | -27/+20 |
* | Teach the constant folder how to not a cmpinst. | Nick Lewycky | 2009-09-20 | 1 | -0/+6 |
* | Add 'make check-all', which runs the LLVM tests along with the clang tests if | Daniel Dunbar | 2009-09-20 | 1 | -0/+17 |
* | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky | 2009-09-20 | 1 | -0/+5 |
* | Clean up the usage of evaluateICmpRelation's return value. | Nick Lewycky | 2009-09-20 | 1 | -0/+1 |
* | When computing live intervals for earlyclobber operands, | Dale Johannesen | 2009-09-20 | 1 | -0/+15 |
* | Teach the constant folder how to handle a few simple i1 cases. | Nick Lewycky | 2009-09-20 | 1 | -0/+25 |
* | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 1 | -0/+30 |
* | Delete the label names from this test to make it less fragile. | Dan Gohman | 2009-09-18 | 1 | -4/+4 |
* | Make a new X8632_MachoTargetObjectFile TLOF implementation whose | Chris Lattner | 2009-09-18 | 1 | -3/+4 |
* | Model the carry bit on ppc32. Without this we could | Dale Johannesen | 2009-09-18 | 1 | -0/+62 |
* | Add support for using the FLAGS result of or, xor, and and instructions | Dan Gohman | 2009-09-18 | 3 | -4/+91 |
* | Write and read metadata attachments. | Devang Patel | 2009-09-18 | 1 | -0/+22 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -0/+22 |
* | make this testcase check darwin32 also | Chris Lattner | 2009-09-17 | 1 | -0/+8 |
* | rename test | Chris Lattner | 2009-09-17 | 1 | -0/+0 |
* | convert to filecheck | Chris Lattner | 2009-09-17 | 1 | -1/+4 |
* | rename file | Chris Lattner | 2009-09-17 | 1 | -0/+0 |
* | A testcase! | Devang Patel | 2009-09-17 | 1 | -0/+23 |
* | Teach ScalarEvolution how to reason about no-wrap flags on loops | Dan Gohman | 2009-09-17 | 1 | -0/+76 |
* | Remove test cases using -regalloc=simple. | Daniel Dunbar | 2009-09-17 | 2 | -22/+0 |
* | Fix PR4910: Broken logic in coalescer means when a physical register liveness... | Evan Cheng | 2009-09-17 | 1 | -0/+64 |
* | Fix the comment in this test. | Dan Gohman | 2009-09-16 | 1 | -1/+2 |
* | Don't sink gep operators through phi nodes if the result would require | Dan Gohman | 2009-09-16 | 1 | -0/+101 |
* | Convert more tests to FileCheck. | Bob Wilson | 2009-09-15 | 6 | -45/+153 |
* | fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace... | Chris Lattner | 2009-09-15 | 1 | -2/+22 |
* | rename test | Chris Lattner | 2009-09-15 | 1 | -0/+0 |
* | convert to filecheck | Chris Lattner | 2009-09-15 | 1 | -4/+20 |
* | Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. | Sandeep Patel | 2009-09-15 | 1 | -0/+41 |
* | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 2009-09-15 | 2 | -0/+15 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 2 | -0/+44 |
* | Use llvm-link -S instead of using llvm-dis. | Dan Gohman | 2009-09-15 | 21 | -24/+24 |
* | Restore a comment that was lost in the merge. | Dan Gohman | 2009-09-15 | 1 | -0/+4 |
* | convert to filecheck | Chris Lattner | 2009-09-15 | 1 | -9/+10 |
* | Forbid arrays of function-type and structures with function-typed fields. | Nick Lewycky | 2009-09-15 | 1 | -0/+6 |
* | fix PR4963: folding insertvalue would sometimes turn a packed struct into | Chris Lattner | 2009-09-15 | 1 | -0/+6 |
* | this is failing on linux hosts, force a triple. | Chris Lattner | 2009-09-15 | 1 | -1/+1 |
* | merge one more in. | Chris Lattner | 2009-09-15 | 2 | -12/+10 |
* | merge some more cmov tests into cmov.ll | Chris Lattner | 2009-09-15 | 3 | -87/+95 |
* | merge two cmov tests into one. | Chris Lattner | 2009-09-15 | 3 | -49/+48 |
* | Don't pull a load through a callseq_start if the load's chain | Dan Gohman | 2009-09-15 | 1 | -0/+23 |
* | Added the first bits of the ARM target assembler to llvm-mc. For now it only | Kevin Enderby | 2009-09-15 | 3 | -5/+12 |
* | On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of | Dan Gohman | 2009-09-15 | 1 | -0/+19 |
* | When extending a memset range past the front, set the alignment of the | Dan Gohman | 2009-09-14 | 1 | -0/+18 |
* | Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. | Daniel Dunbar | 2009-09-14 | 1 | -1/+1 |
* | Teach 'make check-lit' to run unittests. | Daniel Dunbar | 2009-09-14 | 2 | -1/+81 |
* | unbreak this test by working around an asmparser bug. | Chris Lattner | 2009-09-13 | 1 | -1/+1 |