aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Since all std::cout is gone, also remove iostream include.Andreas Neustifter2009-08-281-1/+0
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-1/+7
* llvm-mc: Unique zero fill sections.Daniel Dunbar2009-08-281-17/+9
* Revert r80305, I forgot a dependent change.Daniel Dunbar2009-08-271-9/+17
* llvm-mc: Unique sections in .zerofill.Daniel Dunbar2009-08-271-17/+9
* Inverse logic to increase portability.Benjamin Kramer2009-08-271-5/+3
* To make mcc16 run correctly on mac.Sanjiv Gupta2009-08-271-1/+1
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-271-1/+2
* llvm-mc: Only show instruction encodings with --show-encoding.Daniel Dunbar2009-08-271-1/+5
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-271-1/+1
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-271-1/+4
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-263-23/+71
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-262-11/+22
* llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar2009-08-261-4/+4
* llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar2009-08-261-5/+10
* Changed std::cout to outs(), retaining formating.Andreas Neustifter2009-08-261-27/+27
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-256-148/+1
* Delete some unnecessary flushes.Dan Gohman2009-08-252-4/+0
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-2514-52/+31
* Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands2009-08-241-0/+1
* remove the last *stream> #include from a public header.Chris Lattner2009-08-241-0/+1
* These flushes were only needed when the code was transitioning betweenDan Gohman2009-08-241-10/+0
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-2315-147/+156
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-234-3/+4
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-232-40/+42
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-232-7/+8
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-234-29/+32
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-231-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-1/+1
* simplify output file selection, fixing two FIXMEs about binary outputChris Lattner2009-08-232-35/+22
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-2311-182/+145
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-223-6/+6
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-21/+5
* Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher2009-08-211-1/+2
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-1/+12
* Kill trailing whitespace.Eric Christopher2009-08-211-25/+25
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-211-3/+4
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-211-2/+2
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-211-4/+26
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-212-44/+84
* Don't install llvm-mc by default.Daniel Dunbar2009-08-211-0/+1
* Fix a commento.Daniel Dunbar2009-08-191-1/+1
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-191-7/+2
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-191-0/+5
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-181-0/+1
* "-" should write to stdout, not stderr.Chris Lattner2009-08-181-3/+3
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-185-36/+64
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-182-2/+2
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-9/+9