| Age | Commit message (Expand) | Author |
| 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 |
| 2010-01-01 | Minor simplifactions. | Mikhail Glushenkov |
| 2010-01-01 | Minor simplifications. | Mikhail Glushenkov |
| 2009-12-28 | Mark some debug variables as 'unused' to quiet compiler and analyzer. | Bill Wendling |
| 2009-12-23 | Fix another -Wmismatched-tags warning | Douglas Gregor |
| 2009-12-23 | Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang | Douglas Gregor |
| 2009-12-23 | Make it easier to regenerate docs when srcdir != objdir. | Mikhail Glushenkov |
| 2009-12-23 | Allow (set_option SwitchOption, true). | Mikhail Glushenkov |
| 2009-12-22 | rename HexDisassembler -> Disassembler, it works on any input | Chris Lattner |
| 2009-12-22 | just discard the debug output from the disassembler. | Chris Lattner |
| 2009-12-22 | specify what is invalid about it | Chris Lattner |
| 2009-12-22 | reject invalid input with a caret, e.g.: | Chris Lattner |
| 2009-12-22 | various cleanups, make the disassemble reject lines with too much | Chris Lattner |
| 2009-12-22 | If you thought that it didn't make sense for the disassembler | Chris Lattner |
| 2009-12-22 | rewrite the file parser for the disassembler, implementing support for | Chris Lattner |
| 2009-12-22 | don't crash on blank lines, rename some variables. | Chris Lattner |
| 2009-12-19 | Adding a bunch of options to the mcc16 driver. | Sanjiv Gupta |
| 2009-12-17 | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov |
| 2009-12-17 | Update CMake build to include HexDisassembler.cpp. | Chandler Carruth |
| 2009-12-17 | Test harness for the LLVM disassembler. When invoked | Sean Callanan |
| 2009-12-15 | Validate the generated C++ code in llvmc tests. | Mikhail Glushenkov |
| 2009-12-15 | Small documentation update. | Mikhail Glushenkov |
| 2009-12-09 | when opt crashes, print its command line arguments as a pretty stack trace. | Chris Lattner |
| 2009-12-07 | Documentation update. | Mikhail Glushenkov |
| 2009-12-07 | Deprecate 'unpack_values'. | Mikhail Glushenkov |
| 2009-12-07 | Pass '-msse' and friends to llc as '-mattr=+/-'. | Mikhail Glushenkov |
| 2009-12-04 | Forward -m32/-m64 to the linker. | Mikhail Glushenkov |
| 2009-12-04 | Support -march/-mtune/-mcpu. | Mikhail Glushenkov |