| Age | Commit message (Expand) | Author |
| 2012-08-23 | Preserve operand flags in convertToThreeAddress() by copying operands. | Jakob Stoklund Olesen |
| 2012-08-23 | Tristate mayLoad, mayStore, and hasSideEffects. | Jakob Stoklund Olesen |
| 2012-08-23 | Favor FMA3 over FMA4 if both are enabled. | Craig Topper |
| 2012-08-23 | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko |
| 2012-08-23 | Typo. | Eric Christopher |
| 2012-08-23 | Only emit the __debug_inlined section if we're trying to be compatible | Eric Christopher |
| 2012-08-23 | Emit pubtypes only when going for darwin gdb compatibility. | Eric Christopher |
| 2012-08-23 | Add an option for darwin gdb compatibility. | Eric Christopher |
| 2012-08-23 | Use a switch statement instead of a bunch of if-else checks and pull out the ... | Craig Topper |
| 2012-08-23 | Remove unused private field to silence build warning. | Craig Topper |
| 2012-08-23 | 80-col. | Eric Christopher |
| 2012-08-23 | Tidy. | Eric Christopher |
| 2012-08-23 | Simplify the computeOperandLatency API. | Andrew Trick |
| 2012-08-23 | Make function loadImmediate a member of MipsSEInstrInfo and change it to return | Akira Hatanaka |
| 2012-08-22 | Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class | Akira Hatanaka |
| 2012-08-22 | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen |
| 2012-08-22 | SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment. | Benjamin Kramer |
| 2012-08-22 | [ms-inline asm] Avoid a false positive assertion | Chad Rosier |
| 2012-08-22 | Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe | Chad Rosier |
| 2012-08-22 | Tidy up a few more uses of MF.getFunction()->getName(). | David Blaikie |
| 2012-08-22 | Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No | Chad Rosier |
| 2012-08-22 | Reduce duplicated hash map lookups. | Benjamin Kramer |
| 2012-08-22 | Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr... | Stepan Dyatkovskiy |
| 2012-08-22 | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper |
| 2012-08-22 | Don't cache the MBB in the class. Its only used by one function. Change a for... | Craig Topper |
| 2012-08-22 | Mark a function as static since it doesn't use anything in the class. | Craig Topper |
| 2012-08-22 | Add register Mips::GP to the list of reserved registers if target is bare-metal | Akira Hatanaka |
| 2012-08-22 | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka |
| 2012-08-22 | For mips64 switch statements in subroutines could generate | Jack Carter |
| 2012-08-22 | Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The | Richard Smith |
| 2012-08-22 | Reduce alignment of SmallVector<T> to the required amount, rather than forcin... | Richard Smith |
| 2012-08-21 | Add a few functions to TargetLibraryInfo as part of PR13574. | Chad Rosier |
| 2012-08-21 | MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a | Richard Smith |
| 2012-08-21 | Fix unaligned memory accesses when performing relocations in X86 JIT. There's | Richard Smith |
| 2012-08-21 | Don't bind a reference to a dereferenced null pointer (for return value of We... | Richard Smith |
| 2012-08-21 | [ms-inline asm] Do not report a Parser error when matching inline assembly. | Chad Rosier |
| 2012-08-21 | Remove unnecessary cast that was also unnecessarily casting away constness. | David Blaikie |
| 2012-08-21 | Fix macros arguments with an underscore, dot or dollar in them. This is based | Rafael Espindola |
| 2012-08-21 | [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, | Chad Rosier |
| 2012-08-21 | Make the wording in of the "expected identifier" error in the .macro directive | Rafael Espindola |
| 2012-08-21 | Add support for the --param ssp-buffer-size= driver option. | Chad Rosier |
| 2012-08-21 | Use typedefs. Fix indentation. Extracted from the Andy/PaX patch. | Rafael Espindola |
| 2012-08-21 | Remove unused variable. Extracted from the Andy/PaX patch. | Rafael Espindola |
| 2012-08-21 | Fix typo. Extracted from the Andy/PaX patch. | Rafael Espindola |
| 2012-08-21 | MCJIT: Tidy up the constructor. | Jim Grosbach |
| 2012-08-21 | Port the global copy optimization from the SROA pass to InstCombine. | Chandler Carruth |
| 2012-08-21 | Fix up indentation and remove a couple else's after returns. | Craig Topper |
| 2012-08-21 | [asan] add code to detect global initialization fiasco in C/C++. The sub-pass... | Kostya Serebryany |
| 2012-08-21 | Use uint16_t for tables of opcodes. | Craig Topper |
| 2012-08-21 | Fix up indentation. No functional change. | Craig Topper |