aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* remove some redundant MMI arguments.Chris Lattner2010-04-052-3/+1
* unthread MMI from FastISelChris Lattner2010-04-052-4/+1
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-17/+0
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-051-6/+8
* prune #includes.Chris Lattner2010-04-051-9/+2
* finally blast DwarfWriter away.Chris Lattner2010-04-051-95/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-6/+10
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-052-4/+4
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-8/+4
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-051-4/+1
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-053-8/+1
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-6/+11
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-1/+11
* missed a header :(Chris Lattner2010-04-041-0/+10
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-043-7/+13
* isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner2010-04-041-7/+0
* move some more stuff to asmprinter.Chris Lattner2010-04-041-0/+9
* simplify some code.Chris Lattner2010-04-041-0/+9
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-31/+41
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-0/+10
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-041-40/+30
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-041-57/+75
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-041-43/+51
* inline processDebugLoc and simplify it.Chris Lattner2010-04-041-5/+1
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-041-21/+12
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-5/+0
* Switch SSEDomainFix to SpecificBumpPtrAllocator.Jakob Stoklund Olesen2010-04-041-1/+1
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-041-6/+5
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-042-16/+6
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-2/+1
* mcize the gc metadata printing stuff.Chris Lattner2010-04-041-6/+2
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-4/+5
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-042-12/+7
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-1/+2
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-046-19/+35
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-6/+1
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-031-0/+1
* start moving towards emitting inline asm statements with Chris Lattner2010-04-031-1/+1
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-032-3/+15
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-031-23/+9
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-031-1/+4
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-021-1/+1
* Fix typo aeskeygenassist -> aeskeygenassist128.Eric Christopher2010-04-021-1/+1
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-026-3/+34
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+12
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-021-0/+6
* remove compatibility typedef.Chris Lattner2010-04-021-2/+0
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-025-30/+22
* remove uses of DebugLoc::getUnknownLoc.Chris Lattner2010-04-022-27/+20
* include densemap.h explicitly and rearrange #includes.Chris Lattner2010-04-021-3/+3