aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Moved handling of inclusion from the AsmLexer toSean Callanan2010-01-215-55/+60
* Changed the AsmParser to handle error messages itselfSean Callanan2010-01-205-15/+15
* Promoted the reference to the SourceMgr from AsmLexerSean Callanan2010-01-202-2/+4
* Modified MCAsmLexer to return error information upwardSean Callanan2010-01-202-2/+8
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-201-1/+4
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-191-17/+17
* Added a Lex function to the AsmParser, to allow handlingSean Callanan2010-01-192-74/+81
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-5/+9
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-191-2/+1
* fix parsing .comm directives on systems which do not represent alignmentsChris Lattner2010-01-192-1/+10
* Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman2010-01-181-1/+11
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-181-10/+5
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-172-3/+2
* Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman2010-01-171-13/+18
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-162-2/+2
* remove obsolete comment.Chris Lattner2010-01-161-5/+2
* bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner2010-01-161-25/+5
* remove calls to dead methods.Chris Lattner2010-01-161-8/+0
* remove use of getMangledName.Chris Lattner2010-01-161-1/+1
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-163-5/+5
* fix a bug in range information for $42, eliminate an Chris Lattner2010-01-152-7/+4
* extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner2010-01-152-25/+33
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-152-5/+1
* add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner2010-01-141-0/+5
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-142-3/+22
* prune #includes in TargetAsmParser.hChris Lattner2010-01-141-1/+1
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-111-3/+3
* 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