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