summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* mark some libraries that currently require RTTI.Chris Lattner2010-01-24
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* simplify code.Chris Lattner2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* remove some confused code that used strtoullChris Lattner2010-01-22
* Moved handling of inclusion from the AsmLexer toSean Callanan2010-01-21
* Changed the AsmParser to handle error messages itselfSean Callanan2010-01-20
* Promoted the reference to the SourceMgr from AsmLexerSean Callanan2010-01-20
* Modified MCAsmLexer to return error information upwardSean Callanan2010-01-20
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-20
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Added a Lex function to the AsmParser, to allow handlingSean Callanan2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* fix parsing .comm directives on systems which do not represent alignmentsChris Lattner2010-01-19
* Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman2010-01-18
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-18
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-17
* Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman2010-01-17
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* remove obsolete comment.Chris Lattner2010-01-16
* bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner2010-01-16
* 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