aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-25Document OptionPreprocessor.Mikhail Glushenkov
2009-10-22Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands
2009-10-22llvm-ld doesn't throw.Chris Lattner
2009-10-22this doesn't use EH either.Chris Lattner
2009-10-22nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner
2009-10-22Add some command line options for twiddling the default data layoutChris Lattner
2009-10-21Added more options to mcc16 driver.Sanjiv Gupta
2009-10-21Clarify documentation on multi_val options.Mikhail Glushenkov
2009-10-21Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-17-O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov
2009-10-17llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar
2009-10-16Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar
2009-10-14There seems to be no reason for opt's -S option to be hidden.Duncan Sands
2009-10-11Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky
2009-10-09Slight rewording.Mikhail Glushenkov
2009-10-09Use llvm-as only for compiling .ll -> .bc.Mikhail Glushenkov
2009-10-08Unbreak the build.Mikhail Glushenkov
2009-10-08Make the Base plugin understand -MF and -MT.Mikhail Glushenkov
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-10-04CMake: remove .so file extension from library names when buildingOscar Fuentes
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
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