summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Remove extraneous semicolon.Chad Rosier2012-10-05
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* Add ELF program header.Hemant Kulkarni2012-10-05
* Add PowerPC64 definitions for ELF.hAdhemerval Zanella2012-10-05
* Move methods out-of-line.Bill Wendling2012-10-05
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-05
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-05
* tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva2012-10-05
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-04
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-04
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-04
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-04
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-04
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...Micah Villmow2012-10-04
* Fix doxygen comment to match parameters' names.Jakub Staszak2012-10-04
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-04
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Fix wrong name in comment.Duncan Sands2012-10-04
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Use attribute query methods.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-03
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-03
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-03
* Add function to return return attributes.Bill Wendling2012-10-03
* No need to call functions which do the same thing as the default.Bill Wendling2012-10-03
* Remove assert that's too restrictive.Bill Wendling2012-10-03
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-03
* Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth2012-10-03
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-03
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-02
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Clean up these doxygen comments to follow the proposed new style. ThisChandler Carruth2012-10-02
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-02
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* [ms-inline asm] Expose the getReg() function in the base class.Chad Rosier2012-10-01
* Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2012-10-01