aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Document OptionPreprocessor.Mikhail Glushenkov2009-10-251-12/+62
* Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands2009-10-221-0/+1
* llvm-ld doesn't throw.Chris Lattner2009-10-223-174/+167
* this doesn't use EH either.Chris Lattner2009-10-223-38/+29
* nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner2009-10-223-163/+150
* Add some command line options for twiddling the default data layoutChris Lattner2009-10-221-2/+20
* Added more options to mcc16 driver.Sanjiv Gupta2009-10-213-38/+124
* Clarify documentation on multi_val options.Mikhail Glushenkov2009-10-211-2/+3
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-211-1/+0
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-171-0/+12
* -O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov2009-10-171-1/+19
* llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar2009-10-171-31/+35
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-162-2/+2
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-1/+1
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-7/+18
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-161-4/+15
* There seems to be no reason for opt's -S option to be hidden.Duncan Sands2009-10-141-2/+1
* Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky2009-10-111-2/+3
* Slight rewording.Mikhail Glushenkov2009-10-091-2/+2
* Use llvm-as only for compiling .ll -> .bc.Mikhail Glushenkov2009-10-091-3/+5
* Unbreak the build.Mikhail Glushenkov2009-10-081-3/+3
* Make the Base plugin understand -MF and -MT.Mikhail Glushenkov2009-10-081-5/+16
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-2/+2
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-059-1621/+1
* CMake: remove .so file extension from library names when buildingOscar Fuentes2009-10-041-1/+1
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-282-0/+9
* Document the 'not' combinator.Mikhail Glushenkov2009-09-281-8/+11
* add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner2009-09-272-23/+35
* avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2009-09-272-5/+3
* Make llvm-bcanalyzer percentages more readable.Daniel Dunbar2009-09-251-5/+7
* Strip trailing whitespace.Daniel Dunbar2009-09-251-60/+60
* Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands2009-09-251-47/+49
* pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif2009-09-231-41/+41
* Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar2009-09-221-0/+2
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-221-11/+0
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-201-3/+5
* 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