| Age | Commit message (Expand) | Author |
| 2010-11-02 | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. | Mikhail Glushenkov |
| 2010-11-02 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-10-30 | Allow specifying a CPU to llvm-mc, so that we can properly set up subtarget | Jim Grosbach |
| 2010-10-30 | Add polly support to the build system. | Tobias Grosser |
| 2010-10-29 | Check for (unlikely) errors from FindExecutable. | Dan Gohman |
| 2010-10-29 | Fix these error messages to not mention PATH in cases where | Dan Gohman |
| 2010-10-29 | Delete this obsolete comment. | Dan Gohman |
| 2010-10-28 | tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD. | NAKAMURA Takumi |
| 2010-10-25 | llvm-mc: Teach -as-lex to print the raw token string as well. | Daniel Dunbar |
| 2010-10-23 | Resurrect mcc16, it is useful as an example. | Mikhail Glushenkov |
| 2010-10-23 | Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c). | Mikhail Glushenkov |
| 2010-10-22 | lli: On Cygwin-1.5, lli crashes at invoking destructors in atexit handler. | NAKAMURA Takumi |
| 2010-10-20 | Record sysbols created by aliases. Fixes PR8414. | Rafael Espindola |
| 2010-10-20 | Add RegionPass support. | Tobias Grosser |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-16 | Hack around incompatible pointer warnings. | Benjamin Kramer |
| 2010-10-15 | lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with | Daniel Dunbar |
| 2010-10-14 | Forward -march correctly. | Mikhail Glushenkov |
| 2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
| 2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
| 2010-10-07 | This file needs ToolOutputFile.h too. | Dan Gohman |
| 2010-10-07 | Move tool_output_file into its own file. | Dan Gohman |
| 2010-10-07 | Fix Whitespace. | Michael J. Spencer |
| 2010-10-07 | Fix warnings on Windows. | Michael J. Spencer |
| 2010-10-06 | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling |
| 2010-10-02 | Stop the build if cyclic library dependecies found. | Oscar Fuentes |
| 2010-09-29 | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands |
| 2010-09-27 | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling |
| 2010-09-27 | The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK | Bill Wendling |
| 2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer |
| 2010-09-24 | MC/Lexer: Add 'Real' token type for floating point literals. | Daniel Dunbar |
| 2010-09-23 | Fix llvm-extract -delete's lazy loading to materialize the functions that | Dan Gohman |
| 2010-09-22 | llvmc: Support '-emit-llvm -S' with -opt. | Mikhail Glushenkov |
| 2010-09-22 | A more informative output suffix for the opt tool. | Mikhail Glushenkov |
| 2010-09-21 | llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based. | Mikhail Glushenkov |
| 2010-09-21 | llvmc: put linker options in a separate OptList. | Mikhail Glushenkov |
| 2010-09-16 | llvm-mc: Teach -as-lex to print more token kinds. | Daniel Dunbar |
| 2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
| 2010-09-13 | Use ParseIRFile to auto-detect LLVM Assembly automatically. | Dan Gohman |
| 2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
| 2010-09-10 | Don't build redundant libLLVMgold.a. | NAKAMURA Takumi |
| 2010-09-09 | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman |
| 2010-09-08 | Execute all Pass Printers even if -quiet is set. | Tobias Grosser |
| 2010-09-08 | Include original pass name in the PassPrinter's name. | Tobias Grosser |
| 2010-09-05 | cleanups: mark stuff static, only tagdecls should be in anon namespaces. | Chris Lattner |
| 2010-09-03 | Quiesce warning about non-virtual d'tor in virtual class. | Bill Wendling |
| 2010-09-02 | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner |
| 2010-09-02 | lets get crazy and name the header file the exact class name, | Chris Lattner |
| 2010-09-02 | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner |
| 2010-09-02 | llvmc: .dylib support. | Mikhail Glushenkov |