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