| Age | Commit message (Expand) | Author |
| 2012-12-01 | misched: fix RegionBegin when DebugValues get shuffled to the top. | Andrew Trick |
| 2012-12-01 | Simplify REG_SEQUENCE lowering. | Jakob Stoklund Olesen |
| 2012-12-01 | Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp | Michael Ilseman |
| 2012-11-30 | Add some first skeleton work for the DWARF5 Fission proposal. Emit | Eric Christopher |
| 2012-11-30 | Convert COPY instructions into KILLs if they have implicit defs. | Jakob Stoklund Olesen |
| 2012-11-30 | Add support for fission attributes/forms/operations -> string. | Eric Christopher |
| 2012-11-30 | Vim mode updated to recognize fast-math flags | Michael Ilseman |
| 2012-11-30 | Removed redundancy in wording | Michael Ilseman |
| 2012-11-30 | Clean up the documentation to have a common description area for fast-math fl... | Michael Ilseman |
| 2012-11-30 | Be more clear on what parts of code I own. | Bill Wendling |
| 2012-11-30 | reversed the logic of the log2 detection routine to reduce the number of nest... | Pedro Artigas |
| 2012-11-30 | minor cleanups | Nadav Rotem |
| 2012-11-30 | Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it | Alexey Samsonov |
| 2012-11-30 | Add me as LTO code owner. | Bill Wendling |
| 2012-11-30 | Replace r168930 with a more reasonable patch. | Bill Wendling |
| 2012-11-30 | Addresses many style issues with prior checkin (r169025) | Pedro Artigas |
| 2012-11-30 | Add a -time-compilations=<N> option to llc. | Jakob Stoklund Olesen |
| 2012-11-30 | Aggregate pass execution time report by pass ID instead of pass instance. | Jakob Stoklund Olesen |
| 2012-11-30 | lit: Add a simple test suite for checking test runner parallelism. | Daniel Dunbar |
| 2012-11-30 | test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal. | Chad Rosier |
| 2012-11-30 | Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X | Pedro Artigas |
| 2012-11-30 | Codegen failure for vmull with small vectors | Sebastian Pop |
| 2012-11-30 | test/CodeGen/PowerPC/vec_mul.ll: Fix register operands. | Chad Rosier |
| 2012-11-30 | Use multiclass for the load instructions with MEMri operand. | Jyotsna Verma |
| 2012-11-30 | Remove the use of LPPassManager. We can remove LPM because we dont need to ru... | Nadav Rotem |
| 2012-11-30 | Clean up whitespace and add comments | Eli Bendersky |
| 2012-11-30 | Make FileCheck return 2 in case of an error as documented, | Eli Bendersky |
| 2012-11-30 | test/CodeGen/PowerPC: Add explicit -march=ppc32. | NAKAMURA Takumi |
| 2012-11-30 | This patch fixes the Altivec addend construction for the fused multiply-add | Adhemerval Zanella |
| 2012-11-30 | [msan] Tests for vector manipulation instructions. | Evgeniy Stepanov |
| 2012-11-30 | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. | Chandler Carruth |
| 2012-11-30 | [asan] simplify the code around doesNotReturn call. It now magically works. | Kostya Serebryany |
| 2012-11-30 | Separate out the tests for whether the compiler suports R-value | Chandler Carruth |
| 2012-11-30 | More strict error checking in parseSpecifier + simplified code. | Patrik Hagglund |
| 2012-11-30 | Fix non-determinism introduced in r168970 and pointed out by Duncan. | Chandler Carruth |
| 2012-11-30 | Rearrange the comments, control flow, and variable names; no | Chandler Carruth |
| 2012-11-30 | Add the rest of the experimental fission sections to MC. | Eric Christopher |
| 2012-11-30 | Use multiclass for the store instructions with MEMri operand. | Jyotsna Verma |
| 2012-11-30 | Use multiclass for the load instructions with 'base + register offset' | Jyotsna Verma |
| 2012-11-30 | Move library call simplification statistic to instcombine | Meador Inge |
| 2012-11-30 | Move the InstVisitor utility into VMCore where it belongs. It heavily | Chandler Carruth |
| 2012-11-30 | Fix logic to determine whether to turn a switch into a lookup table. When | Evan Cheng |
| 2012-11-30 | Modified dump() to provide a little | Preston Briggs |
| 2012-11-30 | Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION. | Jordan Rose |
| 2012-11-29 | Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst | Kevin Enderby |
| 2012-11-29 | More comment. | Eric Christopher |
| 2012-11-29 | Update comment for malloc being a library call now, rather than an instruction. | Dan Gohman |
| 2012-11-29 | copyFastMathFlags utility and test case | Michael Ilseman |
| 2012-11-29 | Add a FileCheck test that makes sure two different CHECKs won't match the | Eli Bendersky |
| 2012-11-29 | Update my email address. | Dan Gohman |