| Age | Commit message (Expand) | Author |
| 2013-02-21 | Add move ctor/assignment to Optional<T> | David Blaikie |
| 2013-02-21 | Make another kill check LiveIntervals-aware. | Cameron Zwarich |
| 2013-02-21 | Split part of isKilled() into a separate function for use elsewhere. | Cameron Zwarich |
| 2013-02-21 | Correct spelling of 'enumerator'. | David Blaikie |
| 2013-02-21 | Make Optional<T>'s operator bool 'explicit' in C++11 | David Blaikie |
| 2013-02-21 | Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when | Cameron Zwarich |
| 2013-02-21 | Expand the sel pseudo/macro. This generates basic blocks where previously | Reed Kotler |
| 2013-02-21 | ADT/Optional.h: Appease msvc. It reapplies r175626. | NAKAMURA Takumi |
| 2013-02-21 | [objdump] Add PT_PHDR. | Michael J. Spencer |
| 2013-02-21 | Mips specific standalone assembler addressing mode %hi and %lo. | Jack Carter |
| 2013-02-21 | PPCDAGToDAGISel::PostprocessISelDAG() | Bill Schmidt |
| 2013-02-21 | Provide a "None" value for convenience when using Optional<T>() | David Blaikie |
| 2013-02-21 | Relocation enablement for PPC DAG postprocessing pass | Bill Schmidt |
| 2013-02-20 | Formatting. | Chad Rosier |
| 2013-02-20 | Don't allocate memory in LiveInterval::join(). | Jakob Stoklund Olesen |
| 2013-02-20 | Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions should | Lang Hames |
| 2013-02-20 | as the allocator is reset zero out the number of bytes allocated, this was just | Pedro Artigas |
| 2013-02-20 | ELF symbol table field st_other support, | Jack Carter |
| 2013-02-20 | Copy single reaching defs directly into the LiveInterval. | Jakob Stoklund Olesen |
| 2013-02-20 | Add and remove the attribute from the correct slot. | Bill Wendling |
| 2013-02-20 | Stabilize vec_constants.ll | Bill Schmidt |
| 2013-02-20 | Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti... | Erik Verbruggen |
| 2013-02-20 | ABI Verifier: Check function return and argument types, and instruction opera... | Derek Schuff |
| 2013-02-20 | MCParser: Update method names per coding guidelines. | Jim Grosbach |
| 2013-02-20 | Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals | Cameron Zwarich |
| 2013-02-20 | Find anchoring end points for repairIntervalsInRange and repairIndexesInRange | Cameron Zwarich |
| 2013-02-20 | Make repairIntervalsInRange() more robust. There are now no longer any liveness- | Cameron Zwarich |
| 2013-02-20 | DAGCombiner: Fold pointless truncate, bitcast, buildvector series | Arnold Schwaighofer |
| 2013-02-20 | R600: Update for name changes from r175667. | Jim Grosbach |
| 2013-02-20 | Update TargetLowering ivars for name policy. | Jim Grosbach |
| 2013-02-20 | Explicitly set a buffer size for sandboxed llc's objfile. | Jan Voung |
| 2013-02-20 | Additional fixes for bug 15155. | Bill Schmidt |
| 2013-02-20 | [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly. | Michael J. Spencer |
| 2013-02-20 | Update a comment that looks to have been accidentally deleted many moons ago. | Chad Rosier |
| 2013-02-20 | Rewrite comments. | Dan Gohman |
| 2013-02-20 | Add comment in Memory.inc explaining r175646. | Krzysztof Parzyszek |
| 2013-02-20 | SIGQUIT is a "kill" signal, rather than an "int" signal, in this context. | Dan Gohman |
| 2013-02-20 | Formatting, grammar | Andrew Kaylor |
| 2013-02-20 | On PowerPC, the cache-flush instructions dcbf and icbi are treated as | Krzysztof Parzyszek |
| 2013-02-20 | Use LiveRangeUpdater instead of mergeIntervalRanges. | Jakob Stoklund Olesen |
| 2013-02-20 | Add a LiveRangeUpdater class. | Jakob Stoklund Olesen |
| 2013-02-20 | Adding support for absolute relocations. This occurs in ELF files when a rel... | Andrew Kaylor |
| 2013-02-20 | Fix PR15267 | Michael Liao |
| 2013-02-20 | [ms-inline asm] Make the comment a bit more verbose. | Chad Rosier |
| 2013-02-20 | Add a default constructor for LiveRange. | Jakob Stoklund Olesen |
| 2013-02-20 | Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke]. | Bill Schmidt |
| 2013-02-20 | Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. | Jyotsna Verma |
| 2013-02-20 | Revert r175626, "ADT/Optional.h: Appease msvc." | NAKAMURA Takumi |
| 2013-02-20 | Fix PR15155: lost vadd/vsplat optimization. | Bill Schmidt |
| 2013-02-20 | Whitespace. | NAKAMURA Takumi |