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