| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor... | Bill Wendling | 2013-01-28 | 1 | -6/+14 |
* | Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor... | Bill Wendling | 2013-01-28 | 1 | -6/+8 |
* | Remove a use of AttributeWithIndex. | Bill Wendling | 2013-01-28 | 2 | -13/+33 |
* | Improve the debug output a bit. | Bill Wendling | 2013-01-27 | 1 | -2/+7 |
* | Use proper return type for attribute index. | Bill Wendling | 2013-01-27 | 2 | -2/+2 |
* | Use proper return type for attribute index. | Bill Wendling | 2013-01-27 | 1 | -1/+1 |
* | Push the calculation of the 'Raw' attribute mask down into the implementation... | Bill Wendling | 2013-01-27 | 3 | -10/+29 |
* | Don't erase these methods. They're used during testing. | Bill Wendling | 2013-01-27 | 1 | -0/+3 |
* | Add special 'get' methods to create an Attribute with an alignment. Also do s... | Bill Wendling | 2013-01-27 | 2 | -14/+22 |
* | [XCore] Add missing l2rus instructions. | Richard Osborne | 2013-01-27 | 3 | -1/+20 |
* | Privitize some the copy c'tor and assignment operator of uniquified objects. | Bill Wendling | 2013-01-27 | 1 | -0/+8 |
* | Add some helpful comments. | Bill Wendling | 2013-01-27 | 1 | -6/+15 |
* | [XCore] Add missing l2r instructions. | Richard Osborne | 2013-01-27 | 2 | -1/+24 |
* | s/AttrList/pImpl/g in AttributeSet. No functionality change. | Bill Wendling | 2013-01-27 | 2 | -31/+31 |
* | Start using more of the AttrNode in the AttributeSetImpl class. | Bill Wendling | 2013-01-27 | 2 | -10/+11 |
* | Legalizer: Reword comment again, per Duncan's suggestion. | Benjamin Kramer | 2013-01-27 | 1 | -3/+2 |
* | [XCore] Add missing 1r instructions. | Richard Osborne | 2013-01-27 | 2 | -6/+48 |
* | [XCore] Add missing 0r instructions. | Richard Osborne | 2013-01-27 | 2 | -3/+95 |
* | BBVectorize: Better use of TTI->getShuffleCost | Hal Finkel | 2013-01-27 | 1 | -4/+23 |
* | Legalizer: Add an assert and tweak a comment to clarify the assumptions this ... | Benjamin Kramer | 2013-01-27 | 1 | -1/+5 |
* | In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ... | Bill Wendling | 2013-01-27 | 2 | -8/+42 |
* | [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. | NAKAMURA Takumi | 2013-01-27 | 1 | -8/+1 |
* | [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo... | NAKAMURA Takumi | 2013-01-27 | 3 | -25/+5 |
* | When the legalizer is splitting vector shifts, the result may not have the ri... | Benjamin Kramer | 2013-01-27 | 2 | -2/+20 |
* | Fix miscompile. Add back the use of the ArrayRef version of the ::get method. | Bill Wendling | 2013-01-27 | 2 | -3/+6 |
* | Rearrange some deckchairs. Moving the class before it's use. | Bill Wendling | 2013-01-27 | 1 | -17/+16 |
* | Remove dead methods. | Bill Wendling | 2013-01-27 | 2 | -23/+3 |
* | Re-revert r173342, without losing the compile time improvements, flat | Chandler Carruth | 2013-01-27 | 2 | -142/+12 |
* | Renamed function IsPotentialUse to IsPotentialRetainableObjPtr. | Michael Gottesman | 2013-01-27 | 1 | -18/+18 |
* | Fix test to not use the AttributeSet's AttributeWithIndex creation method. | Bill Wendling | 2013-01-27 | 1 | -5/+5 |
* | Hide the method that creates an AttributeSet with AttributeWithIndexes. | Bill Wendling | 2013-01-27 | 1 | -1/+5 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -7/+6 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -33/+33 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -25/+18 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -22/+15 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -27/+15 |
* | Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -26/+37 |
* | Use the AttributeSet instead of AttributeWithIndex object. | Bill Wendling | 2013-01-27 | 1 | -3/+2 |
* | PR14566: Debug Info: Removing top level lexical blocks | David Blaikie | 2013-01-26 | 4 | -32/+83 |
* | IRBuilder: Remove redundant check around SetInstDebugLocation call. | David Blaikie | 2013-01-26 | 1 | -2/+1 |
* | BBVectorize: Add a additional comment about the cost computation | Hal Finkel | 2013-01-26 | 1 | -0/+6 |
* | BBVectorize: Fix anomalous capital letter in comment | Hal Finkel | 2013-01-26 | 1 | -1/+1 |
* | X86: Decode PALIGN operands so I don't have to do it in my head. | Benjamin Kramer | 2013-01-26 | 5 | -1/+67 |
* | Documentation: fix syntax error | Dmitri Gribenko | 2013-01-26 | 1 | -1/+1 |
* | X86: Do splat promotion later, so the optimizer can chew on it first. | Benjamin Kramer | 2013-01-26 | 3 | -27/+17 |
* | FileCheckize and merge some tests. | Benjamin Kramer | 2013-01-26 | 4 | -127/+227 |
* | Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. | NAKAMURA Takumi | 2013-01-26 | 2 | -0/+18 |
* | Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. | NAKAMURA Takumi | 2013-01-26 | 1 | -0/+16 |
* | RelocVisitor::visit(): Set hasError in the default path. | NAKAMURA Takumi | 2013-01-26 | 1 | -0/+1 |
* | fix use of std::std. it's ordered set. | Reed Kotler | 2013-01-26 | 1 | -3/+3 |