summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-09-02Unbreak my CMake build. Say you'll link again.Douglas Gregor1-1/+1
2009-09-02Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2-9/+5
2009-08-31llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar1-27/+10
2009-08-31llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2-5/+5
2009-08-31llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2-37/+27
2009-08-31llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2-0/+10
2009-08-31llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2-18/+13
2009-08-31llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2-19/+19
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar5-384/+42
2009-08-31only print the override triple if it exists!Chris Lattner1-2/+3
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner1-1/+1
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar1-9/+12
2009-08-28Since all std::cout is gone, also remove iostream include.Andreas Neustifter1-1/+0
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar1-1/+7
2009-08-28llvm-mc: Unique zero fill sections.Daniel Dunbar1-17/+9
2009-08-27Revert r80305, I forgot a dependent change.Daniel Dunbar1-9/+17
2009-08-27llvm-mc: Unique sections in .zerofill.Daniel Dunbar1-17/+9
2009-08-27Inverse logic to increase portability.Benjamin Kramer1-5/+3
2009-08-27To make mcc16 run correctly on mac.Sanjiv Gupta1-1/+1
2009-08-27llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar1-1/+2
2009-08-27llvm-mc: Only show instruction encodings with --show-encoding.Daniel Dunbar1-1/+5
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar1-1/+1
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar1-1/+4
2009-08-26llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar3-23/+71
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2-11/+22
2009-08-26llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar1-4/+4
2009-08-26llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar1-5/+10
2009-08-26Changed std::cout to outs(), retaining formating.Andreas Neustifter1-27/+27
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar6-148/+1
2009-08-25Delete some unnecessary flushes.Dan Gohman2-4/+0
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman14-52/+31
2009-08-24Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands1-0/+1
2009-08-24remove the last *stream> #include from a public header.Chris Lattner1-0/+1
2009-08-24These flushes were only needed when the code was transitioning betweenDan Gohman1-10/+0
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner1-0/+1
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner15-147/+156
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner4-3/+4
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2-40/+42
2009-08-23use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2-7/+8
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner4-29/+32
2009-08-23remove the std::ostream version of module and type printing.Chris Lattner1-1/+1
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner1-1/+1
2009-08-23simplify output file selection, fixing two FIXMEs about binary outputChris Lattner2-35/+22
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner11-182/+145
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner3-6/+6
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar1-21/+5
2009-08-21Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher1-1/+2
2009-08-21llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar1-1/+12
2009-08-21Kill trailing whitespace.Eric Christopher1-25/+25
2009-08-21llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar1-3/+4