Age | Commit message (Expand) | Author |
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 |
2009-09-15 | Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot... | Nate Begeman |
2009-09-15 | Expand on comment. | Eric Christopher |
2009-09-15 | Fix -Asserts warning. | Daniel Dunbar |
2009-09-15 | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman |
2009-09-15 | Another try at early partial coalescing. Identity phi source copies (their so... | Evan Cheng |
2009-09-15 | Remove incorrect CSE code from r81813. | Nate Begeman |
2009-09-15 | Substantially speed up combiner-aa in the following ways: | Nate Begeman |
2009-09-15 | Teach the legalizer to propagate the original alignment of loads and store when | Nate Begeman |
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 | Pull the creation of the "RewindFunction" function out of the loop. It's only | Bill Wendling |
2009-09-14 | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner |
2009-09-14 | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner |
2009-09-13 | kill off the last use of TRI::AsmName. | Chris Lattner |