summaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Remove dead method.Bill Wendling1-12/+3
2012-10-13Implement new LibCallSimplifier classMeador Inge1-0/+43
2012-10-13[ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2-18/+6
2012-10-12[ms-inline asm] Capitalize per coding standard.Chad Rosier1-1/+1
2012-10-12[ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier1-11/+3
2012-10-12[ms-inline asm] Add a few data members and member functions to theChad Rosier1-0/+24
2012-10-12Correcting enum values mentioned in comments.Andrew Kaylor1-2/+2
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands1-2/+4
2012-10-12Shuffle the virtual destructor down to the base. This should actually pacifyNick Lewycky2-2/+2
2012-10-12Give this class full of virtual functions a virtual destructor. Classes loveNick Lewycky1-1/+3
2012-10-11Remove unnecessary classof()'sSean Silva37-192/+0
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva1-1/+12
2012-10-11Remove extra semicolon.Chad Rosier1-1/+1
2012-10-11Revert 165732 for further review.Micah Villmow4-36/+17
2012-10-11Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung1-1/+1
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow4-17/+36
2012-10-11llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().NAKAMURA Takumi1-3/+3
2012-10-11dependence analysisSebastian Pop4-0/+902
2012-10-11Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling1-1/+1
2012-10-11Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling1-0/+1
2012-10-11Change MachineInstrBuilder::addDisp to copy over target flags by default.Evan Cheng1-4/+13
2012-10-10Formatting and 80-col.Eric Christopher1-11/+11
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem7-6/+420
2012-10-10tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva1-20/+118
2012-10-10Remove unused argument.Bill Wendling1-1/+1
2012-10-10Issue description:Stepan Dyatkovskiy1-2/+11
2012-10-10Cleanup. Get rid of now dead code.Bill Wendling1-34/+5
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling1-41/+3
2012-10-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2-18/+35
2012-10-10TODO commentAndrew Trick1-0/+3
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick5-37/+25
2012-10-10misched: Generate IsBuffered flag for machine resources.Andrew Trick1-2/+9
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling1-19/+14
2012-10-10This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor4-1/+23
2012-10-09misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick1-0/+8
2012-10-09misched: Doxument the TargetSchedule API.Andrew Trick1-7/+22
2012-10-09misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick1-2/+2
2012-10-09misched: Remove LoopDependencies heuristic.Andrew Trick1-70/+0
2012-10-09Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling2-40/+51
2012-10-09Add count() method to MapVectorDouglas Gregor1-0/+5
2012-10-09Add in some interfaces that will allow easier access to the pointer address s...Micah Villmow3-3/+25
2012-10-09Use the attribute enums to query if a function has an attribute.Bill Wendling2-48/+15
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling4-54/+14
2012-10-09Remove this now unused variable macro.Bill Wendling1-1/+0
2012-10-09Use appropriate method calls to get the alignment value.Bill Wendling1-2/+1
2012-10-09Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling1-9/+0
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola1-4/+2
2012-10-09Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling1-38/+75
2012-10-09Not everyone uses C++11, apparentlyDouglas Gregor1-1/+1
2012-10-09Allow MapVector clients to specify the map and vector types, and add aDouglas Gregor1-3/+8