| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -38/+38 |
* | 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 | 6 | -9/+14 |
* | Switch SSEDomainFix to SpecificBumpPtrAllocator. | Jakob Stoklund Olesen | 2010-04-04 | 1 | -58/+37 |
* | lazily allocate the GCMetadataPrinters map and remove DenseMap | Chris Lattner | 2010-04-04 | 1 | -10/+25 |
* | CurFn is only used for relocations. Use EmissionDetails.MF->getFunction() ins... | Nicolas Geoffray | 2010-04-04 | 1 | -1/+2 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 19 | -133/+80 |
* | 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 |
* | mc'ize the remaining uses of O. | Chris Lattner | 2010-04-04 | 1 | -13/+18 |
* | finish eliminating uses of O. | Chris Lattner | 2010-04-04 | 1 | -17/+34 |
* | mcize more of ppc stub printing. | Chris Lattner | 2010-04-04 | 1 | -15/+16 |
* | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 7 | -157/+151 |
* | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 10 | -37/+60 |
* | streamerize the rest of PIC16 asm printer. | Chris Lattner | 2010-04-04 | 1 | -41/+63 |
* | streamerize printing of dbg_value, the x86 backend is now fully | Chris Lattner | 2010-04-04 | 1 | -3/+6 |
* | split DEBUG_VALUE printing stuff out to its own method. | Chris Lattner | 2010-04-04 | 2 | -58/+63 |
* | mc'ize elf stub printing, convert cygwin stuff to EmitRawText, | Chris Lattner | 2010-04-04 | 1 | -12/+15 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 13 | -54/+78 |
* | use predicates in DBG_VALUE printing code to simplify it. | Chris Lattner | 2010-04-04 | 1 | -10/+9 |
* | remove more implicit uses of "O". | Chris Lattner | 2010-04-04 | 3 | -88/+54 |
* | 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 | 13 | -34/+27 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 22 | -601/+767 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 15 | -118/+272 |
* | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 6 | -18/+21 |
* | 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 | 2 | -16/+28 |
* | allow attaching comments to raw text. | Chris Lattner | 2010-04-03 | 1 | -6/+3 |
* | start moving towards emitting inline asm statements with | Chris Lattner | 2010-04-03 | 1 | -9/+35 |
* | add <cstdlib> header for abort() on linux builders. | Chris Lattner | 2010-04-03 | 1 | -0/+1 |
* | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 3 | -6/+49 |
* | mc'ize comment printing around file scope inline asm. | Chris Lattner | 2010-04-03 | 1 | -5/+10 |
* | require that the branch being controlled by the IV | Chris Lattner | 2010-04-03 | 1 | -2/+9 |
* | add integer overflow check for the fp induction variable | Chris Lattner | 2010-04-03 | 1 | -16/+83 |
* | add a comment and fix some consistency issues, converting | Chris Lattner | 2010-04-03 | 1 | -15/+25 |
* | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner | 2010-04-03 | 1 | -2/+2 |
* | just eliminate the uitofp checks. This code isn't doing | Chris Lattner | 2010-04-03 | 1 | -26/+5 |