| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rename HexDisassembler -> Disassembler, it works on any input | Chris Lattner | 2009-12-22 | 4 | -10/+10 |
* | just discard the debug output from the disassembler. | Chris Lattner | 2009-12-22 | 1 | -6/+2 |
* | specify what is invalid about it | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | reject invalid input with a caret, e.g.: | Chris Lattner | 2009-12-22 | 1 | -2/+2 |
* | various cleanups, make the disassemble reject lines with too much | Chris Lattner | 2009-12-22 | 1 | -39/+49 |
* | If you thought that it didn't make sense for the disassembler | Chris Lattner | 2009-12-22 | 1 | -19/+15 |
* | rewrite the file parser for the disassembler, implementing support for | Chris Lattner | 2009-12-22 | 1 | -14/+26 |
* | don't crash on blank lines, rename some variables. | Chris Lattner | 2009-12-22 | 1 | -38/+31 |
* | Adding a bunch of options to the mcc16 driver. | Sanjiv Gupta | 2009-12-19 | 1 | -44/+55 |
* | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov | 2009-12-17 | 2 | -19/+28 |
* | Update CMake build to include HexDisassembler.cpp. | Chandler Carruth | 2009-12-17 | 1 | -0/+1 |
* | Test harness for the LLVM disassembler. When invoked | Sean Callanan | 2009-12-17 | 3 | -2/+227 |
* | Validate the generated C++ code in llvmc tests. | Mikhail Glushenkov | 2009-12-15 | 1 | -3/+3 |
* | Small documentation update. | Mikhail Glushenkov | 2009-12-15 | 1 | -4/+5 |
* | when opt crashes, print its command line arguments as a pretty stack trace. | Chris Lattner | 2009-12-09 | 1 | -2/+5 |
* | Documentation update. | Mikhail Glushenkov | 2009-12-07 | 1 | -20/+45 |
* | Deprecate 'unpack_values'. | Mikhail Glushenkov | 2009-12-07 | 3 | -18/+18 |
* | Pass '-msse' and friends to llc as '-mattr=+/-'. | Mikhail Glushenkov | 2009-12-07 | 2 | -1/+39 |
* | Forward -m32/-m64 to the linker. | Mikhail Glushenkov | 2009-12-04 | 1 | -0/+8 |
* | Support -march/-mtune/-mcpu. | Mikhail Glushenkov | 2009-12-04 | 1 | -0/+12 |
* | Add relocation model options. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+9 |
* | Typo. | Mikhail Glushenkov | 2009-12-01 | 1 | -1/+1 |
* | Forward -save-temps to llvm-gcc. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+1 |
* | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+10 |