aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Skeleton
AgeCommit message (Expand)Author
2006-04-13Remove .cvsignore so that this directory can be pruned.Reid Spencer
2006-02-16Remove the skeleton target, it doesn't produce useful code and there areChris Lattner
2006-01-27PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner
2005-12-01Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner
2005-09-30CR registers are not used by this "target"Chris Lattner
2005-09-30Pass extra regclasses into spilling codeChris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-19put reg classes into namespaceChris Lattner
2005-08-19The skeleton target has never had an iselChris Lattner
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-21ignore generated filesChris Lattner
2004-11-20getJITStubForFunction is optional and unimplemented, just remove it for now.Chris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-26Remove include of MRegisterInfo.h, since it is already included byNate Begeman
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-21Make sure to set the operand listChris Lattner
2004-09-14Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner
2004-08-29Register sizes should be specified in bitsNate Begeman
2004-08-15Code insertion methods now return void instead of #instrs insertedChris Lattner
2004-08-15These methods no longer take a TargetRegisterClass* operand.Chris Lattner
2004-08-14Eliminate MachineFunction& argument from eliminateFrameIndex in Skeleton targetNate Begeman
2004-07-16Fix grammar.Misha Brukman
2004-07-16Initial checkin of the rest of the skeleton targetChris Lattner
2004-07-16Initial skeleton tablegen filesChris Lattner
2004-07-16Add skeleton makefileChris Lattner
2004-07-16Initial readmeChris Lattner