aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10TODO commentAndrew Trick
2012-10-10TableGen subtarget emitter cleanup.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-10misched: Generate IsBuffered flag for machine resources.Andrew Trick
2012-10-10whitespaceAndrew Trick
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-10Test case for r165480.Craig Topper
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-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-09Add extra vim swap file patternMichael Liao
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: Doxument the TargetSchedule API.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-09Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling
2012-10-09Initial assembler implementation of Mips load address macroJack Carter
2012-10-09Add count() method to MapVectorDouglas Gregor
2012-10-09Add in some interfaces that will allow easier access to the pointer address s...Micah Villmow
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-09Remove this now unused variable macro.Bill Wendling
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-09Not everyone uses C++11, apparentlyDouglas Gregor
2012-10-09Allow MapVector clients to specify the map and vector types, and add aDouglas Gregor
2012-10-09More descriptive, doxygen-ed commentsMichael Ilseman
2012-10-09tblgen: Remove pointless method call.Sean Silva
2012-10-09New EarlyCSE tests for CSE-ing across commutativity.Michael Ilseman
2012-10-09Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman
2012-10-09New value_op_iterator for User. This allows other code to iterate over the Us...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