aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add commentsChris Lattner2005-01-161-3/+28
* Revamp supported ops. Instead of just being supported or not, we now keepChris Lattner2005-01-161-19/+66
* Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner2005-01-161-7/+7
* Move some information out of LegalizeDAG into the generic Target interface.Chris Lattner2005-01-161-2/+34
* Add a new target-independent code generator flag.Chris Lattner2005-01-151-0/+9
* Add interfaces to lower varargs and return/frame address intrinsics.Chris Lattner2005-01-091-0/+31
* Make LowerCallTo more generic and useful.Chris Lattner2005-01-081-3/+6
* First draft of a new Target interfaceChris Lattner2005-01-071-0/+175
* Add some bits that can be set on instructions. Renumber existing bits soChris Lattner2005-01-021-5/+30
* Fix a warningChris Lattner2004-11-211-0/+1
* Add new methods that a target should implementChris Lattner2004-11-201-8/+27
* Allow targets to implement relocation support.Chris Lattner2004-11-201-0/+11
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-274-4/+8
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-271-1/+1
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-271-1/+1
* Remove dead data member in MRegisterInfo class. Thanks sabre!Nate Begeman2004-10-271-1/+0
* Remove method getRegClass from MRegisterInfo, as it is no longer used.Nate Begeman2004-10-261-9/+0
* Remove a dead class. Thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-251-26/+0
* Be consistent with our namingChris Lattner2004-09-281-2/+2
* Capture information about whether the target instructions have delay slotsChris Lattner2004-09-281-0/+9
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-281-1/+2
* Changes For Bug 352Reid Spencer2004-09-014-4/+4
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-291-2/+2
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-261-0/+4
* M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it andBrian Gaeke2004-08-181-5/+0
* M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor.Brian Gaeke2004-08-181-4/+0
* Add punctuation, add a new methodChris Lattner2004-08-171-2/+6
* Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner2004-08-161-4/+16
* Add new TargetRegisterClass::contains methodChris Lattner2004-08-151-0/+8
* Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner2004-08-151-25/+11
* Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner2004-08-151-4/+2
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-151-1/+1
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-141-2/+1
* Allow targets to specify particular stack slots that certain physregs mustChris Lattner2004-08-121-0/+17
* Remove dead methodsChris Lattner2004-08-121-12/+0
* Remove dead methodsChris Lattner2004-08-121-11/+0
* Add new constructor.Misha Brukman2004-08-101-0/+3
* getResultPos() is dead.Brian Gaeke2004-08-041-3/+0
* Adding friend MSSchedule for ModuloScheduling pass.Tanya Lattner2004-08-011-0/+1
* Fix warningChris Lattner2004-08-011-0/+2
* Change signature to take two basic blocks: the target and the oneAlkis Evlogimenos2004-07-311-4/+4
* Doxygenify some comments.Alkis Evlogimenos2004-07-311-10/+6
* Remove const from iterators passed by value.Alkis Evlogimenos2004-07-311-2/+2