Age | Commit message (Expand) | Author |
2010-01-27 | Clarify what -tailcallopt option actually do. | Evan Cheng |
2010-01-27 | Adjust setjmp instruction sequence to not need 32-bit alignment padding | Jim Grosbach |
2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
2010-01-27 | Restore to pre-94570 state. | Evan Cheng |
2010-01-26 | mcize label emission for functions. | Chris Lattner |
2010-01-26 | use EmitLinkage for functions as well as globals. One output | Chris Lattner |
2010-01-26 | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner |
2010-01-26 | rearrange some directives, no functionality change. | Chris Lattner |
2010-01-26 | Avoid extra calls to MD->getNumOperands() | Victor Hernandez |
2010-01-26 | Ignore 'forced' tailcall opt in fastisel mode. | Evan Cheng |
2010-01-26 | remove a noop function. | Chris Lattner |
2010-01-26 | Fix inline cost predictions with SCIENCE. | Jakob Stoklund Olesen |
2010-01-26 | now that enough stuff is constified, move function header printing | Chris Lattner |
2010-01-26 | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner |
2010-01-26 | constify a method argument. | Chris Lattner |
2010-01-26 | Allow some automatic tailcall optimization without changing ABI. | Evan Cheng |
2010-01-26 | Delete blank lines that bug me. | Evan Cheng |
2010-01-26 | call emitconstantpool and emitjumptable like other targets. | Chris Lattner |
2010-01-26 | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner |
2010-01-26 | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner |
2010-01-26 | Use AssertingVH, just to be paranoid. | Devang Patel |
2010-01-26 | Revert test polarity to match comment and desired outcome. Remove undeserved ... | Jakob Stoklund Olesen |
2010-01-26 | Remove dead code. | Jakob Stoklund Olesen |
2010-01-26 | Skip calculation of ArgumentWeights if it will never be used. | Jakob Stoklund Olesen |
2010-01-26 | Emit DW_AT_containing_type attribute for a class if containing type is known. | Devang Patel |
2010-01-26 | Add extra element to composite type. This new element will be used to record ... | Devang Patel |
2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
2010-01-26 | Delete dead code. | Evan Cheng |
2010-01-26 | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola |
2010-01-26 | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner |
2010-01-26 | don't set to the default value. | Chris Lattner |
2010-01-26 | Make the unsigned-range code more consistent with the signed-range code, | Dan Gohman |
2010-01-26 | Code refactoring, no functionality change. | Evan Cheng |
2010-01-26 | Switch AllocaDbgDeclares to SmallVector and don't leak DIFactory | Victor Hernandez |
2010-01-26 | Fix a typo in a comment that Duncan noticed. | Dan Gohman |
2010-01-26 | Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also. | Dan Gohman |
2010-01-26 | SIL, DIL, BPL, and SPL require a REX prefix. | Dan Gohman |
2010-01-26 | Rename ItCount to BECount, since it holds a backedge-taken count rather | Dan Gohman |
2010-01-26 | Fix ICmpInst::makeConstantRange to use ConstantRange's API properly | Dan Gohman |
2010-01-26 | Fix a typo that several people pointed out. Also, address the case of | Dan Gohman |
2010-01-26 | Better error message. | Mikhail Glushenkov |
2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
2010-01-26 | Now that printPICJumpTableSetLabel is not overloaded, | Chris Lattner |
2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner |
2010-01-26 | stub out a new target hook, need some refactoring before I can | Chris Lattner |
2010-01-26 | simplify asmprinter: only emit .set directives when entries have | Chris Lattner |
2010-01-26 | rename printPICJumpTableEntry -> EmitJumpTableEntry, | Chris Lattner |
2010-01-26 | implement X86 @GOTOFF jump table entries with the new EK_Custom32 | Chris Lattner |
2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |