aboutsummaryrefslogtreecommitdiff
path: root/lib
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-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-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-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-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-26X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer
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-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-25In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky
2013-01-25Add instruction encodings / disassembly support for l4r instructions.Richard Osborne
2013-01-25LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...Nadav Rotem
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling
2013-01-25Use const reference instead of vector copying.Jakub Staszak
2013-01-25Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling
2013-01-25Use the correct format in the STW / SETPSC instruction names.Richard Osborne
2013-01-25Fix order of operands for crc8_l4rRichard Osborne
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-25Add instruction encodings / disassembly support for l5r instructions.Richard Osborne
2013-01-25Fix order of operands for l5r instructions.Richard Osborne
2013-01-25Use correct mnemonic / instruction name for ldivu.Richard Osborne
2013-01-25LoopVectorize: Simplify code. No functionality change.Benjamin Kramer
2013-01-25added ability to dynamically change the ExportList of an alreadyPedro Artigas
2013-01-25LoopVectorizer: Refactor more code to use the IRBuilder. Nadav Rotem
2013-01-25Refactor some code to use the IRBuilder.Nadav Rotem