aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman2009-11-011-0/+1
* Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov2009-10-281-20/+44
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-271-1/+1
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-271-2/+1
* 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