| Age | Commit message (Expand) | Author |
| 2012-11-27 | Fast-math flags for the bitcode | Michael Ilseman |
| 2012-11-27 | Fast-math interfaces for Instructions | Michael Ilseman |
| 2012-11-27 | Fast-math flags added to FPMathOperator. | Michael Ilseman |
| 2012-11-26 | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson |
| 2012-11-26 | Decouple MCInstBuilder from the streamer per Eli's request. | Benjamin Kramer |
| 2012-11-26 | Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac... | Benjamin Kramer |
| 2012-11-25 | Code Custodian: | Joe Abbey |
| 2012-11-25 | Add support for .cfi_register now that it is easy to extent the representation | Rafael Espindola |
| 2012-11-25 | Further cleanups. Thanks for Sean Silva for noticing it. | Rafael Espindola |
| 2012-11-25 | Add an extra slash so doxygen comments will be properly recognized. | Craig Topper |
| 2012-11-24 | Change the representation of MCCFIInstruction. | Rafael Espindola |
| 2012-11-24 | Give each MCCFIInstruction its own opcode. | Rafael Espindola |
| 2012-11-24 | Move a bit of duplicated code into a helper function. | Rafael Espindola |
| 2012-11-24 | Refactor how MCCFIInstructions are created. | Rafael Espindola |
| 2012-11-23 | Implement .cfi_undefined. Based on a patch from PaX team, updated by | Rafael Espindola |
| 2012-11-23 | Remove unused parameter Penalty from the BoundsChecking pass. | Joey Gouly |
| 2012-11-22 | Add more functions to the target library information. | Meador Inge |
| 2012-11-21 | Add relocations used for mips big GOT. | Akira Hatanaka |
| 2012-11-21 | test commit: added a few comments | Preston Briggs |
| 2012-11-20 | removes a few "const" qualifiers | Sebastian Pop |
| 2012-11-20 | Remove some dead code. | Eric Christopher |
| 2012-11-20 | Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the | Chandler Carruth |
| 2012-11-20 | Fix physical register liveness calculations: | Tim Northover |
| 2012-11-20 | Make the AttrListPtr object a part of the LLVMContext. | Bill Wendling |
| 2012-11-20 | 80-column and whitespace fixups. | Eric Christopher |
| 2012-11-19 | Allow using MemoryBuffers with yaml::Stream directly. | Sean Silva |
| 2012-11-19 | Remove a function argument and propagate const around accordingly. | Eric Christopher |
| 2012-11-19 | Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context. | NAKAMURA Takumi |
| 2012-11-19 | Clean up handling of always-inline functions in the inliner. | Bob Wilson |
| 2012-11-19 | Some comment fixes. | Bob Wilson |
| 2012-11-17 | Typo | James Molloy |
| 2012-11-17 | Add a new function to ConstantExpr - getAsInstruction. This returns its Instr... | James Molloy |
| 2012-11-16 | Add constant definitions for fission dwarf attributes, forms, etc. | Eric Christopher |
| 2012-11-16 | Remove default public copy ctors. | Benjamin Kramer |
| 2012-11-16 | Remove trailing spaces. | Jakub Staszak |
| 2012-11-16 | typo | Andrew Trick |
| 2012-11-16 | Work around a layering violation from Target to CodeGen. | Benjamin Kramer |
| 2012-11-16 | Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. | Duncan Sands |
| 2012-11-15 | Interface changes to allow RuntimeDyld memory managers to set memory permissi... | Andrew Kaylor |
| 2012-11-15 | Remove trailing whitespace | Michael Ilseman |
| 2012-11-15 | [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false | Chad Rosier |
| 2012-11-15 | Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb' | Derek Schuff |
| 2012-11-15 | Fix indeterminism in MI scheduler DAG construction. | Sergei Larin |
| 2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
| 2012-11-15 | Do not handle void types in DataLayout. Patch by Patrick Hägglund. | Duncan Sands |
| 2012-11-15 | Make GlobalOpt be conservative with TLS variables (PR14309) | Hans Wennborg |
| 2012-11-15 | Add support for SPIR64 target - the 64bit counterpart of SPIR. | Guy Benyei |
| 2012-11-15 | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. | Craig Topper |
| 2012-11-15 | Use LLVM_DELETED_FUNCTION. | Jakub Staszak |
| 2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |