summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* remove calls to dead methods.Chris Lattner2010-01-16
* remove use of getMangledName.Chris Lattner2010-01-16
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-16
* fix a bug in range information for $42, eliminate an Chris Lattner2010-01-15
* extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner2010-01-15
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-15
* add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner2010-01-14
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* prune #includes in TargetAsmParser.hChris Lattner2010-01-14
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Enable debug buffering.David Greene2010-01-05
* Enable debug buffering.David Greene2010-01-05
* Forward -O0 to llvm-gcc.Mikhail Glushenkov2010-01-02
* Apparently, it is OK for -MT to be specified several times.Mikhail Glushenkov2010-01-02
* Minor simplifactions.Mikhail Glushenkov2010-01-01
* Minor simplifications.Mikhail Glushenkov2010-01-01
* Mark some debug variables as 'unused' to quiet compiler and analyzer.Bill Wendling2009-12-28
* Fix another -Wmismatched-tags warningDouglas Gregor2009-12-23
* Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor2009-12-23
* Make it easier to regenerate docs when srcdir != objdir.Mikhail Glushenkov2009-12-23
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-23
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-22
* just discard the debug output from the disassembler.Chris Lattner2009-12-22
* specify what is invalid about itChris Lattner2009-12-22
* reject invalid input with a caret, e.g.:Chris Lattner2009-12-22
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-22
* If you thought that it didn't make sense for the disassemblerChris Lattner2009-12-22
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-22
* don't crash on blank lines, rename some variables.Chris Lattner2009-12-22
* Adding a bunch of options to the mcc16 driver.Sanjiv Gupta2009-12-19
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-17
* Update CMake build to include HexDisassembler.cpp.Chandler Carruth2009-12-17
* Test harness for the LLVM disassembler. When invokedSean Callanan2009-12-17
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Small documentation update.Mikhail Glushenkov2009-12-15
* when opt crashes, print its command line arguments as a pretty stack trace.Chris Lattner2009-12-09
* Documentation update.Mikhail Glushenkov2009-12-07
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-07
* Pass '-msse' and friends to llc as '-mattr=+/-'.Mikhail Glushenkov2009-12-07
* Forward -m32/-m64 to the linker.Mikhail Glushenkov2009-12-04
* Support -march/-mtune/-mcpu.Mikhail Glushenkov2009-12-04
* Add relocation model options.Mikhail Glushenkov2009-12-01
* Typo.Mikhail Glushenkov2009-12-01
* Forward -save-temps to llvm-gcc.Mikhail Glushenkov2009-12-01
* Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov2009-12-01
* 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