aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Skeleton
Commit message (Expand)AuthorAgeFilesLines
* Remove the skeleton target, it doesn't produce useful code and there areChris Lattner2006-02-1614-614/+0
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-272-4/+1
* Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman2005-12-011-2/+2
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-082-2/+3
* CR registers are not used by this "target"Chris Lattner2005-09-302-8/+1
* Pass extra regclasses into spilling codeChris Lattner2005-09-302-5/+9
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-012-2/+4
* put reg classes into namespaceChris Lattner2005-08-191-2/+2
* The skeleton target has never had an iselChris Lattner2005-08-192-21/+0
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-252-4/+7
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-219-33/+33
* ignore generated filesChris Lattner2004-11-211-0/+2
* getJITStubForFunction is optional and unimplemented, just remove it for now.Chris Lattner2004-11-202-12/+0
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Remove include of MRegisterInfo.h, since it is already included byNate Begeman2004-10-261-2/+0
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-30/+4
* We won't use automakeReid Spencer2004-10-222-721/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+690
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+4
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+31
* Make sure to set the operand listChris Lattner2004-09-211-5/+6
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-141-29/+48
* Register sizes should be specified in bitsNate Begeman2004-08-291-2/+2
* Code insertion methods now return void instead of #instrs insertedChris Lattner2004-08-152-18/+15
* These methods no longer take a TargetRegisterClass* operand.Chris Lattner2004-08-152-12/+8
* Eliminate MachineFunction& argument from eliminateFrameIndex in Skeleton targetNate Begeman2004-08-142-4/+3
* Fix grammar.Misha Brukman2004-07-161-2/+1
* Initial checkin of the rest of the skeleton targetChris Lattner2004-07-1612-4/+440
* Initial skeleton tablegen filesChris Lattner2004-07-163-0/+165
* Add skeleton makefileChris Lattner2004-07-161-0/+44
* Initial readmeChris Lattner2004-07-161-0/+19