| Age | Commit message (Expand) | Author |
| 2009-08-28 | llvm-mc: Unique zero fill sections. | Daniel Dunbar |
| 2009-08-27 | Revert r80305, I forgot a dependent change. | Daniel Dunbar |
| 2009-08-27 | llvm-mc: Unique sections in .zerofill. | Daniel Dunbar |
| 2009-08-27 | Inverse logic to increase portability. | Benjamin Kramer |
| 2009-08-27 | To make mcc16 run correctly on mac. | Sanjiv Gupta |
| 2009-08-27 | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. | Daniel Dunbar |
| 2009-08-27 | llvm-mc: Only show instruction encodings with --show-encoding. | Daniel Dunbar |
| 2009-08-27 | llvm-mc: Tweak MCCodeEmitter skeleton. | Daniel Dunbar |
| 2009-08-27 | Sketch TargetRegistry support for MCCodeEmitter abstract interface. | Daniel Dunbar |
| 2009-08-26 | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar |
| 2009-08-26 | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar |
| 2009-08-26 | llvm-mc: Make MCValue take const MCSymbol*s. | Daniel Dunbar |
| 2009-08-26 | llvm-mc: Make non-sensical max bytes to .align an error. | Daniel Dunbar |
| 2009-08-26 | Changed std::cout to outs(), retaining formating. | Andreas Neustifter |
| 2009-08-25 | EXIT STAGE LEFT: gccas, gccld | Daniel Dunbar |
| 2009-08-25 | Delete some unnecessary flushes. | Dan Gohman |
| 2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman |
| 2009-08-24 | Fix the build when using gcc-4.4 on linux. Header needed | Duncan Sands |
| 2009-08-24 | remove the last *stream> #include from a public header. | Chris Lattner |
| 2009-08-24 | These flushes were only needed when the code was transitioning between | Dan Gohman |
| 2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
| 2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
| 2009-08-23 | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner |
| 2009-08-23 | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner |
| 2009-08-23 | use raw_fd_ostream instead of fstream with graphwriter, | Chris Lattner |
| 2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
| 2009-08-23 | remove the std::ostream version of module and type printing. | Chris Lattner |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-23 | simplify output file selection, fixing two FIXMEs about binary output | Chris Lattner |
| 2009-08-23 | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-22 | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar |
| 2009-08-21 | Make unit-at-a-time on by default to match the behavior of llvm-gcc. | Eric Christopher |
| 2009-08-21 | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar |
| 2009-08-21 | Kill trailing whitespace. | Eric Christopher |
| 2009-08-21 | llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes | Daniel Dunbar |
| 2009-08-21 | llvm-mc: Accept .fill size of 8. | Daniel Dunbar |
| 2009-08-21 | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar |
| 2009-08-21 | llvm-mc: Various section parsing fixes. | Daniel Dunbar |
| 2009-08-21 | Don't install llvm-mc by default. | Daniel Dunbar |
| 2009-08-19 | Fix a commento. | Daniel Dunbar |
| 2009-08-19 | Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. | Benjamin Kramer |
| 2009-08-19 | Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren... | Benjamin Kramer |
| 2009-08-18 | Include valgrind in the steps to reproduce if valgrind was used to reproduce | Nick Lewycky |
| 2009-08-18 | "-" should write to stdout, not stderr. | Chris Lattner |
| 2009-08-18 | Change bugpoint to use Triple to make runtime decisions. | Daniel Dunbar |
| 2009-08-18 | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov |
| 2009-08-17 | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner |
| 2009-08-16 | CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un... | Oscar Fuentes |
| 2009-08-14 | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar |