aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-09-28Document the 'not' combinator.Mikhail Glushenkov
2009-09-27add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner
2009-09-27avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner
2009-09-25Make llvm-bcanalyzer percentages more readable.Daniel Dunbar
2009-09-25Strip trailing whitespace.Daniel Dunbar
2009-09-25Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands
2009-09-23pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif
2009-09-22Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar
2009-09-22llvm-config: Remove unused variables.Daniel Dunbar
2009-09-20Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner
2009-09-19Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky
2009-09-18Write and read metadata attachments.Devang Patel
2009-09-16Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman
2009-09-16Fixed some problems with the logic of parsing line comments by addingKevin Enderby
2009-09-16Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby
2009-09-16use an accessor to simplify code.Chris Lattner
2009-09-15Give llvm-link a -S option.Dan Gohman
2009-09-15Don't bother using a PassManager just to print a Module.Dan Gohman
2009-09-14Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner
2009-09-12Convert llvm-link to IRReader.Dan Gohman
2009-09-11De-bork CMake build. llvm-extract depends on asmparserDouglas Gregor
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman
2009-09-10Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby
2009-09-10Allow llvmc to take .bc files as input.Mikhail Glushenkov
2009-09-10fix leakage of ModuleNuno Lopes
2009-09-10MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar
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