aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Removed an unnecessary class from the EDDisassemblerSean Callanan2010-02-021-53/+2
* Changed to Chris Lattner's suggested approach, whichSean Callanan2010-02-024-42/+16
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-011-9/+1
* Fix for builds with separate source and buildSean Callanan2010-02-011-4/+4
* Updated to use the proper .exports file for theSean Callanan2010-02-013-1/+44
* Rollback on including blocks functionality in .exportsSean Callanan2010-02-011-3/+0
* Whoops, left some debugging code in that brokeSean Callanan2010-02-011-8/+0
* Added the enhanced disassembly library's implementation andSean Callanan2010-02-0110-2/+1865
* Removed symbols from .exports that are not yet inSean Callanan2010-01-291-30/+0
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-294-1/+108
* Support some more options...Mikhail Glushenkov2010-01-281-0/+9
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-282-8/+5
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-275-27/+19
* Support -arch.Mikhail Glushenkov2010-01-261-0/+9
* Support for -iquote.Mikhail Glushenkov2010-01-261-0/+4
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-2414-14/+0
* mark some libraries that currently require RTTI.Chris Lattner2010-01-241-0/+1
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-221-1/+1
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-2216-4/+14
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-5/+12
* simplify code.Chris Lattner2010-01-221-9/+4
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-227-2379/+1
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-226-6/+6
* remove some confused code that used strtoullChris Lattner2010-01-221-12/+5
* 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