| Age | Commit message (Expand) | Author |
| 2009-09-23 | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman |
| 2009-09-23 | This is overly constraining with respect to clang. | Mike Stump |
| 2009-09-22 | Use early returns. | David Goodwin |
| 2009-09-22 | Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi... | Evan Cheng |
| 2009-09-22 | Fix a pasto. Also simplify for Bill's benefit. | Evan Cheng |
| 2009-09-22 | Minor bug fix. LowerSubregs should translate | Evan Cheng |
| 2009-09-21 | Clean up spill weight computation. Also some changes to give loop induction | Evan Cheng |
| 2009-09-21 | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman |
| 2009-09-21 | Fix this assertion string to mention subreg_to_reg. | Dan Gohman |
| 2009-09-21 | Verify that phi instructions refer to MBBs in the CFG. | Jakob Stoklund Olesen |
| 2009-09-21 | Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im... | Evan Cheng |
| 2009-09-20 | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner |
| 2009-09-20 | tidy up | Chris Lattner |
| 2009-09-20 | --- Reverse-merging r82282 into '.': | Bill Wendling |
| 2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
| 2009-09-20 | Here's fun! It turns out that these filter functions can be internal. If they're | Bill Wendling |
| 2009-09-20 | When computing live intervals for earlyclobber operands, | Dale Johannesen |
| 2009-09-19 | Fix indentation. | Daniel Dunbar |
| 2009-09-19 | Strip trailing whitespace. | Daniel Dunbar |
| 2009-09-19 | Remove the default value for ConstantStruct::get's isPacked parameter and | Nick Lewycky |
| 2009-09-19 | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng |
| 2009-09-18 | Fix a comment typo and some whitespace. | Bob Wilson |
| 2009-09-18 | Factor out label difference creation. | Bill Wendling |
| 2009-09-18 | It's inefficient to have place the exception tables (which contain the LSDA) | Bill Wendling |
| 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 | duncan points out the EH selector values are signed. | Chris Lattner |
| 2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
| 2009-09-18 | Revert r82214. It broke 403.gcc on x86_64 / Darwin. | Evan Cheng |
| 2009-09-18 | Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw... | Evan Cheng |
| 2009-09-17 | tolerate llvm.eh.selector.i64 on 32-bit systems and llvm.eh.selector.i32 on | Chris Lattner |
| 2009-09-17 | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner |
| 2009-09-17 | grammar | Jim Grosbach |
| 2009-09-17 | Remove simple regalloc. It has bit rotted. | Evan Cheng |
| 2009-09-17 | Fix PR4910: Broken logic in coalescer means when a physical register liveness... | Evan Cheng |
| 2009-09-16 | Fix typo. | Devang Patel |
| 2009-09-16 | At iSel time, update DebugLoc based on debug info attached with an instruction. | Devang Patel |
| 2009-09-16 | Add a new pass for doing late hoisting of floating-point and vector | Dan Gohman |
| 2009-09-16 | Don't sort the vector when it is empty. This should fix some expensive checking | Benjamin Kramer |
| 2009-09-16 | updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018 | Xerxes Ranby |
| 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 | Big change #1 for personality function references: | Chris Lattner |
| 2009-09-16 | inline AsmPrinter::getCurrentFunctionEHName into its only caller. | 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 | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner |
| 2009-09-15 | strength reduce a call to PrintRelDirective(true). | Chris Lattner |
| 2009-09-15 | add hooks to hang target-specific goop off MachineModuleInfo, | Chris Lattner |