| Age | Commit message (Expand) | Author |
| 2010-04-04 | move some more stuff to asmprinter. | Chris Lattner |
| 2010-04-04 | simplify some code. | Chris Lattner |
| 2010-04-04 | move EmitEncodingByte to AsmPrinter. | Chris Lattner |
| 2010-04-04 | move EmitCFAByte to AsmPrinter. | Chris Lattner |
| 2010-04-04 | inline EmitDifference away. | Chris Lattner |
| 2010-04-04 | resolve a fixme. | Chris Lattner |
| 2010-04-04 | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner |
| 2010-04-04 | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner |
| 2010-04-04 | more interface cleanup make some helpers static functions. | Chris Lattner |
| 2010-04-04 | clean up the asmprinter header and privatize some stuff. | Chris Lattner |
| 2010-04-04 | use stringref instead of strtol to avoid errno gymnastics. | Chris Lattner |
| 2010-04-04 | split inline asm support out to its own .cpp file. | Chris Lattner |
| 2010-04-04 | inline processDebugLoc and simplify it. | Chris Lattner |
| 2010-04-04 | minor tidying. | Chris Lattner |
| 2010-04-04 | clean up the asmprinter interface a bit, rename a few | Chris Lattner |
| 2010-04-04 | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner |
| 2010-04-04 | lazily allocate the GCMetadataPrinters map and remove DenseMap | Chris Lattner |
| 2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
| 2010-04-04 | now that all operand printing happens to specified streams, we can | Chris Lattner |
| 2010-04-04 | remove the raw_ostream from various dwarf printing things. | Chris Lattner |
| 2010-04-04 | mcize the gc metadata printing stuff. | Chris Lattner |
| 2010-04-04 | use EmitRawText instead of O in DwarfPrinter. | Chris Lattner |
| 2010-04-04 | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner |
| 2010-04-04 | change this back too | Chris Lattner |
| 2010-04-04 | check in what I tested. :( | Chris Lattner |
| 2010-04-04 | MMI is always available, rename O -> OS in printInlineAsm. | Chris Lattner |
| 2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
| 2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-03 | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner |
| 2010-04-03 | emit the cygwin stub thing through mcstreamer. | Chris Lattner |
| 2010-04-03 | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner |
| 2010-04-03 | start moving towards emitting inline asm statements with | Chris Lattner |
| 2010-04-03 | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner |
| 2010-04-03 | mc'ize comment printing around file scope inline asm. | Chris Lattner |
| 2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene |
| 2010-04-02 | Skip debug info when looking for existing EH calls at the | Dale Johannesen |
| 2010-04-02 | Fix anachronism. | Benjamin Kramer |
| 2010-04-02 | fix the llvm-x86_64-linux buildbot. | Chris Lattner |
| 2010-04-02 | remove empty file. | Chris Lattner |
| 2010-04-02 | stop using DebugLoc::getUnknownLoc() | Chris Lattner |
| 2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
| 2010-04-02 | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng |
| 2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng |
| 2010-04-02 | Update CMake. | Benjamin Kramer |
| 2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | After trivial coalescing, the MI being visited may have become a copy. Avoid ... | Evan Cheng |
| 2010-04-02 | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen |