| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 1 | -0/+2 |
* | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner | 2009-06-27 | 1 | -68/+105 |
* | make sure to propagate operand flags in SelectTLSADDRAddr properly. | Chris Lattner | 2009-06-26 | 1 | -1/+2 |
* | fix a pasto. | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
* | propagate target operand flags through addressing mode selection. | Chris Lattner | 2009-06-26 | 1 | -6/+12 |
* | change TLS_ADDR lowering to lower to a real mem operand, instead of matching as | Chris Lattner | 2009-06-20 | 1 | -0/+28 |
* | Remove the redundant TM member from X86DAGToDAGISel; replace it | Dan Gohman | 2009-06-03 | 1 | -12/+22 |
* | Convert a subtract into a negate and an add when it helps x86 | Dan Gohman | 2009-05-11 | 1 | -0/+70 |
* | Factor out cycle-finder code and make it generic. | Anton Korobeynikov | 2009-05-08 | 1 | -106/+2 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -4/+5 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -8/+8 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -8/+8 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -8/+8 |
* | fix PR3995. A scale must be 1, 2, 4 or 8. | Rafael Espindola | 2009-04-16 | 1 | -1/+1 |
* | For the h-register addressing-mode trick, use the correct value for | Dan Gohman | 2009-04-14 | 1 | -1/+14 |
* | Implement x86 h-register extract support. | Dan Gohman | 2009-04-13 | 1 | -5/+52 |
* | Remove x86's special-case handling for ISD::TRUNCATE and | Dan Gohman | 2009-04-13 | 1 | -85/+0 |
* | Use X86::SUBREG_8BIT instead of hard-coding the equivalent constant. | Dan Gohman | 2009-04-13 | 1 | -3/+3 |
* | X86-64 TLS support for local exec and initial exec. | Rafael Espindola | 2009-04-13 | 1 | -1/+8 |
* | In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matching | Rafael Espindola | 2009-04-12 | 1 | -3/+8 |
* | refactor some code into X86DAGToDAGISel::MatchWrapper | Rafael Espindola | 2009-04-12 | 1 | -44/+51 |
* | Don't fold a load if the other operand is a TLS address. | Rafael Espindola | 2009-04-10 | 1 | -6/+27 |
* | Re-apply 68552. | Rafael Espindola | 2009-04-08 | 1 | -27/+86 |
* | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling | 2009-04-07 | 1 | -86/+27 |
* | Reduce code duplication on the TLS implementation. | Rafael Espindola | 2009-04-07 | 1 | -27/+86 |
* | remove unused arguments. | Rafael Espindola | 2009-03-31 | 1 | -14/+12 |
* | X86 address mode isel tweak. If the base of the address is also used by a Cop... | Evan Cheng | 2009-03-31 | 1 | -1/+25 |
* | When optimzing a mul by immediate into two, the resulting mul's should get a ... | Evan Cheng | 2009-03-30 | 1 | -0/+1 |
* | Use array_lengthof | Rafael Espindola | 2009-03-28 | 1 | -5/+5 |
* | Use less hard coded constants to make the code less brittle. | Rafael Espindola | 2009-03-27 | 1 | -6/+11 |
* | Don't forego folding of loads into 64-bit adds when the other | Dan Gohman | 2009-03-14 | 1 | -10/+3 |
* | Enhance address-mode folding of ISD::ADD to handle cases where the | Dan Gohman | 2009-03-13 | 1 | -0/+13 |
* | Remove non-DebugLoc versions of BuildMI from X86. | Dale Johannesen | 2009-02-13 | 1 | -1/+2 |
* | fix the X86 backend to just drop llvm.declare nodes for VLAs instead of | Chris Lattner | 2009-02-12 | 1 | -7/+18 |
* | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -2/+2 |
* | Refactor some repeated logic into a separate function. | Dan Gohman | 2009-02-07 | 1 | -2/+7 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -1/+2 |
* | Patch up omissions in DebugLoc propagation. | Dale Johannesen | 2009-02-04 | 1 | -10/+10 |
* | DebugLoc propgation | Dale Johannesen | 2009-02-03 | 1 | -25/+35 |
* | Simplify findNonImmUse; return the result using the return value | djg | 2009-01-27 | 1 | -16/+14 |
* | Eliminate unnecessary operands-list traversals. | Dan Gohman | 2009-01-27 | 1 | -6/+3 |
* | Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal... | evancheng | 2009-01-26 | 1 | -8/+27 |
* | Fix a recent regression. ClrOpcode is not set for i8; for i8, if | Dan Gohman | 2009-01-21 | 1 | -2/+3 |
* | DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea... | Evan Cheng | 2009-01-19 | 1 | -1/+1 |
* | Fix MatchAddress bug that's preventing negative displacement from being folde... | Evan Cheng | 2009-01-17 | 1 | -14/+13 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | 80 col violation. | Evan Cheng | 2009-01-10 | 1 | -1/+2 |
* | Some code clean up. | Evan Cheng | 2008-12-10 | 1 | -12/+14 |
* | On x86 favors folding short immediate into some arithmetic operations (e.g. a... | Evan Cheng | 2008-11-27 | 1 | -5/+40 |
* | Move the code that inserts X87 FP_REG_KILL instructions from a | Dan Gohman | 2008-11-12 | 1 | -80/+0 |