aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Fix case of pathChris Lattner2005-10-031-1/+1
* This member can be const tooChris Lattner2005-10-031-1/+1
* Expose the actual valuetype of each register classChris Lattner2005-10-021-2/+8
* Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner2005-09-301-11/+13
* trim down the target info structs now that we have a preferred spill register...Chris Lattner2005-09-301-14/+0
* expose a new virtual methodChris Lattner2005-09-301-0/+7
* Change these methods to take RC'sChris Lattner2005-09-301-2/+4
* Add a new flag for targets where setjmp/longjmp saves/restores the signal mask,Chris Lattner2005-09-271-1/+18
* add a new callbackChris Lattner2005-09-171-0/+8
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-0/+5
* Move a bunch of non-deprecated methods above the "deprecated line"Chris Lattner2005-09-021-27/+30
* Fix VC++ build errorsJeff Cohen2005-09-021-0/+1
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-4/+7
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-011-0/+145
* Change the names of member variables per Chris' instructions, and documentReid Spencer2005-08-271-11/+13
* add some forward defsChris Lattner2005-08-261-0/+2
* spell this right!Chris Lattner2005-08-261-1/+1
* Add a hookChris Lattner2005-08-261-0/+11
* Add a new instruction flagChris Lattner2005-08-261-0/+12
* rename hasNativeSupportFor* -> is(Operation|Type)Legal.Chris Lattner2005-08-241-10/+12
* Add a new field to TargetInstrDescriptor for tracking information aboutChris Lattner2005-08-191-0/+15
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-181-7/+0
* Since getSubtarget() always provides a const Subtarget, dont' require the userChris Lattner2005-08-051-3/+3
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-272-7/+7
* allow constants to be relocated like GV (necessary for alpha, as constants ar...Andrew Lenharth2005-07-221-1/+9
* For: memory operations -> storesReid Spencer2005-07-191-0/+67
* Clean up and add comments to the newly implemented subtarget code.Nate Begeman2005-07-121-3/+10
* Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman2005-07-121-6/+1
* Implement Subtarget supportNate Begeman2005-07-122-0/+49
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-051-15/+20
* add some new file typesChris Lattner2005-06-251-1/+1
* refactor these interfaces a bitChris Lattner2005-06-251-5/+12
* header file changes for varargsAndrew Lenharth2005-06-181-6/+5
* Added ModuloSchedSB as a friend class.Tanya Lattner2005-06-171-0/+3
* Pass the dag into LowerOperationChris Lattner2005-05-141-1/+1
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-131-2/+2
* LowerCallTo now takes the cc to useChris Lattner2005-05-121-1/+2
* Add a little hookChris Lattner2005-05-121-0/+14
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-301-0/+6
* Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer2005-04-251-0/+2
* * The aesthetic police is on patrol!!...Misha Brukman2005-04-231-15/+20
* Add a helper methodChris Lattner2005-04-231-0/+1
* Convert tabs to spacesMisha Brukman2005-04-224-79/+76
* Remove trailing whitespaceMisha Brukman2005-04-2110-114/+114
* Make pattern isel default for ppcNate Begeman2005-04-151-0/+7
* Allow targets which produce setcc results in non-MVT::i1 registers to describeChris Lattner2005-04-071-1/+23
* Change LowerCallTo to take a boolean isVarArg argument. This is neededNate Begeman2005-03-261-3/+2
* add a helper methodChris Lattner2005-03-131-0/+5
* Add a new method, described in the comment.Chris Lattner2005-01-191-0/+12
* Move all data members to the end of the class.Chris Lattner2005-01-191-47/+65