index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9RegInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This code is dodgy, but the guaranteed assertion failure doesn't help anything.
Brian Gaeke
2004-08-24
1
-1
/
+1
*
Convert to the new MachineFunctionInfo interface
Chris Lattner
2004-08-18
1
-1
/
+1
*
Doxygenify some comments.
Brian Gaeke
2004-08-18
1
-98
/
+88
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
1
-2
/
+2
*
Instead of a virtual method call, lets try a direct constant reference
Chris Lattner
2004-08-12
1
-2
/
+3
*
Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pick
Brian Gaeke
2004-08-04
1
-1
/
+1
*
Fix #includes of i*.h => Instructions.h as per PR403:
Chris Lattner
2004-07-29
1
-2
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-1
/
+1
*
Fix up some spacing & fix a typo in an assertion in cpValue2Value.
Brian Gaeke
2004-06-04
1
-3
/
+3
*
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
Brian Gaeke
2004-06-03
1
-1
/
+1
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-15
/
+15
*
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-25
1
-2
/
+2
*
Make SparcV9RegInfo::getRegType() return the right answer for registers
Brian Gaeke
2004-04-21
1
-5
/
+6
*
Make it legal to ask for the type of a specialreg
Brian Gaeke
2004-04-20
1
-0
/
+2
*
Make it legal to request a load or store of %fsr.
Brian Gaeke
2004-04-19
1
-0
/
+2
*
Tighten up SparcV9FloatCCRegClass::getRegName()'s assertion - if you ask it for
Brian Gaeke
2004-04-19
1
-2
/
+1
*
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-29
1
-1
/
+1
*
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-25
1
-85
/
+85
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
1
-21
/
+24
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-1
/
+1
*
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-02-11
1
-3
/
+3
*
Fix more incestuous #includage.
Chris Lattner
2004-01-09
1
-2
/
+2
*
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-12-17
1
-43
/
+45
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Fix two typos I found in comments.
Brian Gaeke
2003-11-08
1
-2
/
+2
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-2
/
+2
*
LiveRange.h is now in lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
1
-1
/
+1
*
This file just needs LiveRange.h not IGNode.h
Chris Lattner
2003-09-01
1
-2
/
+2
*
No longer include IGNode.h in the Sparc global header
Chris Lattner
2003-09-01
1
-0
/
+1
*
Add code to support stack spill/temp offsets that don't fit in the
Vikram S. Adve
2003-07-29
1
-238
/
+99
*
(1) Major fix to the way unused regs. are marked and found for the FP
Vikram S. Adve
2003-07-25
1
-525
/
+16
*
Simplify code a bit
Chris Lattner
2003-07-21
1
-9
/
+9
*
Added special consideration for instrumentation strategy
Anand Shukla
2003-07-20
1
-0
/
+14
*
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-10
1
-142
/
+22
*
Major bug fix though it happened rarely (only on a compare after an
Vikram S. Adve
2003-07-06
1
-13
/
+9
*
Bug/case fixes:
Vikram S. Adve
2003-07-02
1
-10
/
+22
*
Fix invalid number of arguments problem
Chris Lattner
2003-06-16
1
-2
/
+2
*
* Changed Bcc instructions to behave like BPcc instructions
Misha Brukman
2003-06-06
1
-3
/
+6
*
Add map info for arguments to call (copies)
Anand Shukla
2003-06-01
1
-1
/
+11
*
Extensive changes to the way code generation occurs for function
Vikram S. Adve
2003-05-31
1
-162
/
+156
*
Added 'r' and 'i' annotations to instructions as SparcInstr.def has changed.
Misha Brukman
2003-05-27
1
-19
/
+22
*
Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-27
1
-84
/
+58
*
Namespacified `vector' and `cerr' to always use the `std::' namespace.
Misha Brukman
2003-05-21
1
-53
/
+52
*
Sparc instruction opcodes now all live under the `V9' namespace.
Misha Brukman
2003-05-20
1
-40
/
+41
*
Remove wierd printout
Chris Lattner
2003-05-12
1
-1
/
+1
*
Fix warnings
Chris Lattner
2003-01-15
1
-4
/
+3
*
Adjust to simpler interfaces
Chris Lattner
2003-01-15
1
-35
/
+41
[next]