aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey
2006-03-24Ignore the burg output files.Reid Spencer
2006-03-23Add support to locate local variables in frames (early version.)Jim Laskey
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner
2006-02-09rename fields of constant pool entriesChris Lattner
2006-02-09Always pass in an alignment.Chris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-27PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-22Add explicit #includes of <iostream>Chris 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-10-24There is no need to build an archive version of this libraryChris Lattner
2005-10-24This file is hopelessly out of dateChris Lattner
2005-10-19This fixes PR638:John Criswell
2005-10-02silence a warningChris Lattner
2005-10-02Adjust to change in ctorChris Lattner
2005-09-30Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner
2005-09-30trim down the target info structs now that we have a preferred spill register...Chris Lattner
2005-09-30stub out a virtual methodChris Lattner
2005-09-30Pass extra regclasses into spilling codeChris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-25Fix some warningsChris Lattner
2005-08-19Put register classes into namespacesChris Lattner
2005-08-19Sparcv9 gets no operand infoChris Lattner
2005-08-02Update to use the new MathExtras.h support for log2 computation.Chris Lattner
2005-07-29turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-22update interfaceAndrew Lenharth
2005-07-11fix a warningChris Lattner
2005-07-01remove some debugging codeChris Lattner
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-06-22If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth
2005-06-19so this doesn't crash when run. It is hard to tell if things are right enoug...Andrew Lenharth
2005-06-18OK, at least get rid of old stuff, and mark what needs to be fixed for V9Andrew Lenharth
2005-06-18Clean up some uninitialized variables and missing return statements thatReid Spencer
2005-06-17Removed IIIi specific changes. This should be fixed to add floating point dep...Tanya Lattner
2005-06-17Special dep graph for SMS for superblocks.Tanya Lattner
2005-06-17Special versions of the dep graph and scheduled for SMS for superblocks.Tanya Lattner
2005-06-17Added statistic to count number of spills.Tanya Lattner
2005-06-17Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e...Tanya Lattner
2005-06-17Added SMS for superblocks as an option (experimental)Tanya Lattner
2005-06-12When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman
2005-05-13clarify that these are v9 optionsChris Lattner
2005-05-13hide this optionChris Lattner
2005-05-11Fixed issue that broke ssa.Tanya Lattner