| Age | Commit message (Expand) | Author |
| 2012-11-01 | OutputArg: added an index of the original argument to match the change to | Manman Ren |
| 2012-11-01 | Add a getAddressSpace method to the GEP instruction to mirror that of | Chandler Carruth |
| 2012-11-01 | Add some consistent doxygen comments for the address space helpers. | Chandler Carruth |
| 2012-11-01 | Normalize the API and doxygen comments for the ptrtoint instruction. | Chandler Carruth |
| 2012-11-01 | Remove a weird static helper from the GEP instruction and just directly | Chandler Carruth |
| 2012-11-01 | As I'm going to be touching several comments in this file, update the | Chandler Carruth |
| 2012-11-01 | Teach Type::getPointerAddressSpace to look through pointer vectors | Chandler Carruth |
| 2012-11-01 | Revert the majority of the next patch in the address space series: | Chandler Carruth |
| 2012-11-01 | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth |
| 2012-11-01 | Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. | Andrew Kaylor |
| 2012-11-01 | Generate a table-driven version of TRI::composeSubRegIndices(). | Jakob Stoklund Olesen |
| 2012-10-31 | Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. | Rafael Espindola |
| 2012-10-31 | Fix a couple of comment typos. | Benjamin Kramer |
| 2012-10-31 | Add IRBuilderBase::getIntPtrTy. | Evgeniy Stepanov |
| 2012-10-31 | Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW... | James Molloy |
| 2012-10-31 | xlc supports __attribute__((aligned(x))), use it. | Rafael Espindola |
| 2012-10-31 | Add extra declarations of hash_value needed to build llvm with xlc 12.1. | Rafael Espindola |
| 2012-10-30 | [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand. | Chad Rosier |
| 2012-10-30 | [inline asm] Implement mayLoad and mayStore for inline assembly. In general, | Chad Rosier |
| 2012-10-30 | Change ForceSizeOpt attribute into MinSize attribute | Quentin Colombet |
| 2012-10-30 | Fix isEliminableCastPair to work correctly in the presence of pointers | Duncan Sands |
| 2012-10-30 | Add a helper for telling whether a type is a pointer or vector of pointer type. | Duncan Sands |
| 2012-10-30 | Use TargetTransformInfo to control switch-to-lookup table transformation | Hans Wennborg |
| 2012-10-30 | * Add e_flags enum for Hexagon | Sid Manning |
| 2012-10-29 | In various places throughout the code generator, there were special | Ulrich Weigand |
| 2012-10-29 | APFloat cleanup: Remove now unused fields "sign2" and "exponent2". | Ulrich Weigand |
| 2012-10-29 | Rename the BB-vectorize flag to match the dragonegg name | Nadav Rotem |
| 2012-10-29 | Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the | Duncan Sands |
| 2012-10-29 | Remove code to saturate profile counts. | Bob Wilson |
| 2012-10-29 | Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector... | Nadav Rotem |
| 2012-10-29 | Minor style fixes for TargetTransformationInfo and TargetTransformImpl | Hans Wennborg |
| 2012-10-29 | llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments. | NAKAMURA Takumi |
| 2012-10-29 | Rather than duplicating the getPointerSize code just call getPointerSize. | Duncan Sands |
| 2012-10-29 | Add interface for querying object files for symbol values. | Tim Northover |
| 2012-10-29 | va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support. | Evgeniy Stepanov |
| 2012-10-28 | Remove TargetELFWriterInfo. | Rafael Espindola |
| 2012-10-27 | 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ... | Nadav Rotem |
| 2012-10-26 | Refactor the VectorTargetTransformInfo interface. | Nadav Rotem |
| 2012-10-26 | MCRegisterClass should be returned by const ref, not by value. | Lang Hames |
| 2012-10-26 | Remove the canCombineSubRegIndices() target hook. | Jakob Stoklund Olesen |
| 2012-10-26 | Remove LoopDependenceAnalysis. | Benjamin Kramer |
| 2012-10-26 | Remove the unneeded initializers. | Bill Wendling |
| 2012-10-26 | Stop APInt::shl from generating llvm.trap | Derek Schuff |
| 2012-10-26 | Change the internalize pass to internalize all symbols when given an empty | Rafael Espindola |
| 2012-10-26 | [ms-inline asm] Add support for the TYPE operator. | Chad Rosier |
| 2012-10-26 | Add a basic verifier for SCEV's backedge taken counts. | Benjamin Kramer |
| 2012-10-26 | Remove GC roots that reference dead objects. | Nicolas Geoffray |
| 2012-10-26 | Alphabetize the enum list. | Bill Wendling |
| 2012-10-26 | Add VectorTargetTransform::getNumberOfParts. | Hal Finkel |
| 2012-10-25 | Fix anonymous namespace issue introduced by r166714: | Kaelyn Uhrain |