| Age | Commit message (Expand) | Author |
| 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 |
| 2009-12-01 | Add relocation model options. | Mikhail Glushenkov |
| 2009-12-01 | Typo. | Mikhail Glushenkov |
| 2009-12-01 | Forward -save-temps to llvm-gcc. | Mikhail Glushenkov |
| 2009-12-01 | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov |
| 2009-11-30 | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Instantiate DefaultDOTGraphTraits | Tobias Grosser |
| 2009-11-25 | Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh... | Viktor Kutuzov |
| 2009-11-25 | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar |
| 2009-11-21 | Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa... | Viktor Kutuzov |
| 2009-11-19 | Make example/Hello compile again. | Mikhail Glushenkov |
| 2009-11-18 | Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret... | Viktor Kutuzov |
| 2009-11-17 | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov |
| 2009-11-17 | Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with | Duncan Sands |
| 2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
| 2009-11-07 | Stop running get_target_triple more than we need to. | Daniel Dunbar |
| 2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
| 2009-11-01 | Line this up as well. | Nick Lewycky |
| 2009-11-01 | Fix whitespace. | Nick Lewycky |
| 2009-11-01 | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor |
| 2009-11-01 | Remove the #include of Pass.h from PassManager.h. This breaks a significant | Dan Gohman |
| 2009-10-28 | Fix to pass options from Gold plugin to LTO codegen | Viktor Kutuzov |
| 2009-10-27 | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin |
| 2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin |