| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef... | Evan Cheng | 2009-07-17 | 3 | -159/+46 |
* | GetElementPtr instructions default to having no overflow. | Dan Gohman | 2009-07-17 | 1 | -0/+9 |
* | Start generating AsmMatcher.inc for X86. | Daniel Dunbar | 2009-07-17 | 2 | -1/+2 |
* | r76102 added the MachineCodeEmitter::processDebugLoc call and called it from | Jeffrey Yasskin | 2009-07-17 | 3 | -6/+4 |
* | Fix compile warning. | Daniel Dunbar | 2009-07-17 | 1 | -0/+2 |
* | Add missed return | Anton Korobeynikov | 2009-07-17 | 1 | -1/+1 |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 5 | -3/+11 |
* | revert one of the loops to use indicies over iterators because there are vect... | Bruno Cardoso Lopes | 2009-07-17 | 1 | -4/+3 |
* | Add a SubclassOptionalData field to Value. See the doxygen comment for | Dan Gohman | 2009-07-17 | 1 | -1/+2 |
* | Initialize another Context, in the hopes of unbreaking CBE. | Daniel Dunbar | 2009-07-17 | 1 | -0/+3 |
* | Provide slightly more refined error message when trying to lookup a target, and | Daniel Dunbar | 2009-07-17 | 1 | -1/+18 |
* | Add logic to align instruction operands to columns for pretty-printing. | David Greene | 2009-07-17 | 1 | -0/+2 |
* | Avoid a compiler warning when assertions are turned off. | Duncan Sands | 2009-07-17 | 1 | -3/+2 |
* | Oops, accidentally set a legal operation to expand. | Eli Friedman | 2009-07-17 | 1 | -1/+0 |
* | Expand misc operations from test/CodeGen/Generic. | Eli Friedman | 2009-07-17 | 1 | -0/+17 |
* | Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in | Eli Friedman | 2009-07-17 | 1 | -0/+5 |
* | Remove some unnecessary expansion markings. Add a few expansion | Eli Friedman | 2009-07-17 | 1 | -24/+7 |
* | Add operation expansion/promotion for a bunch of operations, many of | Eli Friedman | 2009-07-17 | 1 | -5/+54 |
* | Fix tSUBspi operand definition. It reads and writes sp, which is a high regis... | Evan Cheng | 2009-07-17 | 1 | -1/+1 |
* | Set an operation expansion, noticed while running | Eli Friedman | 2009-07-17 | 1 | -0/+2 |
* | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman | 2009-07-17 | 1 | -23/+5 |
* | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 5 | -46/+60 |
* | One more operation expansion for MIPS, from test/CodeGen/Generic. | Eli Friedman | 2009-07-17 | 1 | -1/+2 |
* | Make sure CWriter's Context get's initialized. | Daniel Dunbar | 2009-07-17 | 1 | -0/+2 |
* | Expand a bunch of illegal operations on MIPS (found by | Eli Friedman | 2009-07-17 | 1 | -0/+12 |
* | Fix 'may be used uninitialized' warning. | Daniel Dunbar | 2009-07-17 | 1 | -2/+2 |
* | Fix my brain cramp by inverting the assertion condition. | Evan Cheng | 2009-07-17 | 1 | -3/+1 |
* | Fix "no newline at end of file" warning from gcc. | Jeffrey Yasskin | 2009-07-16 | 1 | -1/+1 |
* | Privatize the MDNode uniquing table. | Owen Anderson | 2009-07-16 | 4 | -29/+45 |
* | Emit cross regclass register moves for thumb2. | Anton Korobeynikov | 2009-07-16 | 6 | -27/+40 |
* | Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( | Daniel Dunbar | 2009-07-16 | 1 | -0/+2 |
* | GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio... | Evan Cheng | 2009-07-16 | 1 | -5/+9 |
* | 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 |
* | Privatize the MDString uniquing table. | Owen Anderson | 2009-07-16 | 4 | -29/+36 |
* | Fix inverted preprocessor conditional. | Daniel Dunbar | 2009-07-16 | 1 | -1/+1 |
* | Fix compiler warning (for -Asserts). | Daniel Dunbar | 2009-07-16 | 1 | -2/+2 |
* | Silence warning in Linux builds: | Jakob Stoklund Olesen | 2009-07-16 | 1 | -2/+3 |
* | Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+17 |
* | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 4 | -8/+106 |
* | 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 | 6 | -75/+74 |
* | With recent MC changes, RIP base register is explicitly modeled. Make sure we... | Evan Cheng | 2009-07-16 | 1 | -7/+9 |
* | Update CMake file. | Ted Kremenek | 2009-07-16 | 1 | -0/+1 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 29 | -85/+165 |
* | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby | 2009-07-16 | 1 | -3/+6 |
* | Fill in some holes in ScalarEvolution's loop iteration condition | Dan Gohman | 2009-07-16 | 1 | -2/+27 |
* | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman | 2009-07-16 | 1 | -0/+24 |
* | Use size_t. | Dan Gohman | 2009-07-16 | 2 | -13/+13 |