| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 5 | -27/+19 |
* | Support -arch. | Mikhail Glushenkov | 2010-01-26 | 1 | -0/+9 |
* | Support for -iquote. | Mikhail Glushenkov | 2010-01-26 | 1 | -0/+4 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 14 | -14/+0 |
* | mark some libraries that currently require RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+1 |
* | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 16 | -4/+14 |
* | elimiante the dynamic_cast's from opt. | Chris Lattner | 2010-01-22 | 1 | -5/+12 |
* | simplify code. | Chris Lattner | 2010-01-22 | 1 | -9/+4 |
* | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner | 2010-01-22 | 7 | -2379/+1 |
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 6 | -6/+6 |
* | remove some confused code that used strtoull | Chris Lattner | 2010-01-22 | 1 | -12/+5 |
* | Moved handling of inclusion from the AsmLexer to | Sean Callanan | 2010-01-21 | 5 | -55/+60 |
* | Changed the AsmParser to handle error messages itself | Sean Callanan | 2010-01-20 | 5 | -15/+15 |
* | Promoted the reference to the SourceMgr from AsmLexer | Sean Callanan | 2010-01-20 | 2 | -2/+4 |
* | Modified MCAsmLexer to return error information upward | Sean Callanan | 2010-01-20 | 2 | -2/+8 |
* | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner | 2010-01-20 | 1 | -1/+4 |
* | Promoted the getTok() method to MCAsmParser so that | Sean Callanan | 2010-01-19 | 1 | -17/+17 |
* | Added a Lex function to the AsmParser, to allow handling | Sean Callanan | 2010-01-19 | 2 | -74/+81 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 1 | -5/+9 |
* | add a "MCStreamer::EmitFill" method, and move the default implementation | Chris Lattner | 2010-01-19 | 1 | -2/+1 |
* | fix parsing .comm directives on systems which do not represent alignments | Chris Lattner | 2010-01-19 | 2 | -1/+10 |
* | Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds | Eli Friedman | 2010-01-18 | 1 | -1/+11 |
* | make llvm-config more portable to windows versions of perl, | Chris Lattner | 2010-01-18 | 1 | -10/+5 |
* | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 2 | -3/+2 |
* | Don't create a (empty) output file, and don't warn about bitcode output | Dan Gohman | 2010-01-17 | 1 | -13/+18 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 2 | -2/+2 |
* | remove obsolete comment. | Chris Lattner | 2010-01-16 | 1 | -5/+2 |
* | bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols | Chris Lattner | 2010-01-16 | 1 | -25/+5 |
* | remove calls to dead methods. | Chris Lattner | 2010-01-16 | 1 | -8/+0 |
* | remove use of getMangledName. | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner | 2010-01-16 | 3 | -5/+5 |
* | fix a bug in range information for $42, eliminate an | Chris Lattner | 2010-01-15 | 2 | -7/+4 |
* | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner | 2010-01-15 | 2 | -25/+33 |
* | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 2 | -5/+1 |
* | add virtual methods to get the start/end of a MCParsedAsmOperand, | Chris Lattner | 2010-01-14 | 1 | -0/+5 |
* | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner | 2010-01-14 | 2 | -3/+22 |
* | prune #includes in TargetAsmParser.h | Chris Lattner | 2010-01-14 | 1 | -1/+1 |
* | Reimplement getToken and SplitString as "StringRef helper functions" | Benjamin Kramer | 2010-01-11 | 1 | -3/+3 |
* | Enable debug buffering. | David Greene | 2010-01-05 | 1 | -0/+4 |
* | Enable debug buffering. | David Greene | 2010-01-05 | 1 | -0/+5 |
* | Forward -O0 to llvm-gcc. | Mikhail Glushenkov | 2010-01-02 | 1 | -0/+1 |
* | Apparently, it is OK for -MT to be specified several times. | Mikhail Glushenkov | 2010-01-02 | 1 | -1/+1 |
* | Minor simplifactions. | Mikhail Glushenkov | 2010-01-01 | 1 | -2/+2 |
* | Minor simplifications. | Mikhail Glushenkov | 2010-01-01 | 1 | -2/+1 |
* | Mark some debug variables as 'unused' to quiet compiler and analyzer. | Bill Wendling | 2009-12-28 | 1 | -2/+3 |
* | Fix another -Wmismatched-tags warning | Douglas Gregor | 2009-12-23 | 1 | -1/+1 |
* | Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang | Douglas Gregor | 2009-12-23 | 2 | -4/+2 |
* | Make it easier to regenerate docs when srcdir != objdir. | Mikhail Glushenkov | 2009-12-23 | 1 | -0/+6 |
* | Allow (set_option SwitchOption, true). | Mikhail Glushenkov | 2009-12-23 | 1 | -6/+9 |