aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead methods.Bill Wendling2012-10-092-21/+0
* Remove ifdef'd code.Bill Wendling2012-10-091-38/+0
* whitespaceNadav Rotem2012-10-091-2/+1
* Move misplaced comment.Sean Silva2012-10-091-2/+2
* Remove a couple more 'hasAttrSomewhere' calls.Bill Wendling2012-10-091-2/+8
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-092-17/+56
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-091-1/+11
* Update comment.Bill Wendling2012-10-081-1/+1
* Use the Attributes::Builder to build the attributes in the parser.Bill Wendling2012-10-081-1/+49
* Use DataTypes.hNadav Rotem2012-10-081-1/+1
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-083-17/+44
* Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling2012-10-081-0/+1
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-081-1/+1
* Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling2012-10-082-17/+94
* Update comment.Eric Christopher2012-10-081-1/+2
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-081-6/+0
* misched: remove forceUnitLatencies. Defaults are handled by the default Sched...Andrew Trick2012-10-081-5/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-0835-223/+170
* Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper2012-10-071-16/+1
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-071-26/+13
* [ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier2012-10-051-0/+2
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-2/+6
* Remove extraneous semicolon.Chad Rosier2012-10-051-1/+1
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-052-324/+13
* Add ELF program header.Hemant Kulkarni2012-10-051-0/+29
* Add PowerPC64 definitions for ELF.hAdhemerval Zanella2012-10-051-0/+4
* Move methods out-of-line.Bill Wendling2012-10-051-198/+81
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-051-5/+5
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-051-5/+5
* tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva2012-10-051-8/+62
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-4/+3
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-042-35/+37
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-041-0/+363
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-042-11/+11
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-041-363/+0
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-041-0/+363
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-041-363/+0
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...Micah Villmow2012-10-041-0/+363
* Fix doxygen comment to match parameters' names.Jakub Staszak2012-10-041-1/+1
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-041-0/+1
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-0/+7
* Fix wrong name in comment.Duncan Sands2012-10-041-2/+2
* Add method to query for NoCapture attribute.Bill Wendling2012-10-042-2/+7
* Use attribute query methods.Bill Wendling2012-10-041-3/+3
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-042-0/+5
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-031-2/+11
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-032-40/+0
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-031-0/+8
* Add function to return return attributes.Bill Wendling2012-10-031-0/+6
* No need to call functions which do the same thing as the default.Bill Wendling2012-10-031-4/+0