summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov2009-11-25
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-21
* Make example/Hello compile again.Mikhail Glushenkov2009-11-19
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-18
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-17
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-17
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-12
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-07
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Line this up as well.Nick Lewycky2009-11-01
* Fix whitespace.Nick Lewycky2009-11-01
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-01
* Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman2009-11-01
* Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov2009-10-28
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-27
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Document OptionPreprocessor.Mikhail Glushenkov2009-10-25
* Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands2009-10-22
* llvm-ld doesn't throw.Chris Lattner2009-10-22
* this doesn't use EH either.Chris Lattner2009-10-22
* nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner2009-10-22
* Add some command line options for twiddling the default data layoutChris Lattner2009-10-22
* Added more options to mcc16 driver.Sanjiv Gupta2009-10-21
* Clarify documentation on multi_val options.Mikhail Glushenkov2009-10-21
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-21
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* -O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov2009-10-17
* llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar2009-10-17
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-16
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-16
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-16
* There seems to be no reason for opt's -S option to be hidden.Duncan Sands2009-10-14
* Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky2009-10-11
* Slight rewording.Mikhail Glushenkov2009-10-09
* Use llvm-as only for compiling .ll -> .bc.Mikhail Glushenkov2009-10-09
* Unbreak the build.Mikhail Glushenkov2009-10-08
* Make the Base plugin understand -MF and -MT.Mikhail Glushenkov2009-10-08
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* 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