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