| Age | Commit message (Expand) | Author |
| 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 |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-25 | Document OptionPreprocessor. | Mikhail Glushenkov |
| 2009-10-22 | Include config.h in order to have HAVE_STDINT_H be defined. | Duncan Sands |
| 2009-10-22 | llvm-ld doesn't throw. | Chris Lattner |
| 2009-10-22 | this doesn't use EH either. | Chris Lattner |
| 2009-10-22 | nothing opt uses can throw, remove the try block and -fexceptions when | Chris Lattner |
| 2009-10-22 | Add some command line options for twiddling the default data layout | Chris Lattner |
| 2009-10-21 | Added more options to mcc16 driver. | Sanjiv Gupta |
| 2009-10-21 | Clarify documentation on multi_val options. | Mikhail Glushenkov |
| 2009-10-21 | Delete the MacOSJITEventListener per echristo's request. It was disabled by | Jeffrey Yasskin |
| 2009-10-17 | First draft of the OptionPreprocessor. | Mikhail Glushenkov |
| 2009-10-17 | -O[0-3] options should be also forwarded to opt and llc. | Mikhail Glushenkov |
| 2009-10-17 | llvm-as: Simplify, and don't create empty output files with -disable-output. | Daniel Dunbar |
| 2009-10-16 | Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ... | Evan Cheng |
| 2009-10-16 | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar |
| 2009-10-16 | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar |
| 2009-10-16 | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar |
| 2009-10-14 | There seems to be no reason for opt's -S option to be hidden. | Duncan Sands |
| 2009-10-11 | Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! | Nick Lewycky |
| 2009-10-09 | Slight rewording. | Mikhail Glushenkov |
| 2009-10-09 | Use llvm-as only for compiling .ll -> .bc. | Mikhail Glushenkov |
| 2009-10-08 | Unbreak the build. | Mikhail Glushenkov |
| 2009-10-08 | Make the Base plugin understand -MF and -MT. | Mikhail Glushenkov |
| 2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
| 2009-10-05 | remove llvm-db: it is completely broken and if anyone wants to do a debugger, | Chris Lattner |
| 2009-10-04 | CMake: remove .so file extension from library names when building | Oscar Fuentes |
| 2009-09-28 | Add a way to query the number of input files. | Mikhail Glushenkov |
| 2009-09-28 | Document the 'not' combinator. | Mikhail Glushenkov |
| 2009-09-27 | add a new DirectiveMap stringmap, which allows more efficient dispatching | Chris Lattner |
| 2009-09-27 | avoid copying MCAsmInfo by value, add an (extremely low prio) fixme. | Chris Lattner |
| 2009-09-25 | Make llvm-bcanalyzer percentages more readable. | Daniel Dunbar |