| Age | Commit message (Expand) | Author |
| 2009-07-11 | silence vc++ warning. | Chris Lattner |
| 2009-07-11 | Fix unused function warning. | Daniel Dunbar |
| 2009-07-11 | Update documentation. | Mikhail Glushenkov |
| 2009-07-11 | Erase the temp dir before starting. | Sanjiv Gupta |
| 2009-07-10 | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-10 | Support remote execute for ARM. | David Goodwin |
| 2009-07-10 | Add a --with-oprofile flag to configure, which uses OProfile's agent | Jeffrey Yasskin |
| 2009-07-10 | Link std.lib (.bc code) with llvm-ld. | Sanjiv Gupta |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 2009-07-09 | Documentation update. | Mikhail Glushenkov |
| 2009-07-09 | We don't need to set SaveTemps here. | Mikhail Glushenkov |
| 2009-07-09 | Adjust comment. | Mikhail Glushenkov |
| 2009-07-09 | By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc... | Sanjiv Gupta |
| 2009-07-09 | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-09 | Added few more options to individual tools. | Sanjiv Gupta |
| 2009-07-09 | Return dir separator as per platform. | Sanjiv Gupta |
| 2009-07-09 | Don't create undefined symbols for aliases. | Nick Lewycky |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-07 | Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when | Jeffrey Yasskin |
| 2009-07-07 | Implement parsing support for the .comm directive. Patch by | Chris Lattner |
| 2009-07-07 | Fix lli to print an error and exit when EE returns null but no string. Patch | Chris Lattner |
| 2009-07-07 | Documentation update. | Mikhail Glushenkov |
| 2009-07-07 | Show how to modify built-in options. | Mikhail Glushenkov |
| 2009-07-07 | Documentation update. | Mikhail Glushenkov |
| 2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
| 2009-07-04 | LLVMC doesn't need ENABLE_PIC to build now. | Mikhail Glushenkov |
| 2009-07-03 | Add newline at end of file. | Duncan Sands |
| 2009-07-03 | Fix typo: intepreter->interpreter. | Torok Edwin |
| 2009-07-02 | switch the .ll parser into SMDiagnostic. | Chris Lattner |
| 2009-07-02 | implement error recovery in the llvm-mc parser. Feel the power! | Chris Lattner |
| 2009-07-02 | Prefix bin dir to executables. | Sanjiv Gupta |
| 2009-07-02 | Fixed handling of -c option.wq | Sanjiv Gupta |
| 2009-07-02 | llvm-mc/x86: Fix various nit-picky bugs in displacement parsing. | Daniel Dunbar |
| 2009-07-02 | llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me | Daniel Dunbar |
| 2009-07-02 | llvm-mc/x86: Factor out ParseX86Register. | Daniel Dunbar |
| 2009-07-02 | llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistent | Daniel Dunbar |
| 2009-07-02 | Maintain the old LTO API, by using the global context. | Owen Anderson |
| 2009-07-02 | Fix a bunch of other places that used operator[] to test whether | Dan Gohman |
| 2009-07-02 | fix ld error with -no-undefined switch, which is undefined on darwin8 | John Mosby |
| 2009-07-01 | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson |
| 2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |
| 2009-07-01 | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin |
| 2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
| 2009-07-01 | Executables will be at InstallDir/bin directory. Std header files will be at ... | Sanjiv Gupta |
| 2009-07-01 | llvm-mc: Add some more doxyments. | Daniel Dunbar |
| 2009-07-01 | llvm-mc: Fill in the rest of tokens for 'as-lex' mode. | Daniel Dunbar |
| 2009-07-01 | Rename MCValue::isConstant to isAbsolute. | Daniel Dunbar |
| 2009-07-01 | add some of the new tokens, others are still missing. | Chris Lattner |
| 2009-07-01 | llvm-mc: Emit parsed instructions to the MCStreamer. | Daniel Dunbar |