| Commit message (Expand) | Author | Age | Files | Lines |
* | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman | 2010-04-16 | 1 | -41/+0 |
* | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman | 2010-04-16 | 1 | -0/+29 |
* | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman | 2010-04-16 | 1 | -1/+25 |
* | Add JIT exception handling test. | Bill Wendling | 2010-04-16 | 1 | -0/+41 |
* | move comment. | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner | 2010-04-16 | 1 | -0/+32 |
* | Added another test case for am3offset operand, testing Rn, #+/-imm8. | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | Add test case for machine-sink on critical edges | Jakob Stoklund Olesen | 2010-04-15 | 1 | -0/+58 |
* | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is... | Evan Cheng | 2010-04-15 | 1 | -8/+8 |
* | Fix PR6847. RegScavenger should ignore DebugValues. | Jakob Stoklund Olesen | 2010-04-15 | 1 | -0/+26 |
* | ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir... | Evan Cheng | 2010-04-15 | 1 | -0/+23 |
* | enhance the load/store narrowing optimization to handle a | Chris Lattner | 2010-04-15 | 1 | -0/+20 |
* | teach codegen to turn trunc(zextload) into load when possible. | Chris Lattner | 2010-04-15 | 1 | -13/+39 |
* | add a simple dag combine to replace trivial shl+lshr with | Chris Lattner | 2010-04-15 | 1 | -1/+1 |
* | Implement rdar://7860110 (also in target/readme.txt) narrowing | Chris Lattner | 2010-04-15 | 1 | -0/+81 |
* | further tweak this to do something useful. | Chris Lattner | 2010-04-15 | 1 | -6/+4 |
* | remove undef control flow. | Chris Lattner | 2010-04-15 | 1 | -22/+1 |
* | tests: MC/Disassembler tests depend on ARM support being compiler in. | Daniel Dunbar | 2010-04-15 | 1 | -1/+3 |
* | Remove unneeded types from test. | Jakob Stoklund Olesen | 2010-04-14 | 1 | -69/+3 |
* | Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand | Bob Wilson | 2010-04-14 | 1 | -0/+16 |
* | Trim tests and convert to FileCheck. | Evan Cheng | 2010-04-14 | 2 | -48/+13 |
* | Revert r101213. | Nick Lewycky | 2010-04-14 | 1 | -0/+1 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 1 | -0/+11 |
* | Commit testcase for r101213. | Nick Lewycky | 2010-04-14 | 1 | -0/+12 |
* | XFAIL this test for powerpc. | Devang Patel | 2010-04-13 | 1 | -1/+1 |
* | Add test for post-ra machine licm. | Evan Cheng | 2010-04-13 | 1 | -7/+53 |
* | Handle a v2f64 formal parameter that is split between registers and memory | Bob Wilson | 2010-04-13 | 1 | -0/+7 |
* | Do not include types without any definition in pubtypes list. | Devang Patel | 2010-04-13 | 1 | -0/+48 |
* | Fix test on non-x86 hosts. | Evan Cheng | 2010-04-13 | 1 | -1/+1 |
* | Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ... | Evan Cheng | 2010-04-13 | 2 | -0/+81 |
* | Temporarily revert r101075, it's causing invalid iterator assertions | Eric Christopher | 2010-04-13 | 1 | -39/+0 |
* | Teach ScalarEvolution to simplify smax and umax when it can prove | Dan Gohman | 2010-04-13 | 1 | -0/+52 |
* | Teach IndVarSimplify how to eliminate remainder operators where the | Dan Gohman | 2010-04-13 | 1 | -0/+121 |
* | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner | 2010-04-13 | 1 | -0/+10 |
* | Use .set expression for x86 pic jump table reference to reduce assembly reloc... | Evan Cheng | 2010-04-12 | 1 | -2/+7 |
* | Third time's a charm... | Bill Wendling | 2010-04-12 | 1 | -1/+1 |
* | Genericize the label test. | Bill Wendling | 2010-04-12 | 1 | -1/+1 |
* | Correct test to test what I mean it to test. | Bill Wendling | 2010-04-12 | 1 | -1/+2 |
* | Micro-optimization: | Bill Wendling | 2010-04-12 | 1 | -0/+38 |
* | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman | 2010-04-12 | 1 | -0/+162 |
* | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen | 2010-04-12 | 1 | -0/+3 |
* | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman | 2010-04-12 | 1 | -0/+29 |
* | Enable post regalloc machine licm by default. | Evan Cheng | 2010-04-12 | 1 | -0/+140 |
* | Verify function prototypes before trying to optimize functions. We also | Eric Christopher | 2010-04-12 | 2 | -6/+5 |
* | Re-apply r101000, with a fix: Don't eliminate an icmp which is part of | Dan Gohman | 2010-04-12 | 1 | -0/+84 |
* | Revert 101000, which is breaking self-host builds. | Dan Gohman | 2010-04-12 | 1 | -40/+0 |
* | Teach IndVarSimplify how to eliminate comparisons involving induction | Dan Gohman | 2010-04-11 | 1 | -0/+40 |