aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-01-01Minor simplifactions.Mikhail Glushenkov
2010-01-01Minor simplifications.Mikhail Glushenkov
2009-12-28Mark some debug variables as 'unused' to quiet compiler and analyzer.Bill Wendling
2009-12-23Fix another -Wmismatched-tags warningDouglas Gregor
2009-12-23Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor
2009-12-23Make it easier to regenerate docs when srcdir != objdir.Mikhail Glushenkov
2009-12-23Allow (set_option SwitchOption, true).Mikhail Glushenkov
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner
2009-12-22just discard the debug output from the disassembler.Chris Lattner
2009-12-22specify what is invalid about itChris Lattner
2009-12-22reject invalid input with a caret, e.g.:Chris Lattner
2009-12-22various cleanups, make the disassemble reject lines with too muchChris Lattner
2009-12-22If you thought that it didn't make sense for the disassemblerChris Lattner
2009-12-22rewrite the file parser for the disassembler, implementing support forChris Lattner
2009-12-22don't crash on blank lines, rename some variables.Chris Lattner
2009-12-19Adding a bunch of options to the mcc16 driver.Sanjiv Gupta
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-17Update CMake build to include HexDisassembler.cpp.Chandler Carruth
2009-12-17Test harness for the LLVM disassembler. When invokedSean Callanan
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Small documentation update.Mikhail Glushenkov
2009-12-09when opt crashes, print its command line arguments as a pretty stack trace.Chris Lattner
2009-12-07Documentation update.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Pass '-msse' and friends to llc as '-mattr=+/-'.Mikhail Glushenkov
2009-12-04Forward -m32/-m64 to the linker.Mikhail Glushenkov
2009-12-04Support -march/-mtune/-mcpu.Mikhail Glushenkov
2009-12-01Add relocation model options.Mikhail Glushenkov
2009-12-01Typo.Mikhail Glushenkov
2009-12-01Forward -save-temps to llvm-gcc.Mikhail Glushenkov
2009-12-01Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-25Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-11-21Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov
2009-11-19Make example/Hello compile again.Mikhail Glushenkov
2009-11-18Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov
2009-11-17Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov
2009-11-17Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands
2009-11-12Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-11-01Line this up as well.Nick Lewycky
2009-11-01Fix whitespace.Nick Lewycky
2009-11-01Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor
2009-11-01Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman
2009-10-28Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov
2009-10-27Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin