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