| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore to pre-94570 state. | Evan Cheng | 2010-01-27 | 1 | -0/+6 |
* | mcize label emission for functions. | Chris Lattner | 2010-01-26 | 1 | -5/+5 |
* | use EmitLinkage for functions as well as globals. One output | Chris Lattner | 2010-01-26 | 2 | -32/+5 |
* | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner | 2010-01-26 | 1 | -43/+46 |
* | rearrange some directives, no functionality change. | Chris Lattner | 2010-01-26 | 1 | -3/+3 |
* | Avoid extra calls to MD->getNumOperands() | Victor Hernandez | 2010-01-26 | 1 | -1/+1 |
* | Ignore 'forced' tailcall opt in fastisel mode. | Evan Cheng | 2010-01-26 | 1 | -5/+0 |
* | remove a noop function. | Chris Lattner | 2010-01-26 | 1 | -3/+0 |
* | Fix inline cost predictions with SCIENCE. | Jakob Stoklund Olesen | 2010-01-26 | 1 | -28/+31 |
* | now that enough stuff is constified, move function header printing | Chris Lattner | 2010-01-26 | 3 | -89/+91 |
* | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner | 2010-01-26 | 6 | -13/+13 |
* | constify a method argument. | Chris Lattner | 2010-01-26 | 7 | -16/+19 |
* | Allow some automatic tailcall optimization without changing ABI. | Evan Cheng | 2010-01-26 | 1 | -6/+1 |
* | Delete blank lines that bug me. | Evan Cheng | 2010-01-26 | 1 | -2/+0 |
* | call emitconstantpool and emitjumptable like other targets. | Chris Lattner | 2010-01-26 | 1 | -0/+4 |
* | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner | 2010-01-26 | 2 | -4/+10 |
* | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner | 2010-01-26 | 2 | -31/+20 |
* | Use AssertingVH, just to be paranoid. | Devang Patel | 2010-01-26 | 1 | -2/+4 |
* | Revert test polarity to match comment and desired outcome. Remove undeserved ... | Jakob Stoklund Olesen | 2010-01-26 | 1 | -2/+2 |
* | Remove dead code. | Jakob Stoklund Olesen | 2010-01-26 | 1 | -3/+0 |
* | Skip calculation of ArgumentWeights if it will never be used. | Jakob Stoklund Olesen | 2010-01-26 | 1 | -0/+6 |
* | Emit DW_AT_containing_type attribute for a class if containing type is known. | Devang Patel | 2010-01-26 | 1 | -0/+5 |
* | Add extra element to composite type. This new element will be used to record ... | Devang Patel | 2010-01-26 | 1 | -3/+5 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 19 | -22/+15 |
* | Delete dead code. | Evan Cheng | 2010-01-26 | 2 | -7/+0 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 5 | -2/+7 |
* | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 5 | -11/+5 |
* | don't set to the default value. | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
* | Make the unsigned-range code more consistent with the signed-range code, | Dan Gohman | 2010-01-26 | 1 | -25/+29 |
* | Code refactoring, no functionality change. | Evan Cheng | 2010-01-26 | 3 | -28/+27 |
* | Switch AllocaDbgDeclares to SmallVector and don't leak DIFactory | Victor Hernandez | 2010-01-26 | 1 | -1/+4 |
* | Fix a typo in a comment that Duncan noticed. | Dan Gohman | 2010-01-26 | 1 | -1/+1 |
* | Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also. | Dan Gohman | 2010-01-26 | 1 | -11/+5 |
* | SIL, DIL, BPL, and SPL require a REX prefix. | Dan Gohman | 2010-01-26 | 1 | -6/+3 |
* | Rename ItCount to BECount, since it holds a backedge-taken count rather | Dan Gohman | 2010-01-26 | 1 | -9/+9 |
* | Fix ICmpInst::makeConstantRange to use ConstantRange's API properly | Dan Gohman | 2010-01-26 | 1 | -2/+30 |
* | Fix a typo that several people pointed out. Also, address the case of | Dan Gohman | 2010-01-26 | 1 | -2/+4 |
* | Better error message. | Mikhail Glushenkov | 2010-01-26 | 1 | -2/+4 |
* | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 4 | -16/+11 |
* | Now that printPICJumpTableSetLabel is not overloaded, | Chris Lattner | 2010-01-26 | 1 | -22/+18 |
* | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 8 | -49/+66 |
* | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner | 2010-01-26 | 3 | -20/+40 |
* | stub out a new target hook, need some refactoring before I can | Chris Lattner | 2010-01-26 | 1 | -0/+11 |
* | simplify asmprinter: only emit .set directives when entries have | Chris Lattner | 2010-01-26 | 2 | -16/+9 |
* | rename printPICJumpTableEntry -> EmitJumpTableEntry, | Chris Lattner | 2010-01-26 | 1 | -19/+10 |
* | implement X86 @GOTOFF jump table entries with the new EK_Custom32 | Chris Lattner | 2010-01-26 | 4 | -29/+31 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 17 | -39/+47 |
* | New PBQP solver. | Lang Hames | 2010-01-26 | 12 | -2056/+1503 |
* | Fix the the ceiling-division used in computing the MaxBECount so that it doesn't | Dan Gohman | 2010-01-26 | 1 | -51/+72 |
* | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 9 | -23/+1 |