aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-10The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt
2012-10-10Add in support for expansion of all of the comparison operations to the absol...Micah Villmow
2012-10-10Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva
2012-10-10Remove unnecessary RTTI from the build.Sean Silva
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva
2012-10-10tblgen: Use semantically correct RTTI functions.Sean Silva
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-10-10Add support for FP_ROUND from v2f64 to v2f32Michael Liao
2012-10-10Add missing EmitInstruction. This is a tiny piece of fixing the predicatedDavid Sehr
2012-10-10Revert "Enable predicated sandboxed load/store for ARM"David Sehr
2012-10-10Add alternative support for FP_ROUND from v2f32 to v2f64Michael Liao
2012-10-10Fix for LDRB instruction:Stepan Dyatkovskiy
2012-10-10Issue description:Stepan Dyatkovskiy
2012-10-10Cleanup. Get rid of now dead code.Bill Wendling
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-10My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was thatLang Hames
2012-10-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling
2012-10-10misched: fall-back to a target hook for instr bundles.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-10whitespaceAndrew Trick
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-10Reorder some parts of the td file to by in alphabetical orderReed Kotler
2012-10-10Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor
2012-10-10Cosmetic changesAndrew Kaylor
2012-10-10This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor
2012-10-10Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka
2012-10-09When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng
2012-10-09misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick
2012-10-09misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick
2012-10-09misched: Remove LoopDependencies heuristic.Andrew Trick
2012-10-09Initial assembler implementation of Mips load address macroJack Carter
2012-10-09Use the attribute enums to query if a function has an attribute.Bill Wendling
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Revert r165547 to fix build.Bill Wendling
2012-10-09Use a single location for calculating the alignments.Bill Wendling
2012-10-09tblgen: Rename handleDependencies -> createDependencyFileSean Silva
2012-10-09tblgen: Move dependency file output to a separate function.Sean Silva
2012-10-09Use appropriate method calls to get the alignment value.Bill Wendling
2012-10-09Whitespace.Chad Rosier
2012-10-09Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola
2012-10-09Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling
2012-10-09tblgen: Remove pointless method call.Sean Silva
2012-10-09Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman
2012-10-09Improvements to MIPS64 assembler:David Chisnall
2012-10-09Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow
2012-10-09Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov
2012-10-09Move the 'ParameterOnly' variable inside of the Attributes class and make it ...Bill Wendling
2012-10-09Remove the now dead VarArgsIncompatible variable.Bill Wendling
2012-10-09Use the enum value of the attributes when removing them from the attributes b...Bill Wendling