| Age | Commit message (Expand) | Author |
| 2009-12-09 | Remove unneeded ';' and a class/struct mismatch (noticed by clang). | Daniel Dunbar |
| 2009-12-07 | Simplify a bit. | Mikhail Glushenkov |
| 2009-12-07 | Throw 'const char*' instead of 'std::string'. | Mikhail Glushenkov |
| 2009-12-07 | Deprecate 'unpack_values'. | Mikhail Glushenkov |
| 2009-12-07 | Implement 'forward_value' and 'forward_transformed_value'. | Mikhail Glushenkov |
| 2009-12-07 | Refactoring, no functionality change. | Mikhail Glushenkov |
| 2009-12-05 | Minor code simplification. | Dan Gohman |
| 2009-12-04 | OptParser: Emit HelpText field for option groups. | Daniel Dunbar |
| 2009-12-01 | Forward -save-temps to llvm-gcc. | Mikhail Glushenkov |
| 2009-11-25 | Sketch TableGen disassembler emitter, based on patch by Sean Callanan. | Daniel Dunbar |
| 2009-11-24 | Delete some dead and non-obvious code. | Dan Gohman |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-22 | Fix whitespace. | Bob Wilson |
| 2009-11-22 | Fix pr5470. Tablegen handles template arguments by temporarily setting their | Bob Wilson |
| 2009-11-21 | Fix some spelling in comments. | Bob Wilson |
| 2009-11-21 | Avoid a redundant assertion. | Bob Wilson |
| 2009-11-19 | TableGen/OptParser: When ordering options, make "sentinel" options appear before | Daniel Dunbar |
| 2009-11-18 | De-bork CMake build | Douglas Gregor |
| 2009-11-18 | TableGen: Add initial backend for clang Driver's option parsing. | Daniel Dunbar |
| 2009-11-14 | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer |
| 2009-11-14 | Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl... | Evan Cheng |
| 2009-11-11 | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel |
| 2009-11-08 | It is invalid to infer the value type from the result #0 of the node | Anton Korobeynikov |
| 2009-11-06 | clang++ points out that this is pointless. | Chris Lattner |
| 2009-11-06 | Don't print a redundant tab for inline asm, and do use the new printKill. | Dan Gohman |
| 2009-11-03 | mark some constant global const. | Chris Lattner |
| 2009-11-02 | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov |
| 2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
| 2009-10-29 | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman |
| 2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
| 2009-10-29 | Sorry to break the build. | Johnny Chen |
| 2009-10-29 | Minor tweak to forgo the the curly braces for most case blocks, except when | Johnny Chen |
| 2009-10-27 | 80-col violation. | Mikhail Glushenkov |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-22 | Make 'unset_option' work on list options. | Mikhail Glushenkov |
| 2009-10-21 | Implement any_[not_]empty and list versions of switch_on and [not_]empty. | Mikhail Glushenkov |
| 2009-10-19 | More refactoring... | Mikhail Glushenkov |
| 2009-10-18 | Refactoring, no functionality change. | Mikhail Glushenkov |
| 2009-10-17 | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar |
| 2009-10-17 | Use raw_ostream::write_escaped instead of EscapeString. | Daniel Dunbar |
| 2009-10-17 | First draft of the OptionPreprocessor. | Mikhail Glushenkov |
| 2009-10-17 | This variable is never used. | Mikhail Glushenkov |
| 2009-10-17 | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov |
| 2009-10-15 | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen |
| 2009-10-09 | Omit the 'out_file_index != -1' check when possible. | Mikhail Glushenkov |
| 2009-10-08 | Input files should go before all other options. | Mikhail Glushenkov |
| 2009-10-01 | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng |
| 2009-09-28 | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen |
| 2009-09-28 | Add a way to query the number of input files. | Mikhail Glushenkov |
| 2009-09-28 | A bit prettier formatting. | Mikhail Glushenkov |