| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove dead code | Anton Korobeynikov | 2007-03-27 | 1 | -82/+46 |
| * | Split big monster into small helpers. No functionality change. | Anton Korobeynikov | 2007-03-27 | 1 | -190/+285 |
| * | SDISel does not preserve all, it changes CFG and other info. | Evan Cheng | 2007-03-27 | 1 | -1/+0 |
| * | First step of switch lowering refactoring: perform worklist-driven | Anton Korobeynikov | 2007-03-25 | 1 | -176/+249 |
| * | Implement support for vector operands to inline asm, implementing | Chris Lattner | 2007-03-25 | 1 | -4/+16 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -4/+4 |
| * | Change uses of Function::front to Function::getEntryBlock for readability. | Dan Gohman | 2007-03-22 | 1 | -1/+1 |
| * | Minor bug. | Evan Cheng | 2007-03-20 | 1 | -1/+2 |
| * | Use SmallSet instead of std::set. | Evan Cheng | 2007-03-17 | 1 | -1/+1 |
| * | If sdisel has decided to sink GEP index expression into any BB. Replace all uses | Evan Cheng | 2007-03-17 | 1 | -22/+37 |
| * | Turn on GEP index sinking by default. | Evan Cheng | 2007-03-16 | 1 | -7/+0 |
| * | Stupid bug. | Evan Cheng | 2007-03-16 | 1 | -1/+1 |
| * | Sink a binary expression into its use blocks if it is a loop invariant | Evan Cheng | 2007-03-16 | 1 | -0/+92 |
| * | implement support for floating point constants used as inline asm memory oper... | Chris Lattner | 2007-03-08 | 1 | -2/+7 |
| * | make this fail even in non-assert builds. | Chris Lattner | 2007-03-08 | 1 | -2/+4 |
| * | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov | 2007-03-07 | 1 | -24/+27 |
| * | Enumerate SDISel formal parameter attributes. Make use of new | Anton Korobeynikov | 2007-03-06 | 1 | -22/+24 |
| * | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -1/+1 |
| * | Lower eh filter intrinsic. | Jim Laskey | 2007-03-01 | 1 | -1/+4 |
| * | MERGE_VALUES unnecessary. | Jim Laskey | 2007-02-28 | 1 | -12/+4 |
| * | track signedness of formal argument, though we have a fixme here. | Chris Lattner | 2007-02-26 | 1 | -0/+8 |
| * | Fix for PR1224. | Jim Laskey | 2007-02-25 | 1 | -35/+50 |
| * | optimize duplicate ValueMap lookups | Chris Lattner | 2007-02-25 | 1 | -9/+6 |
| * | Deal with cases when MMI is not requested. | Jim Laskey | 2007-02-24 | 1 | -0/+14 |
| * | Handle improper cast. | Jim Laskey | 2007-02-23 | 1 | -6/+19 |
| * | Tighten up error checking of args. | Jim Laskey | 2007-02-22 | 1 | -17/+23 |
| * | Handle lowering invoke to call correctly. | Jim Laskey | 2007-02-22 | 1 | -95/+97 |
| * | Selection and lowering for exception handling. | Jim Laskey | 2007-02-21 | 1 | -2/+137 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -8/+8 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -29/+29 |
| * | fix a warning | Chris Lattner | 2007-02-14 | 1 | -1/+1 |
| * | Refix CodeGen/Generic/switch-lower.ll. In contrast to my previous patch, | Chris Lattner | 2007-02-14 | 1 | -5/+5 |
| * | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -4/+4 |
| * | revert my previous switch lowering change, which miscompiles a few programs. | Chris Lattner | 2007-02-13 | 1 | -2/+2 |
| * | Add a space between // and the comment. | Lauro Ramos Venancio | 2007-02-13 | 1 | -9/+9 |
| * | Add "original alignment" to function arguments flags. | Lauro Ramos Venancio | 2007-02-13 | 1 | -10/+30 |
| * | Fix switch lowering to order cases in zext order, which is how we emit the | Chris Lattner | 2007-02-13 | 1 | -2/+2 |
| * | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -2/+2 |
| * | Add function live-ins to entry block live-in set. | Evan Cheng | 2007-02-10 | 1 | -0/+8 |
| * | Rename some variables to avoid confusion with SelectionDAGISel::BB. | Evan Cheng | 2007-02-10 | 1 | -6/+6 |
| * | Switch VAlueMap from std::map to DenseMap. | Chris Lattner | 2007-02-04 | 1 | -3/+3 |
| * | Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3% | Chris Lattner | 2007-02-04 | 1 | -7/+11 |
| * | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -1/+4 |
| * | Fit in 80 columns | Chris Lattner | 2007-02-01 | 1 | -1/+1 |
| * | Emit a better assertion message for PR1133 | Chris Lattner | 2007-02-01 | 1 | -15/+18 |
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
| * | add initial support for handling inline asms with multiple constraints. | Chris Lattner | 2007-01-29 | 1 | -4/+42 |
| * | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -24/+8 |
| * | Arguments are counting from 1. not from 0. Maybe we should change | Anton Korobeynikov | 2007-01-28 | 1 | -1/+1 |
| * | More cleanup | Anton Korobeynikov | 2007-01-28 | 1 | -2/+3 |