| Age | Commit message (Expand) | Author |
| 2007-12-30 | two register machineoperands are not identical unless their subregs match. | Chris Lattner |
| 2007-12-30 | MachineOperand::getImmedValue -> MachineOperand::getImm | Chris Lattner |
| 2007-12-30 | make machine operands fatter: give each one an up-pointer to the | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-30 | Start using the simplified methods for adding operands. | Chris Lattner |
| 2007-12-30 | simplify some code by factoring operand construction better. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-29 | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner |
| 2007-12-29 | make sure not to zap volatile stores, thanks a lot to Dale for noticing this! | Chris Lattner |
| 2007-12-29 | don't fold fp_round(fp_extend(load)) -> fp_round(extload) | Chris Lattner |
| 2007-12-29 | Delete a store whose input is a load from the same pointer: | Chris Lattner |
| 2007-12-24 | Flesh out the Briggs implementation a little bit more, fix a few FIXMEs. | Owen Anderson |
| 2007-12-23 | Sketch out an implementation of Briggs' copy placement algorithm. | Owen Anderson |
| 2007-12-22 | initial code for forming an FGETSIGN node. This is disabled until | Chris Lattner |
| 2007-12-22 | improve support for fgetsign | Chris Lattner |
| 2007-12-22 | Tell TargetLoweringOpt whether it is running before | Chris Lattner |
| 2007-12-22 | Add a new FGETSIGN operation, which defaults to expand on all | Chris Lattner |
| 2007-12-22 | Use getIntrinsicID instead of looking up intrinsic prototypes. Also | Gordon Henriksen |
| 2007-12-22 | Note what still needs doing. | Owen Anderson |
| 2007-12-22 | Remove critical edge breaking. It won't be necessary as long as we are very ... | Owen Anderson |
| 2007-12-20 | More accurate checks for two-address constraints. | Evan Cheng |
| 2007-12-20 | The physical register + virtual register joining requirement was much too str... | Evan Cheng |
| 2007-12-20 | Bring back a burr scheduling heuristic that's still needed. | Evan Cheng |
| 2007-12-20 | Updated comments to reflect what "side effects" means in this situation. | Bill Wendling |
| 2007-12-19 | Simplify LowerCallTo by using a callsite. | Duncan Sands |
| 2007-12-19 | The C++ exception handling personality function wants | Duncan Sands |
| 2007-12-19 | Don't leave newly created nodes around if it turns out they are not needed. | Evan Cheng |
| 2007-12-18 | Add debugging info. Use the newly created "hasUnmodelledSideEffects" method. | Bill Wendling |
| 2007-12-18 | Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them). | Anton Korobeynikov |
| 2007-12-18 | Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ... | Evan Cheng |
| 2007-12-18 | Also print alignment and volatileness. | Evan Cheng |
| 2007-12-18 | FIX for PR1799: When a load is unfolded from an instruction, check if it is a... | Evan Cheng |
| 2007-12-18 | SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode. | Evan Cheng |
| 2007-12-17 | Make invokes of inline asm legal. Teach codegen | Duncan Sands |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-12-16 | Break local interferences in StrongPHIElimination. One step closer... | Owen Anderson |
| 2007-12-16 | A few more comments. | Owen Anderson |
| 2007-12-14 | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman |
| 2007-12-14 | Bug fix. Must also match ResNo when matching an operand with a user. | Evan Cheng |
| 2007-12-13 | Add register pairs to the list to check for local interferences. | Owen Anderson |
| 2007-12-13 | Remove ugly and horrible code. It's not necessary for correctness, and can b... | Owen Anderson |
| 2007-12-12 | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng |
| 2007-12-12 | Allow vector integer constants to be created with | Dan Gohman |
| 2007-12-12 | Forgot to remove a register from the PHI-union after I'd determined that it | Owen Anderson |
| 2007-12-11 | If deleting a reload instruction due to reuse (value is available in register... | Evan Cheng |
| 2007-12-11 | Need to grow the indexed map. Added debug statements. | Bill Wendling |
| 2007-12-11 | Simplify slightly. | Bill Wendling |
| 2007-12-11 | More progress on StrongPHIElimination. Now we actually USE the DomForest! | Owen Anderson |