| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass --disable-cfi to llc. | Rafael Espindola | 2011-05-03 | 3 | -3/+3 |
* | xmm0 is an implicit parameter in this and so shouldn't be in the | Eric Christopher | 2011-05-03 | 1 | -0/+9 |
* | Add an unfolded offset field to LSR's Formula record. This is used to | Dan Gohman | 2011-05-03 | 1 | -0/+80 |
* | Pass -disable-cfi to llc. | Rafael Espindola | 2011-05-02 | 1 | -1/+1 |
* | Fix PR9579: when simplifying a compare to "true" or "false", and it was | Duncan Sands | 2011-05-02 | 1 | -0/+15 |
* | Move some rem transforms out of instcombine and into instsimplify. | Duncan Sands | 2011-05-02 | 1 | -0/+17 |
* | Add 130690 back. | Rafael Espindola | 2011-05-02 | 2 | -4/+2 |
* | Revert while I debug the tests that use march but not mtriple. | Rafael Espindola | 2011-05-02 | 2 | -2/+4 |
* | Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta... | Rafael Espindola | 2011-05-02 | 2 | -4/+2 |
* | Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. | Rafael Espindola | 2011-05-01 | 6 | -16/+20 |
* | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola | 2011-05-01 | 1 | -0/+38 |
* | Revert the previous patch while I figure out how to make llvm-gcc | Rafael Espindola | 2011-04-30 | 6 | -20/+16 |
* | Enable CFI on OS X. | Rafael Espindola | 2011-04-30 | 6 | -16/+20 |
* | InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for ure... | Benjamin Kramer | 2011-04-30 | 1 | -2/+43 |
* | Use SimplifyDemandedBits on div instructions. | Benjamin Kramer | 2011-04-30 | 1 | -0/+7 |
* | FileCheckize. | Benjamin Kramer | 2011-04-30 | 1 | -1/+30 |
* | Allow folded spills in test. | Jakob Stoklund Olesen | 2011-04-30 | 1 | -2/+2 |
* | Weekly fix of register allocation dependent unit tests. | Jakob Stoklund Olesen | 2011-04-30 | 7 | -33/+40 |
* | Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE... | Eli Friedman | 2011-04-29 | 1 | -2/+10 |
* | Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T... | Eli Friedman | 2011-04-29 | 1 | -5/+29 |
* | Fix run-line, again. :( | Eli Friedman | 2011-04-29 | 1 | -1/+1 |
* | Re-committing r130454, which does not in fact break anything. | Eli Friedman | 2011-04-29 | 1 | -0/+11 |
* | Add trunc->branch support, this won't help with clang's i8->i1 truncations | Eric Christopher | 2011-04-29 | 1 | -1/+16 |
* | SimplifyCFG: Expose phi node folding cost threshold as command line parameter | Peter Collingbourne | 2011-04-29 | 1 | -0/+34 |
* | SimplifyCFG: Add CostRemaining parameter to DominatesMergePoint | Peter Collingbourne | 2011-04-29 | 1 | -0/+1 |
* | SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p... | Peter Collingbourne | 2011-04-29 | 1 | -6/+9 |
* | MCAsmLayout: Add support for computing the symbol offset of variables. Not | Daniel Dunbar | 2011-04-29 | 1 | -0/+8 |
* | MC: Change variable symbols to be recognized as defined, by assigning their s... | Daniel Dunbar | 2011-04-29 | 1 | -0/+446 |
* | Change DwarfCFIException's member variables to track what it actually | Rafael Espindola | 2011-04-29 | 1 | -1/+1 |
* | Teach Thumb2 isel to fold and->rotr ==> ROR. | Andrew Trick | 2011-04-29 | 1 | -2/+4 |
* | Combine thumb2-ror tests. | Andrew Trick | 2011-04-29 | 2 | -13/+13 |
* | InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A) | Benjamin Kramer | 2011-04-29 | 1 | -0/+21 |
* | Revert r130454; apparently this doesn't actually work. | Eli Friedman | 2011-04-28 | 1 | -11/+0 |
* | Fix runline. | Eli Friedman | 2011-04-28 | 1 | -1/+1 |
* | Fix a rather obscure crash caused by ARM fast-isel generating code which rede... | Eli Friedman | 2011-04-28 | 1 | -0/+11 |
* | fast-isel sret calls, try 2. We actually do need to do something on x86-32. ... | Eli Friedman | 2011-04-28 | 2 | -0/+28 |
* | Actually revert r130348 correctly. | Eli Friedman | 2011-04-28 | 1 | -27/+1 |
* | final step needed to resolve PR6627, which allows us to flatten the code down to | Chris Lattner | 2011-04-28 | 2 | -4/+71 |
* | Revert r130348; causing buildbot issues on x86-32. | Eli Friedman | 2011-04-28 | 1 | -0/+13 |
* | InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp. | Benjamin Kramer | 2011-04-28 | 1 | -0/+29 |
* | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner | 2011-04-28 | 1 | -1/+24 |
* | Teach dwarf writer to handle complex address expression for .debug_loc entries. | Devang Patel | 2011-04-28 | 2 | -4/+4 |
* | Fix a silly mistake in r130338. | Eli Friedman | 2011-04-28 | 1 | -0/+9 |
* | PTX: support for bitwise operations on predicates | Justin Holewinski | 2011-04-28 | 1 | -0/+24 |
* | fast-isel sret. We actually don't need to do anything special on x86. :) rda... | Eli Friedman | 2011-04-27 | 1 | -0/+13 |
* | Add tests for A8.6.110 NOP. | Johnny Chen | 2011-04-27 | 2 | -0/+9 |
* | Fixes PR9730: indvars: An asserting value handle still pointed to this value | Andrew Trick | 2011-04-27 | 1 | -5/+6 |
* | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman | 2011-04-27 | 1 | -0/+13 |
* | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman | 2011-04-27 | 1 | -0/+16 |
* | If converter was being too cute. It look for root BBs (which don't have | Evan Cheng | 2011-04-27 | 1 | -0/+59 |