Age | Commit message (Expand) | Author |
2009-07-18 | Catch more coalescing opportunities. | Evan Cheng |
2009-07-18 | Enable cross register class coalescing. | Evan Cheng |
2009-07-17 | Fix pr4552. Stack slot coloring with register must take care not to generate ... | Evan Cheng |
2009-07-17 | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner |
2009-07-17 | Simplify some more. | Evan Cheng |
2009-07-17 | Use more terse and precise linkage checks. | Chris Lattner |
2009-07-17 | Eliminate yet another copy of getOpcode. | Dan Gohman |
2009-07-17 | these two pieces of code are the same because we always | Chris Lattner |
2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
2009-07-17 | fix include guard. | Chris Lattner |
2009-07-17 | Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef... | Evan Cheng |
2009-07-17 | Add support for naked functions | Anton Korobeynikov |
2009-07-17 | revert one of the loops to use indicies over iterators because there are vect... | Bruno Cardoso Lopes |
2009-07-17 | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman |
2009-07-17 | Fix my brain cramp by inverting the assertion condition. | Evan Cheng |
2009-07-16 | Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( | Daniel Dunbar |
2009-07-16 | Assume an inline asm might be a call, so we get | Dale Johannesen |
2009-07-16 | Emit line numbers in asm comments when available. | David Greene |
2009-07-16 | Fix inverted preprocessor conditional. | Daniel Dunbar |
2009-07-16 | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin |
2009-07-16 | Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope... | Jakob Stoklund Olesen |
2009-07-16 | Changed my mind. We now allow remat of instructions whose defs have subreg in... | Evan Cheng |
2009-07-16 | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-07-16 | Let RegisterInfo decide whether it can emit cross-class copy or not | Anton Korobeynikov |
2009-07-16 | Scan for presence of calls and determine max callframe size early. To allow P... | Anton Korobeynikov |
2009-07-16 | Propagate return result extension type | Anton Korobeynikov |
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 |