summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-05
* CMake: remove .so file extension from library names when buildingOscar Fuentes2009-10-04
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* Document the 'not' combinator.Mikhail Glushenkov2009-09-28
* add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner2009-09-27
* avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2009-09-27
* Make llvm-bcanalyzer percentages more readable.Daniel Dunbar2009-09-25
* Strip trailing whitespace.Daniel Dunbar2009-09-25
* Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands2009-09-25
* pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif2009-09-23
* Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar2009-09-22
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-22
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-20
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-19
* Write and read metadata attachments.Devang Patel2009-09-18
* Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman2009-09-16
* Fixed some problems with the logic of parsing line comments by addingKevin Enderby2009-09-16
* Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby2009-09-16
* use an accessor to simplify code.Chris Lattner2009-09-16
* Give llvm-link a -S option.Dan Gohman2009-09-15
* Don't bother using a PassManager just to print a Module.Dan Gohman2009-09-15
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-14
* Convert llvm-link to IRReader.Dan Gohman2009-09-12
* De-bork CMake build. llvm-extract depends on asmparserDouglas Gregor2009-09-11
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* Allow llvmc to take .bc files as input.Mikhail Glushenkov2009-09-10
* fix leakage of ModuleNuno Lopes2009-09-10
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-10
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-07
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-06
* opt: Add -S option to print output as LLVM assembly.Daniel Dunbar2009-09-05
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-04
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-04
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-03
* Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman2009-09-03
* Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman2009-09-03
* TAI -> MAIChris Lattner2009-09-03
* 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