aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-191-2/+2
* Write and read metadata attachments.Devang Patel2009-09-181-9/+16
* Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman2009-09-161-1/+3
* Fixed some problems with the logic of parsing line comments by addingKevin Enderby2009-09-162-9/+13
* Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby2009-09-161-1/+1
* use an accessor to simplify code.Chris Lattner2009-09-161-5/+2
* Give llvm-link a -S option.Dan Gohman2009-09-151-3/+9
* Don't bother using a PassManager just to print a Module.Dan Gohman2009-09-151-7/+2
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-141-5/+8
* Convert llvm-link to IRReader.Dan Gohman2009-09-123-16/+13
* De-bork CMake build. llvm-extract depends on asmparserDouglas Gregor2009-09-111-1/+1
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-115-34/+37
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-102-2/+6
* Allow llvmc to take .bc files as input.Mikhail Glushenkov2009-09-101-0/+1
* fix leakage of ModuleNuno Lopes2009-09-101-4/+3
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-101-0/+2
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-074-11/+23
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-061-1/+1
* opt: Add -S option to print output as LLVM assembly.Daniel Dunbar2009-09-051-5/+14
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-041-0/+4
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-044-25/+48
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-033-16/+1
* Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman2009-09-031-12/+5
* Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman2009-09-033-13/+6
* TAI -> MAIChris Lattner2009-09-031-4/+4
* Tweak comment.Daniel Dunbar2009-09-031-1/+1
* Unbreak my CMake build. Say you'll link again.Douglas Gregor2009-09-021-1/+1
* Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2009-09-022-9/+5
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-27/+10
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-312-5/+5
* llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2009-08-312-37/+27
* llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2009-08-312-0/+10
* llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2009-08-312-18/+13
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-312-19/+19
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-315-384/+42
* only print the override triple if it exists!Chris Lattner2009-08-311-2/+3
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-1/+1
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-9/+12
* 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