summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov1-0/+12
2009-10-17-O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov1-1/+19
2009-10-17llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar1-31/+35
2009-10-16Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2-2/+2
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar1-1/+1
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar1-7/+18
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar1-4/+15
2009-10-14There seems to be no reason for opt's -S option to be hidden.Duncan Sands1-2/+1
2009-10-11Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky1-2/+3
2009-10-09Slight rewording.Mikhail Glushenkov1-2/+2
2009-10-09Use llvm-as only for compiling .ll -> .bc.Mikhail Glushenkov1-3/+5
2009-10-08Unbreak the build.Mikhail Glushenkov1-3/+3
2009-10-08Make the Base plugin understand -MF and -MT.Mikhail Glushenkov1-5/+16
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands1-2/+2
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner9-1621/+1
2009-10-04CMake: remove .so file extension from library names when buildingOscar Fuentes1-1/+1
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov2-0/+9
2009-09-28Document the 'not' combinator.Mikhail Glushenkov1-8/+11
2009-09-27add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner2-23/+35
2009-09-27avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2-5/+3
2009-09-25Make llvm-bcanalyzer percentages more readable.Daniel Dunbar1-5/+7
2009-09-25Strip trailing whitespace.Daniel Dunbar1-60/+60
2009-09-25Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands1-47/+49
2009-09-23pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif1-41/+41
2009-09-22Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar1-0/+2
2009-09-22llvm-config: Remove unused variables.Daniel Dunbar1-11/+0
2009-09-20Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner1-3/+5
2009-09-19Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky1-2/+2
2009-09-18Write and read metadata attachments.Devang Patel1-9/+16
2009-09-16Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman1-1/+3
2009-09-16Fixed some problems with the logic of parsing line comments by addingKevin Enderby2-9/+13
2009-09-16Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby1-1/+1
2009-09-16use an accessor to simplify code.Chris Lattner1-5/+2
2009-09-15Give llvm-link a -S option.Dan Gohman1-3/+9
2009-09-15Don't bother using a PassManager just to print a Module.Dan Gohman1-7/+2
2009-09-14Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner1-5/+8
2009-09-12Convert llvm-link to IRReader.Dan Gohman3-16/+13
2009-09-11De-bork CMake build. llvm-extract depends on asmparserDouglas Gregor1-1/+1
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman5-34/+37
2009-09-10Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2-2/+6
2009-09-10Allow llvmc to take .bc files as input.Mikhail Glushenkov1-0/+1
2009-09-10fix leakage of ModuleNuno Lopes1-4/+3
2009-09-10MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar1-0/+2
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar4-11/+23
2009-09-06Fix an integer truncation noticed by MSVC.Benjamin Kramer1-1/+1
2009-09-05opt: Add -S option to print output as LLVM assembly.Daniel Dunbar1-5/+14
2009-09-04Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby1-0/+4
2009-09-04Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby4-25/+48
2009-09-03Removed the non-target independent AsmToken::Register enum constantKevin Enderby3-16/+1
2009-09-03Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman1-12/+5