summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Use proper type for the index.Bill Wendling2013-01-28
* Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling2013-01-28
* Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling2013-01-28
* Remove a use of AttributeWithIndex.Bill Wendling2013-01-28
* Improve the debug output a bit.Bill Wendling2013-01-27
* Use proper return type for attribute index.Bill Wendling2013-01-27
* Use proper return type for attribute index.Bill Wendling2013-01-27
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-27
* Don't erase these methods. They're used during testing.Bill Wendling2013-01-27
* Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling2013-01-27
* [XCore] Add missing l2rus instructions.Richard Osborne2013-01-27
* Privitize some the copy c'tor and assignment operator of uniquified objects.Bill Wendling2013-01-27
* Add some helpful comments.Bill Wendling2013-01-27
* [XCore] Add missing l2r instructions.Richard Osborne2013-01-27
* s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling2013-01-27
* Start using more of the AttrNode in the AttributeSetImpl class.Bill Wendling2013-01-27
* Legalizer: Reword comment again, per Duncan's suggestion.Benjamin Kramer2013-01-27
* [XCore] Add missing 1r instructions.Richard Osborne2013-01-27
* [XCore] Add missing 0r instructions.Richard Osborne2013-01-27
* BBVectorize: Better use of TTI->getShuffleCostHal Finkel2013-01-27
* Legalizer: Add an assert and tweak a comment to clarify the assumptions this ...Benjamin Kramer2013-01-27
* In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...Bill Wendling2013-01-27
* [CMake][Lit][unittests] Cleanup in AddLLVM.cmake.NAKAMURA Takumi2013-01-27
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-27
* When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer2013-01-27
* Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling2013-01-27
* Rearrange some deckchairs. Moving the class before it's use.Bill Wendling2013-01-27
* Remove dead methods.Bill Wendling2013-01-27
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-27
* Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.Michael Gottesman2013-01-27
* Fix test to not use the AttributeSet's AttributeWithIndex creation method.Bill Wendling2013-01-27
* Hide the method that creates an AttributeSet with AttributeWithIndexes.Bill Wendling2013-01-27
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling2013-01-27
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-26
* IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie2013-01-26
* BBVectorize: Add a additional comment about the cost computationHal Finkel2013-01-26
* BBVectorize: Fix anomalous capital letter in commentHal Finkel2013-01-26
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-26
* Documentation: fix syntax errorDmitri Gribenko2013-01-26
* X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer2013-01-26
* FileCheckize and merge some tests.Benjamin Kramer2013-01-26
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-26
* Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi2013-01-26