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