aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-045-79/+85
* simplify code and reduce indentation.Chris Lattner2010-04-041-33/+30
* now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner2010-04-044-56/+50
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-2/+4
* only emit section labels if we have debug info, fixing a few Chris Lattner2010-04-041-4/+5
* I was wrong, ocaml isn't referencing 'Ldata_begin', so remove it.Chris Lattner2010-04-042-10/+4
* add some assertions to EmitSectionOffset.Chris Lattner2010-04-041-0/+8
* stop emitting some dead L labels.Chris Lattner2010-04-041-9/+12
* Store an use the symbols emitted at the start of the debug Chris Lattner2010-04-042-47/+61
* remove the didInitial ivar, rename emitInitial to be moreChris Lattner2010-04-044-29/+30
* simplify EmitSectionOffset a little bit, improve comments.Chris Lattner2010-04-043-17/+26
* The "IsSmall" argument to EmitSectionOffset is always true,Chris Lattner2010-04-043-18/+13
* eliminate the "isEH" argument to EmitSectionOffset.Chris Lattner2010-04-043-14/+9
* isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner2010-04-041-1/+1
* move some more stuff to asmprinter.Chris Lattner2010-04-044-59/+44
* simplify some code.Chris Lattner2010-04-042-21/+16
* move EmitEncodingByte to AsmPrinter.Chris Lattner2010-04-043-50/+51
* move EmitCFAByte to AsmPrinter.Chris Lattner2010-04-042-19/+20
* inline EmitDifference away.Chris Lattner2010-04-045-45/+38
* resolve a fixme.Chris Lattner2010-04-041-6/+1
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-045-129/+137
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-048-113/+125
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-041-27/+24
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-043-32/+32
* use stringref instead of strtol to avoid errno gymnastics.Chris Lattner2010-04-041-7/+6
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-043-294/+317
* inline processDebugLoc and simplify it.Chris Lattner2010-04-041-19/+7
* minor tidying.Chris Lattner2010-04-041-15/+14
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-041-15/+9
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-044-3/+7
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-041-10/+25
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-042-20/+3
* now that all operand printing happens to specified streams, we canChris Lattner2010-04-041-5/+0
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-048-33/+24
* mcize the gc metadata printing stuff.Chris Lattner2010-04-043-51/+41
* use EmitRawText instead of O in DwarfPrinter.Chris Lattner2010-04-042-3/+1
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-4/+6
* change this back tooChris Lattner2010-04-041-1/+1
* check in what I tested. :(Chris Lattner2010-04-041-1/+1
* MMI is always available, rename O -> OS in printInlineAsm.Chris Lattner2010-04-041-16/+16
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-1/+1
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-6/+6
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-042-28/+56
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-10/+13
* emit the cygwin stub thing through mcstreamer.Chris Lattner2010-04-031-4/+11
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-031-16/+20
* start moving towards emitting inline asm statements with Chris Lattner2010-04-031-9/+35
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-031-5/+19
* mc'ize comment printing around file scope inline asm.Chris Lattner2010-04-031-5/+10
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-024-34/+67