summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* misched: Generate IsBuffered flag for machine resources.Andrew Trick2012-10-10
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-10
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick2012-10-09
* misched: Doxument the TargetSchedule API.Andrew Trick2012-10-09
* misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick2012-10-09
* misched: Remove LoopDependencies heuristic.Andrew Trick2012-10-09
* Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling2012-10-09
* Add count() method to MapVectorDouglas Gregor2012-10-09
* Add in some interfaces that will allow easier access to the pointer address s...Micah Villmow2012-10-09
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Remove this now unused variable macro.Bill Wendling2012-10-09
* Use appropriate method calls to get the alignment value.Bill Wendling2012-10-09
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-09
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling2012-10-09
* Not everyone uses C++11, apparentlyDouglas Gregor2012-10-09
* Allow MapVector clients to specify the map and vector types, and add aDouglas Gregor2012-10-09
* More descriptive, doxygen-ed commentsMichael Ilseman2012-10-09
* New value_op_iterator for User. This allows other code to iterate over the Us...Michael Ilseman2012-10-09
* Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow2012-10-09
* Move the 'ParameterOnly' variable inside of the Attributes class and make it ...Bill Wendling2012-10-09
* Remove the now dead VarArgsIncompatible variable.Bill Wendling2012-10-09
* Use the enum value of the attributes when removing them from the attributes b...Bill Wendling2012-10-09
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Fix PR14016.Alexey Samsonov2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove some dead methods.Bill Wendling2012-10-09
* Remove ifdef'd code.Bill Wendling2012-10-09
* whitespaceNadav Rotem2012-10-09
* Move misplaced comment.Sean Silva2012-10-09
* Remove a couple more 'hasAttrSomewhere' calls.Bill Wendling2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-09
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-09
* Update comment.Bill Wendling2012-10-08
* Use the Attributes::Builder to build the attributes in the parser.Bill Wendling2012-10-08
* Use DataTypes.hNadav Rotem2012-10-08
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-08
* Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling2012-10-08
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-08
* Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling2012-10-08
* Update comment.Eric Christopher2012-10-08
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-08
* misched: remove forceUnitLatencies. Defaults are handled by the default Sched...Andrew Trick2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper2012-10-07
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-07
* [ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier2012-10-05
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05