summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow35-223/+170
2012-10-07Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper1-16/+1
2012-10-07Move more methods out-of-line. This is in preparation for changing the internalBill Wendling1-26/+13
2012-10-05[ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier1-0/+2
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier1-2/+6
2012-10-05Remove extraneous semicolon.Chad Rosier1-1/+1
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2-324/+13
2012-10-05Add ELF program header.Hemant Kulkarni1-0/+29
2012-10-05Add PowerPC64 definitions for ELF.hAdhemerval Zanella1-0/+4
2012-10-05Move methods out-of-line.Bill Wendling1-198/+81
2012-10-05tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva1-5/+5
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva1-5/+5
2012-10-05tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva1-8/+62
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman1-4/+3
2012-10-04Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2-35/+37
2012-10-04Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow1-0/+363
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2-11/+11
2012-10-04Backing out my changes, something screwed up from my patches, starting over.Micah Villmow1-363/+0
2012-10-04Create the DataLayout class, as a direct copy of TargetData.Micah Villmow1-0/+363
2012-10-04Accidently checked in the files, only wanted to copy them.Micah Villmow1-363/+0
2012-10-04git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...Micah Villmow1-0/+363
2012-10-04Fix doxygen comment to match parameters' names.Jakub Staszak1-1/+1
2012-10-04Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen1-0/+1
2012-10-04Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer1-0/+7
2012-10-04Fix wrong name in comment.Duncan Sands1-2/+2
2012-10-04Add method to query for NoCapture attribute.Bill Wendling2-2/+7
2012-10-04Use attribute query methods.Bill Wendling1-3/+3
2012-10-04Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2-0/+5
2012-10-03Added instregex support to TableGen subtarget emitter.Andrew Trick1-2/+11
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva2-40/+0
2012-10-03tblgen: Put new TableGenMain API in place.Sean Silva1-0/+8
2012-10-03Add function to return return attributes.Bill Wendling1-0/+6
2012-10-03No need to call functions which do the same thing as the default.Bill Wendling1-4/+0
2012-10-03Remove assert that's too restrictive.Bill Wendling1-1/+4
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling2-0/+36
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher1-2/+7
2012-10-03Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper1-4/+0
2012-10-03Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth1-8/+28
2012-10-03Switch the SetVector::remove_if implementation to use partition whichChandler Carruth1-2/+3
2012-10-02Revert 165057, per Jim's request. This requires further discussion.Chad Rosier1-7/+0
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth1-0/+26
2012-10-02Clean up these doxygen comments to follow the proposed new style. ThisChandler Carruth1-21/+22
2012-10-02[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier1-0/+7
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor3-3/+148
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher1-7/+2
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor1-1/+2
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier1-7/+6
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach1-0/+7
2012-10-01[ms-inline asm] Expose the getReg() function in the base class.Chad Rosier1-0/+2
2012-10-01Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2-2/+21