aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-02-01Rollback on including blocks functionality in .exportsSean Callanan
2010-02-01Whoops, left some debugging code in that brokeSean Callanan
2010-02-01Added the enhanced disassembly library's implementation andSean Callanan
2010-01-29Removed symbols from .exports that are not yet inSean Callanan
2010-01-29Added a bare-bones Makefile to build the enhanced disassemblySean Callanan
2010-01-28Support some more options...Mikhail Glushenkov
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-26Support -arch.Mikhail Glushenkov
2010-01-26Support for -iquote.Mikhail Glushenkov
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-24mark some libraries that currently require RTTI.Chris Lattner
2010-01-22pass "-fasm-verbose" into createAsmStreamer.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-22elimiante the dynamic_cast's from opt.Chris Lattner
2010-01-22simplify code.Chris Lattner
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner
2010-01-22create a new MCParser library and move some stuff into it.Chris Lattner
2010-01-22remove some confused code that used strtoullChris Lattner
2010-01-21Moved handling of inclusion from the AsmLexer toSean Callanan
2010-01-20Changed the AsmParser to handle error messages itselfSean Callanan
2010-01-20Promoted the reference to the SourceMgr from AsmLexerSean Callanan
2010-01-20Modified MCAsmLexer to return error information upwardSean Callanan
2010-01-20give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner
2010-01-19Promoted the getTok() method to MCAsmParser so thatSean Callanan
2010-01-19Added a Lex function to the AsmParser, to allow handlingSean Callanan
2010-01-19Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner
2010-01-19add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner
2010-01-19fix parsing .comm directives on systems which do not represent alignmentsChris Lattner
2010-01-18Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman
2010-01-18make llvm-config more portable to windows versions of perl,Chris Lattner
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner
2010-01-17Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16remove obsolete comment.Chris Lattner
2010-01-16bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner
2010-01-16remove calls to dead methods.Chris Lattner
2010-01-16remove use of getMangledName.Chris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2010-01-15fix a bug in range information for $42, eliminate an Chris Lattner
2010-01-15extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman
2010-01-14add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-14prune #includes in TargetAsmParser.hChris Lattner
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-05Enable debug buffering.David Greene
2010-01-05Enable debug buffering.David Greene
2010-01-02Forward -O0 to llvm-gcc.Mikhail Glushenkov
2010-01-02Apparently, it is OK for -MT to be specified several times.Mikhail Glushenkov