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