| Commit message (Expand) | Author | Age | Files | Lines |
* | Move helper functions for optimizing division by constant into the APInt | Jay Foad | 2009-04-30 | 2 | -101/+94 |
* | Set mayLoad on MOVZX32_NOREXrm8 too. | Dan Gohman | 2009-04-30 | 1 | -0/+1 |
* | Fix ScalarEvolution::print to print a value for any Instruction with | Dan Gohman | 2009-04-30 | 1 | -1/+1 |
* | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively. | Evan Cheng | 2009-04-30 | 1 | -1/+3 |
* | fix a regression handling indirect results: these need to be considered | Chris Lattner | 2009-04-30 | 1 | -8/+13 |
* | Fix the JIT bindings for ocaml. | Bill Wendling | 2009-04-30 | 1 | -3/+4 |
* | remove progname which is never set. PR4085 | Chris Lattner | 2009-04-30 | 1 | -2/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 68 | -196/+285 |
* | Add support for a character after a command line option. Like '-Os'. | Bill Wendling | 2009-04-29 | 1 | -0/+3 |
* | Print correct instruction in dump. | Dale Johannesen | 2009-04-29 | 1 | -1/+1 |
* | Fix infinite recursion in the C++ code which handles movddup by making it unn... | Nate Begeman | 2009-04-29 | 3 | -48/+15 |
* | Implement getSCEVAtScope for SCEV cast expressions. | Dan Gohman | 2009-04-29 | 1 | -2/+25 |
* | Generalize the cast-of-addrec folding to handle folding of SCEVs like | Dan Gohman | 2009-04-29 | 1 | -46/+33 |
* | Reword and tidy up some comments. | Dan Gohman | 2009-04-29 | 1 | -10/+21 |
* | MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const. | Jakob Stoklund Olesen | 2009-04-29 | 1 | -2/+4 |
* | Include the source type in SCEV cast expression debug output, and | Dan Gohman | 2009-04-29 | 1 | -3/+3 |
* | Update comment, replace theoretically impossible check with an assert. | Nate Begeman | 2009-04-29 | 1 | -3/+1 |
* | Fix recent regression in gcc.dg/pr26719.c (6835035). | Dale Johannesen | 2009-04-29 | 1 | -2/+5 |
* | spillPhysRegAroundRegDefsUses() may have invalidated iterators stored in fixe... | Evan Cheng | 2009-04-29 | 1 | -0/+9 |
* | Implement review feedback for vector shuffle work. | Nate Begeman | 2009-04-29 | 8 | -127/+139 |
* | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta | 2009-04-29 | 2 | -2/+8 |
* | Disable the load-shrinking optimization from looking at | Chris Lattner | 2009-04-29 | 1 | -3/+6 |
* | Update comments to reflect the current code. | Dan Gohman | 2009-04-29 | 1 | -4/+4 |
* | Determine allocation 'preference' with right register class. I haven't seen t... | Evan Cheng | 2009-04-29 | 1 | -8/+10 |
* | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling | 2009-04-29 | 7 | -20/+20 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 61 | -276/+315 |
* | Properly print 'P' modifier on inline asm memory operands. | Anton Korobeynikov | 2009-04-28 | 2 | -8/+9 |
* | Move getMatchingSuperReg() out of coalescer and into TargetRegisterInfo. | Evan Cheng | 2009-04-28 | 1 | -16/+4 |
* | GlobalValue is always pointer type, so an assert isn't required. | Sanjiv Gupta | 2009-04-28 | 1 | -6/+1 |
* | Fix choice of version of Windows callback to use to consider not only the Vis... | Stefanus Du Toit | 2009-04-28 | 1 | -1/+12 |
* | Don't coalesce a physical register with an incompatible virtual register. | Jakob Stoklund Olesen | 2009-04-28 | 1 | -5/+42 |
* | Initialized arrays can be in any address space. | Sanjiv Gupta | 2009-04-28 | 1 | -3/+4 |
* | Move getSubRegisterRegClass from ScheduleDagSDNodesEmit.cpp to a TargetRegist... | Jakob Stoklund Olesen | 2009-04-28 | 1 | -14/+3 |
* | Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's. | Evan Cheng | 2009-04-28 | 1 | -1/+1 |
* | Fix for PR4051. When 2address pass delete an instruction, update kill info wh... | Evan Cheng | 2009-04-28 | 1 | -8/+79 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 61 | -314/+276 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 61 | -275/+314 |
* | Remove an obsolete comment. | Dan Gohman | 2009-04-27 | 1 | -5/+3 |
* | Fix PR 4086, a bug in FP IV elimination. | Dale Johannesen | 2009-04-27 | 1 | -2/+4 |
* | Fix PR4076. Correctly create live interval of physical register with two-addr... | Evan Cheng | 2009-04-27 | 1 | -10/+20 |
* | Permit ChangeCompareStride to rewrite a comparison when the factor | Dan Gohman | 2009-04-27 | 1 | -1/+3 |
* | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman | 2009-04-27 | 1 | -9/+133 |
* | Don't skip the CopyMI when removing kill markers. | Owen Anderson | 2009-04-27 | 1 | -2/+0 |
* | Now that PR2957 is resolved, remove a bunch of | Duncan Sands | 2009-04-27 | 4 | -90/+4 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 14 | -2090/+1571 |
* | Fix PR4056. It's possible a physical register def is dead if its implicit use... | Evan Cheng | 2009-04-27 | 1 | -2/+2 |
* | Also delete last unused val#. | Evan Cheng | 2009-04-27 | 1 | -0/+6 |
* | Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H, and use these | Dan Gohman | 2009-04-27 | 3 | -32/+71 |
* | Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD, | Dan Gohman | 2009-04-27 | 5 | -42/+42 |
* | Break up long multi-mnemonic strings into separate lines for readability. | Dan Gohman | 2009-04-27 | 2 | -12/+27 |