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