| Age | Commit message (Expand) | Author |
| 2013-01-27 | s/AttrList/pImpl/g in AttributeSet. No functionality change. | Bill Wendling |
| 2013-01-27 | Start using more of the AttrNode in the AttributeSetImpl class. | Bill Wendling |
| 2013-01-27 | Legalizer: Reword comment again, per Duncan's suggestion. | Benjamin Kramer |
| 2013-01-27 | [XCore] Add missing 1r instructions. | Richard Osborne |
| 2013-01-27 | [XCore] Add missing 0r instructions. | Richard Osborne |
| 2013-01-27 | BBVectorize: Better use of TTI->getShuffleCost | Hal Finkel |
| 2013-01-27 | Legalizer: Add an assert and tweak a comment to clarify the assumptions this ... | Benjamin Kramer |
| 2013-01-27 | In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ... | Bill Wendling |
| 2013-01-27 | [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. | NAKAMURA Takumi |
| 2013-01-27 | [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo... | NAKAMURA Takumi |
| 2013-01-27 | When the legalizer is splitting vector shifts, the result may not have the ri... | Benjamin Kramer |
| 2013-01-27 | Fix miscompile. Add back the use of the ArrayRef version of the ::get method. | Bill Wendling |
| 2013-01-27 | Rearrange some deckchairs. Moving the class before it's use. | Bill Wendling |
| 2013-01-27 | Remove dead methods. | Bill Wendling |
| 2013-01-27 | Re-revert r173342, without losing the compile time improvements, flat | Chandler Carruth |
| 2013-01-27 | Renamed function IsPotentialUse to IsPotentialRetainableObjPtr. | Michael Gottesman |
| 2013-01-27 | Fix test to not use the AttributeSet's AttributeWithIndex creation method. | Bill Wendling |
| 2013-01-27 | Hide the method that creates an AttributeSet with AttributeWithIndexes. | Bill Wendling |
| 2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
| 2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
| 2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
| 2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
| 2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
| 2013-01-27 | Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
| 2013-01-27 | Use the AttributeSet instead of AttributeWithIndex object. | Bill Wendling |
| 2013-01-26 | PR14566: Debug Info: Removing top level lexical blocks | David Blaikie |
| 2013-01-26 | IRBuilder: Remove redundant check around SetInstDebugLocation call. | David Blaikie |
| 2013-01-26 | BBVectorize: Add a additional comment about the cost computation | Hal Finkel |
| 2013-01-26 | BBVectorize: Fix anomalous capital letter in comment | Hal Finkel |
| 2013-01-26 | X86: Decode PALIGN operands so I don't have to do it in my head. | Benjamin Kramer |
| 2013-01-26 | Documentation: fix syntax error | Dmitri Gribenko |
| 2013-01-26 | X86: Do splat promotion later, so the optimizer can chew on it first. | Benjamin Kramer |
| 2013-01-26 | FileCheckize and merge some tests. | Benjamin Kramer |
| 2013-01-26 | Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. | NAKAMURA Takumi |
| 2013-01-26 | Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. | NAKAMURA Takumi |
| 2013-01-26 | RelocVisitor::visit(): Set hasError in the default path. | NAKAMURA Takumi |
| 2013-01-26 | fix use of std::std. it's ordered set. | Reed Kotler |
| 2013-01-26 | DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? | NAKAMURA Takumi |
| 2013-01-26 | Add DIContext::getLineInfoForAddressRange() function and test. This function... | Andrew Kaylor |
| 2013-01-26 | Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib... | Bill Wendling |
| 2013-01-25 | A port of the Visual Studio 2012 debugger visualizers for common LLVM and cla... | Aaron Ballman |
| 2013-01-25 | llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm. | NAKAMURA Takumi |
| 2013-01-25 | Remove unused variables, silences -Wunused-variable | Dmitri Gribenko |
| 2013-01-25 | Remove dead method. | Bill Wendling |
| 2013-01-25 | Remove some introspection functions. | Bill Wendling |
| 2013-01-25 | Initial implementation of PPCTargetTransformInfo | Hal Finkel |
| 2013-01-25 | Fix a warning in the new DWARFheader. Add a new line at the end of the file. | Nadav Rotem |
| 2013-01-25 | Add support for applying in-memory relocations to the .debug_line section and... | Andrew Kaylor |
| 2013-01-25 | Add file to CMakeLists (file added in r173505) | Dmitri Gribenko |
| 2013-01-25 | XFAIL close-stderr on win32 | Reid Kleckner |