| Age | Commit message (Expand) | Author |
| 2009-09-27 | Clarify a comment. | Dan Gohman |
| 2009-09-25 | Move MachineMemOperand::getAlignment out of line, to avoid needing | Dan Gohman |
| 2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-09-25 | Update the description of MachineFrameInfo's OffsetAdjustment. The value of | Bob Wilson |
| 2009-09-25 | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman |
| 2009-09-24 | Clean up LiveVariables and change how it deals with partial updates and kills... | Evan Cheng |
| 2009-09-23 | Spruce up some comments. | Dan Gohman |
| 2009-09-23 | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman |
| 2009-09-23 | Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes. | Dan Gohman |
| 2009-09-23 | Fix PR5024. LiveVariables physical register defs should *commit* only after all | Evan Cheng |
| 2009-09-23 | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman |
| 2009-09-22 | Forgot this. | Evan Cheng |
| 2009-09-21 | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman |
| 2009-09-20 | A few more tabs -> spaces. | Daniel Dunbar |
| 2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
| 2009-09-18 | add a new hook to allow targets to splat stuff at the end of the file. | Chris Lattner |
| 2009-09-18 | Revert r82214 completely to fix build. | Xerxes Ranby |
| 2009-09-18 | Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw... | Evan Cheng |
| 2009-09-17 | grammar | Jim Grosbach |
| 2009-09-17 | Remove simple regalloc. It has bit rotted. | Evan Cheng |
| 2009-09-16 | move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter | Chris Lattner |
| 2009-09-16 | add a new MachineModuleInfoMachO class, which is the per-module | Chris Lattner |
| 2009-09-16 | the pointer MMI keeps will start out with object-file format specific stuff | Chris Lattner |
| 2009-09-16 | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner |
| 2009-09-16 | inline AsmPrinter::getCurrentFunctionEHName into its only caller. | Chris Lattner |
| 2009-09-16 | remove a dead bool. | Chris Lattner |
| 2009-09-16 | Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) | Chris Lattner |
| 2009-09-16 | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner |
| 2009-09-15 | add hooks to hang target-specific goop off MachineModuleInfo, | Chris Lattner |
| 2009-09-15 | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman |
| 2009-09-15 | Correct comment pasto | Jim Grosbach |
| 2009-09-15 | Fix apostrophos. | Dan Gohman |
| 2009-09-15 | Forgot this. | Evan Cheng |
| 2009-09-15 | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman |
| 2009-09-14 | Add early coalescing to liveintervals. This is work in progress and is known ... | Evan Cheng |
| 2009-09-14 | Update a comment to match the source. PseudoSourceValues are now | Dan Gohman |
| 2009-09-14 | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner |
| 2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
| 2009-09-12 | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner |
| 2009-09-12 | Whoops. Committed the headers for r81605 - 'Moved some more index operations ... | Lang Hames |
| 2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
| 2009-09-09 | Removed static qualifier from a few index related methods. These methods may ... | Lang Hames |
| 2009-09-06 | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands |
| 2009-09-05 | Stabilize the order of live intervals in the priority_queue used by the | Bob Wilson |
| 2009-09-04 | Removed yet another std::ostream reference. | Lang Hames |
| 2009-09-04 | Removed some junk and a std::ostream operator that was hanging around. | Lang Hames |
| 2009-09-04 | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames |
| 2009-09-03 | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman |
| 2009-09-03 | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman |