| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a better name for the label relocations while emitting them for Jump Tables | Bruno Cardoso Lopes | 2009-07-18 | 1 | -1/+1 |
* | Add support to properly reference private symbols on relocation entries. | Bruno Cardoso Lopes | 2009-07-18 | 4 | -11/+49 |
* | Catch more coalescing opportunities. | Evan Cheng | 2009-07-18 | 1 | -4/+7 |
* | Enable cross register class coalescing. | Evan Cheng | 2009-07-18 | 2 | -14/+56 |
* | Fix pr4552. Stack slot coloring with register must take care not to generate ... | Evan Cheng | 2009-07-17 | 1 | -0/+16 |
* | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner | 2009-07-17 | 1 | -28/+3 |
* | Simplify some more. | Evan Cheng | 2009-07-17 | 2 | -80/+5 |
* | Use more terse and precise linkage checks. | Chris Lattner | 2009-07-17 | 1 | -15/+6 |
* | Eliminate yet another copy of getOpcode. | Dan Gohman | 2009-07-17 | 1 | -17/+6 |
* | these two pieces of code are the same because we always | Chris Lattner | 2009-07-17 | 1 | -12/+3 |
* | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 2 | -15/+9 |
* | fix include guard. | Chris Lattner | 2009-07-17 | 1 | -2/+2 |
* | Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef... | Evan Cheng | 2009-07-17 | 3 | -159/+46 |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 1 | -2/+5 |
* | revert one of the loops to use indicies over iterators because there are vect... | Bruno Cardoso Lopes | 2009-07-17 | 1 | -4/+3 |
* | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman | 2009-07-17 | 1 | -23/+5 |
* | Fix my brain cramp by inverting the assertion condition. | Evan Cheng | 2009-07-17 | 1 | -3/+1 |
* | Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( | Daniel Dunbar | 2009-07-16 | 1 | -0/+2 |
* | Assume an inline asm might be a call, so we get | Dale Johannesen | 2009-07-16 | 1 | -0/+4 |
* | Emit line numbers in asm comments when available. | David Greene | 2009-07-16 | 1 | -2/+15 |
* | Fix inverted preprocessor conditional. | Daniel Dunbar | 2009-07-16 | 1 | -1/+1 |
* | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 1 | -3/+6 |
* | Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope... | Jakob Stoklund Olesen | 2009-07-16 | 1 | -8/+12 |
* | Changed my mind. We now allow remat of instructions whose defs have subreg in... | Evan Cheng | 2009-07-16 | 2 | -6/+8 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 2 | -3/+4 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 4 | -4/+6 |
* | Let RegisterInfo decide whether it can emit cross-class copy or not | Anton Korobeynikov | 2009-07-16 | 1 | -4/+5 |
* | Scan for presence of calls and determine max callframe size early. To allow P... | Anton Korobeynikov | 2009-07-16 | 2 | -25/+37 |
* | Propagate return result extension type | Anton Korobeynikov | 2009-07-16 | 1 | -0/+7 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 7 | -14/+24 |
* | Fix coding style issues pointed by Bill. | Bruno Cardoso Lopes | 2009-07-16 | 3 | -26/+30 |
* | Skip special LLVM prefix '1' while emitting linknage name. | Devang Patel | 2009-07-16 | 1 | -4/+25 |
* | We don't need to use llvm_report_error, this interface can deal with errors | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 2 | -3/+3 |
* | Add missing includes. | Daniel Dunbar | 2009-07-15 | 1 | -0/+2 |
* | Verify that there is no kill flag on tied operands on two-address instructions. | Jakob Stoklund Olesen | 2009-07-15 | 1 | -4/+7 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -0/+11 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -5/+15 |
* | Fix bug in RegScavenger::scavengeRegister(). | Jakob Stoklund Olesen | 2009-07-15 | 1 | -1/+1 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 3 | -5/+9 |
* | ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa... | Evan Cheng | 2009-07-15 | 1 | -1/+6 |
* | Lexically order files in CMakeLists.txt files. | Ted Kremenek | 2009-07-15 | 1 | -3/+3 |
* | use std::vector instead of std::list for both Section and Symbol lists because | Bruno Cardoso Lopes | 2009-07-15 | 4 | -191/+192 |
* | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -27/+5 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 5 | -66/+81 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 2 | -6/+6 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 4 | -16/+16 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 36 | -153/+153 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 4 | -16/+16 |
* | eliminate extra space. | Edwin Török | 2009-07-14 | 1 | -1/+1 |