aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-27s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling
2013-01-27Start using more of the AttrNode in the AttributeSetImpl class.Bill Wendling
2013-01-27Legalizer: 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-27BBVectorize: Better use of TTI->getShuffleCostHal Finkel
2013-01-27Legalizer: Add an assert and tweak a comment to clarify the assumptions this ...Benjamin Kramer
2013-01-27In 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-27When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer
2013-01-27Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling
2013-01-27Rearrange some deckchairs. Moving the class before it's use.Bill Wendling
2013-01-27Remove dead methods.Bill Wendling
2013-01-27Re-revert r173342, without losing the compile time improvements, flatChandler Carruth
2013-01-27Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.Michael Gottesman
2013-01-27Fix test to not use the AttributeSet's AttributeWithIndex creation method.Bill Wendling
2013-01-27Hide the method that creates an AttributeSet with AttributeWithIndexes.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-27Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.Bill Wendling
2013-01-27Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling
2013-01-26PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie
2013-01-26IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie
2013-01-26BBVectorize: Add a additional comment about the cost computationHal Finkel
2013-01-26BBVectorize: Fix anomalous capital letter in commentHal Finkel
2013-01-26X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer
2013-01-26Documentation: fix syntax errorDmitri Gribenko
2013-01-26X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer
2013-01-26FileCheckize and merge some tests.Benjamin Kramer
2013-01-26Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi
2013-01-26Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi
2013-01-26RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi
2013-01-26fix use of std::std. it's ordered set.Reed Kotler
2013-01-26DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-26Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling
2013-01-25A port of the Visual Studio 2012 debugger visualizers for common LLVM and cla...Aaron Ballman
2013-01-25llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm.NAKAMURA Takumi
2013-01-25Remove unused variables, silences -Wunused-variableDmitri Gribenko
2013-01-25Remove dead method.Bill Wendling
2013-01-25Remove some introspection functions.Bill Wendling
2013-01-25Initial implementation of PPCTargetTransformInfoHal Finkel
2013-01-25Fix a warning in the new DWARFheader. Add a new line at the end of the file.Nadav Rotem
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-25Add file to CMakeLists (file added in r173505)Dmitri Gribenko
2013-01-25XFAIL close-stderr on win32Reid Kleckner