aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-11dependence analysisSebastian Pop
2012-10-11Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling
2012-10-11Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling
2012-10-10PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/endMark Seaborn
2012-10-11Change MachineInstrBuilder::addDisp to copy over target flags by default.Evan Cheng
2012-10-10Formatting and 80-col.Eric Christopher
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva
2012-10-10Remove unused argument.Bill Wendling
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-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling
2012-10-10TODO commentAndrew 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-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-10This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor
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-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-09Remove this now unused variable macro.Bill Wendling
2012-10-09Use appropriate method calls to get the alignment value.Bill Wendling
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-09New value_op_iterator for User. This allows other code to iterate over the Us...Michael Ilseman
2012-10-09Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow
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
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling
2012-10-09Fix PR14016.Alexey Samsonov
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Remove some dead methods.Bill Wendling
2012-10-09Remove ifdef'd code.Bill Wendling
2012-10-09whitespaceNadav Rotem
2012-10-09Move misplaced comment.Sean Silva
2012-10-09Remove a couple more 'hasAttrSomewhere' calls.Bill Wendling
2012-10-09Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling
2012-10-09Convert to using the Attributes::Builder interface.Bill Wendling