aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Enable debug buffering.David Greene2010-01-051-0/+4
* Enable debug buffering.David Greene2010-01-051-0/+5
* Forward -O0 to llvm-gcc.Mikhail Glushenkov2010-01-021-0/+1
* Apparently, it is OK for -MT to be specified several times.Mikhail Glushenkov2010-01-021-1/+1
* Minor simplifactions.Mikhail Glushenkov2010-01-011-2/+2
* Minor simplifications.Mikhail Glushenkov2010-01-011-2/+1
* Mark some debug variables as 'unused' to quiet compiler and analyzer.Bill Wendling2009-12-281-2/+3
* Fix another -Wmismatched-tags warningDouglas Gregor2009-12-231-1/+1
* Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor2009-12-232-4/+2
* Make it easier to regenerate docs when srcdir != objdir.Mikhail Glushenkov2009-12-231-0/+6
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-231-6/+9
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-224-10/+10
* just discard the debug output from the disassembler.Chris Lattner2009-12-221-6/+2
* specify what is invalid about itChris Lattner2009-12-221-1/+1
* reject invalid input with a caret, e.g.:Chris Lattner2009-12-221-2/+2
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-221-39/+49
* If you thought that it didn't make sense for the disassemblerChris Lattner2009-12-221-19/+15
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-221-14/+26
* don't crash on blank lines, rename some variables.Chris Lattner2009-12-221-38/+31
* Adding a bunch of options to the mcc16 driver.Sanjiv Gupta2009-12-191-44/+55
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-172-19/+28
* Update CMake build to include HexDisassembler.cpp.Chandler Carruth2009-12-171-0/+1
* Test harness for the LLVM disassembler. When invokedSean Callanan2009-12-173-2/+227
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-3/+3
* Small documentation update.Mikhail Glushenkov2009-12-151-4/+5
* when opt crashes, print its command line arguments as a pretty stack trace.Chris Lattner2009-12-091-2/+5
* Documentation update.Mikhail Glushenkov2009-12-071-20/+45
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-073-18/+18
* Pass '-msse' and friends to llc as '-mattr=+/-'.Mikhail Glushenkov2009-12-072-1/+39
* Forward -m32/-m64 to the linker.Mikhail Glushenkov2009-12-041-0/+8
* Support -march/-mtune/-mcpu.Mikhail Glushenkov2009-12-041-0/+12
* Add relocation model options.Mikhail Glushenkov2009-12-011-0/+9
* Typo.Mikhail Glushenkov2009-12-011-1/+1
* Forward -save-temps to llvm-gcc.Mikhail Glushenkov2009-12-011-0/+1
* Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov2009-12-011-0/+10
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-2/+1
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+3
* Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov2009-11-251-10/+3
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-0/+4
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-211-3/+10
* Make example/Hello compile again.Mikhail Glushenkov2009-11-191-0/+4
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-183-25/+5
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-42/+8
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-171-4/+5
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-3/+3
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-071-3/+0
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-5/+1
* Line this up as well.Nick Lewycky2009-11-011-1/+1
* Fix whitespace.Nick Lewycky2009-11-011-2/+2
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-011-1/+0