aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-09-06Fix an integer truncation noticed by MSVC.Benjamin Kramer
2009-09-05opt: Add -S option to print output as LLVM assembly.Daniel Dunbar
2009-09-04Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby
2009-09-04Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby
2009-09-03Removed the non-target independent AsmToken::Register enum constantKevin Enderby
2009-09-03Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman
2009-09-03Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman
2009-09-03TAI -> MAIChris Lattner
2009-09-03Tweak comment.Daniel Dunbar
2009-09-02Unbreak my CMake build. Say you'll link again.Douglas Gregor
2009-09-02Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman
2009-08-31llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar
2009-08-31llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar
2009-08-31llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar
2009-08-31llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar
2009-08-31llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar
2009-08-31llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar
2009-08-31only print the override triple if it exists!Chris Lattner
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28Since all std::cout is gone, also remove iostream include.Andreas Neustifter
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
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