summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-143-21/+18
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-144-14/+6
* don't use getDWLabel("label" anymore, always go through MMI.Chris Lattner2010-03-141-2/+2
* remove now-dead code, all labels use MCSymbols.Chris Lattner2010-03-141-10/+1
* change SrcLineInfo to contain a label instead of a label ID.Chris Lattner2010-03-142-9/+7
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-6/+2
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-141-7/+1
* unbreak the build, grr symlinks.Chris Lattner2010-03-141-3/+3
* Change this code to allocate temporary labels from mccontext,Chris Lattner2010-03-141-1/+1
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-144-36/+33
* Fix some EH failures on NNT I introduced in r98461Chris Lattner2010-03-141-4/+6
* fix a bug I introduced in r98459, causing some NNT failures.Chris Lattner2010-03-141-1/+1
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-147-37/+42
* eliminate InvalidateLabel and LabelIDList from MMI and replaceChris Lattner2010-03-144-38/+4
* use Label->isDefined() instead of isLabelDeleted() now that weChris Lattner2010-03-142-8/+9
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-145-82/+72
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-132-8/+9
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-135-37/+50
* add support for MCSymbols as operands to MachineInstrs.Chris Lattner2010-03-131-25/+34
* simplify EmitFrameMoves to take BaseLabel in as a symbolChris Lattner2010-03-134-18/+13
* factor some labels, simplify some code.Chris Lattner2010-03-133-14/+15
* various cleanups.Chris Lattner2010-03-131-16/+17
* reimplement the string pool used for inlined functionChris Lattner2010-03-132-23/+38
* remove gone method, grr symlinks.Chris Lattner2010-03-121-6/+0
* inline the now-trivial implementation of GetGlobalValueSymbol intoChris Lattner2010-03-122-13/+10
* give Mangler access to TargetData.Chris Lattner2010-03-122-2/+2
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-121-6/+1
* remove dead code.Chris Lattner2010-03-122-24/+0
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-123-6/+4
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-121-1/+1
* fix a bug emitting .secrel32 that I introduced, PR6587, patchChris Lattner2010-03-121-2/+3
* Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness ofJeffrey Yasskin2010-03-123-37/+37
* Revert turning copysignl into a COPYSIGN node for the moment:Duncan Sands2010-03-121-1/+1
* Now that it's supported, turn copysignl into a COPYSIGN node.Duncan Sands2010-03-121-1/+1
* Fix PR6522: implement copysign expansion for x86 long doubleDuncan Sands2010-03-121-23/+39
* fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner2010-03-121-1/+2
* There is no need to create specification DIE for definitions at DIFile level.Devang Patel2010-03-111-1/+2
* Extract methods from LocalRewriter::RewriteMBB bringing it down to 666 lines.Jakob Stoklund Olesen2010-03-111-168/+197
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-112-3/+3
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-112-4/+5
* Remove getWidenVectorType, which is no longer used.Dan Gohman2010-03-111-14/+0
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-112-12/+16
* In case of tail call size of Ins and InVals may not match.Evan Cheng2010-03-111-6/+7
* Avoid leaking CompileUnits in DwarfDebug.cpp.Jeffrey Yasskin2010-03-112-14/+15
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-112-0/+7
* The check for coalescing a virtual register to a physical register, e.g.Evan Cheng2010-03-112-10/+21
* Remove dead include.Daniel Dunbar2010-03-111-1/+0
* Fix debug_value handling.Dale Johannesen2010-03-111-2/+6
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-4/+5
* VirtRegRewriter spring cleaning. No functional change.Jakob Stoklund Olesen2010-03-111-1255/+1292
OpenPOWER on IntegriCloud