index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9RegInfo.cpp
Age
Commit message (
Expand
)
Author
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-21
Make SparcV9RegInfo::getRegType() return the right answer for registers
Brian Gaeke
2004-04-20
Make it legal to ask for the type of a specialreg
Brian Gaeke
2004-04-19
Make it legal to request a load or store of %fsr.
Brian Gaeke
2004-04-19
Tighten up SparcV9FloatCCRegClass::getRegName()'s assertion - if you ask it for
Brian Gaeke
2004-02-29
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-22
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-11
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-01-09
Fix more incestuous #includage.
Chris Lattner
2003-12-17
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-08
Fix two typos I found in comments.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-09-01
LiveRange.h is now in lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
This file just needs LiveRange.h not IGNode.h
Chris Lattner
2003-09-01
No longer include IGNode.h in the Sparc global header
Chris Lattner
2003-07-29
Add code to support stack spill/temp offsets that don't fit in the
Vikram S. Adve
2003-07-25
(1) Major fix to the way unused regs. are marked and found for the FP
Vikram S. Adve
2003-07-21
Simplify code a bit
Chris Lattner
2003-07-20
Added special consideration for instrumentation strategy
Anand Shukla
2003-07-10
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-06
Major bug fix though it happened rarely (only on a compare after an
Vikram S. Adve
2003-07-02
Bug/case fixes:
Vikram S. Adve
2003-06-16
Fix invalid number of arguments problem
Chris Lattner
2003-06-06
* Changed Bcc instructions to behave like BPcc instructions
Misha Brukman
2003-06-01
Add map info for arguments to call (copies)
Anand Shukla
2003-05-31
Extensive changes to the way code generation occurs for function
Vikram S. Adve
2003-05-27
Added 'r' and 'i' annotations to instructions as SparcInstr.def has changed.
Misha Brukman
2003-05-27
Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-21
Namespacified `vector' and `cerr' to always use the `std::' namespace.
Misha Brukman
2003-05-20
Sparc instruction opcodes now all live under the `V9' namespace.
Misha Brukman
2003-05-12
Remove wierd printout
Chris Lattner
2003-01-15
Fix warnings
Chris Lattner
2003-01-15
Adjust to simpler interfaces
Chris Lattner
2003-01-15
#include RegClass.h explicitly
Chris Lattner
2003-01-15
Move private header to private directory
Chris Lattner
2003-01-15
Prune #includes
Chris Lattner
2003-01-15
Use BuildMI more, Create*Instruction less
Chris Lattner
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-28
* Rename machineFrameInfo to targetFrameInfo
Chris Lattner
2002-10-29
Remove unneccesary #includes
Chris Lattner
2002-10-28
Don't pass default args
Chris Lattner
2002-10-28
Don't bother passing in default value
Chris Lattner
2002-10-28
Fixes to work with updated RegAlloc
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
[next]