aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-08Update comment.Bill Wendling
2012-10-08Use the Attributes::Builder to build the attributes in the parser.Bill Wendling
2012-10-08Use DataTypes.hNadav Rotem
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2012-10-08Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling
2012-10-08Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky
2012-10-08Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling
2012-10-08Update comment.Eric Christopher
2012-10-08misched: remove the unused getSpecialAddressLatency hook.Andrew Trick
2012-10-08misched: remove forceUnitLatencies. Defaults are handled by the default Sched...Andrew Trick
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-07Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper
2012-10-07Move more methods out-of-line. This is in preparation for changing the internalBill Wendling
2012-10-05[ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier
2012-10-05Remove extraneous semicolon.Chad Rosier
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow
2012-10-05Add ELF program header.Hemant Kulkarni
2012-10-05Add PowerPC64 definitions for ELF.hAdhemerval Zanella
2012-10-05Move methods out-of-line.Bill Wendling
2012-10-05tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva
2012-10-05tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-10-04Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow
2012-10-04Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-04Backing out my changes, something screwed up from my patches, starting over.Micah Villmow
2012-10-04Create the DataLayout class, as a direct copy of TargetData.Micah Villmow
2012-10-04Accidently checked in the files, only wanted to copy them.Micah Villmow
2012-10-04git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...Micah Villmow
2012-10-04Fix doxygen comment to match parameters' names.Jakub Staszak
2012-10-04Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen
2012-10-04Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer
2012-10-04Fix wrong name in comment.Duncan Sands
2012-10-04Add method to query for NoCapture attribute.Bill Wendling
2012-10-04Use attribute query methods.Bill Wendling
2012-10-04Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling
2012-10-03Added instregex support to TableGen subtarget emitter.Andrew Trick
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva
2012-10-03tblgen: Put new TableGenMain API in place.Sean Silva
2012-10-03Add function to return return attributes.Bill Wendling
2012-10-03No need to call functions which do the same thing as the default.Bill Wendling
2012-10-03Remove assert that's too restrictive.Bill Wendling
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-03Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper
2012-10-03Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth
2012-10-03Switch the SetVector::remove_if implementation to use partition whichChandler Carruth
2012-10-02Revert 165057, per Jim's request. This requires further discussion.Chad Rosier