| Age | Commit message (Expand) | Author |
| 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 |
| 2009-09-25 | Strip trailing whitespace. | Daniel Dunbar |
| 2009-09-25 | Print INST_INBOUNDS_GEP rather than UnknownCode30. | Duncan Sands |
| 2009-09-23 | pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) | Gabor Greif |
| 2009-09-22 | Fix llvm-config --src-root and --obj-root for CMake builds. | Daniel Dunbar |
| 2009-09-22 | llvm-config: Remove unused variables. | Daniel Dunbar |
| 2009-09-20 | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner |
| 2009-09-19 | Remove the default value for ConstantStruct::get's isPacked parameter and | Nick Lewycky |
| 2009-09-18 | Write and read metadata attachments. | Devang Patel |
| 2009-09-16 | Now that llc can read .ll files directly, teach it to recognize .ll as | Dan Gohman |
| 2009-09-16 | Fixed some problems with the logic of parsing line comments by adding | Kevin Enderby |
| 2009-09-16 | Make cmake generated llvm-config output correct JIT backend for non X86 targets. | Xerxes Ranby |
| 2009-09-16 | use an accessor to simplify code. | Chris Lattner |
| 2009-09-15 | Give llvm-link a -S option. | Dan Gohman |
| 2009-09-15 | Don't bother using a PassManager just to print a Module. | Dan Gohman |
| 2009-09-14 | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner |
| 2009-09-12 | Convert llvm-link to IRReader. | Dan Gohman |
| 2009-09-11 | De-bork CMake build. llvm-extract depends on asmparser | Douglas Gregor |
| 2009-09-11 | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman |
| 2009-09-10 | Added the ParseInstruction() hook for target specific assembler directives so | Kevin Enderby |