| Age | Commit message (Expand) | Author |
| 2009-07-16 | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng |
| 2009-07-16 | Fix coding style issues pointed by Bill. | Bruno Cardoso Lopes |
| 2009-07-16 | Skip special LLVM prefix '1' while emitting linknage name. | Devang Patel |
| 2009-07-15 | We don't need to use llvm_report_error, this interface can deal with errors | Daniel Dunbar |
| 2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
| 2009-07-15 | Add missing includes. | Daniel Dunbar |
| 2009-07-15 | Verify that there is no kill flag on tied operands on two-address instructions. | Jakob Stoklund Olesen |
| 2009-07-15 | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar |
| 2009-07-15 | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar |
| 2009-07-15 | Fix bug in RegScavenger::scavengeRegister(). | Jakob Stoklund Olesen |
| 2009-07-15 | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson |
| 2009-07-15 | ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa... | Evan Cheng |
| 2009-07-15 | Lexically order files in CMakeLists.txt files. | Ted Kremenek |
| 2009-07-15 | use std::vector instead of std::list for both Section and Symbol lists because | Bruno Cardoso Lopes |
| 2009-07-15 | remove printSuffixedName. | Chris Lattner |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
| 2009-07-14 | eliminate extra space. | Torok Edwin |
| 2009-07-14 | rename getValueName -> getMangledName. These two files have very | Chris Lattner |
| 2009-07-14 | Rename getValueName -> getMangledName | Chris Lattner |
| 2009-07-14 | Change the internal interface to makeNameProper to take a bool that | Chris Lattner |
| 2009-07-14 | Do not use Mangler to remove '1' from linkage name. | Devang Patel |
| 2009-07-14 | Fix pr4544. When remating, make sure the destination register fits the instru... | Evan Cheng |
| 2009-07-13 | Revert an accidental commit. | Evan Cheng |
| 2009-07-13 | Use assertion. | Devang Patel |
| 2009-07-13 | Cleanup the global emission and refactor some code | Bruno Cardoso Lopes |
| 2009-07-13 | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman |
| 2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
| 2009-07-13 | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel |
| 2009-07-13 | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson |
| 2009-07-13 | revert rev. 75503 for now. | Devang Patel |
| 2009-07-13 | Use Mangler to remove leading '1' from linkage names. | Devang Patel |
| 2009-07-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene |
| 2009-07-13 | Match declaration to definition (missed a few). | Daniel Dunbar |
| 2009-07-13 | Match declaration to definition. | Daniel Dunbar |
| 2009-07-13 | Removed some junk code that snuck in to an earlier commit. | Lang Hames |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-12 | Match declaration to definition. | Daniel Dunbar |
| 2009-07-12 | remove llvm.part.set.* and llvm.part.select.*. They have never been | Chris Lattner |
| 2009-07-12 | Fix assert(0) conversion, as suggested by Chris. | Torok Edwin |
| 2009-07-12 | Implement support for promotion of AND/OR/XOR on integer types. | Jakob Stoklund Olesen |
| 2009-07-12 | Fix types in PromoteNode handling of CTPOP and friends. | Jakob Stoklund Olesen |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-11 | Fix up support for OptionalDefOperand when it defaults to an actual register ... | Evan Cheng |
| 2009-07-11 | Use CreateStackStoreLoad helper in more places. | Eli Friedman |
| 2009-07-11 | Two-address pass should use findCommutedOpIndices to determine what registers... | Evan Cheng |