index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
SparcV9
/
RegAlloc
/
PhyRegAlloc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This target is no longer built. The ,v files now live in the reoptimizer.
Chris Lattner
2006-04-20
1
-1366
/
+0
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-3
/
+3
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-60
/
+60
*
Added statistic to count number of spills.
Tanya Lattner
2005-06-17
1
-0
/
+3
*
When compiled with GCC 4.0, a latent bug was exposed where both SparcV9
Nate Begeman
2005-06-12
1
-19
/
+19
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-164
/
+164
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Fix bug in PhyRegAlloc::setCallInterferences() handling call through a
Brian Gaeke
2004-08-24
1
-2
/
+3
*
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Brian Gaeke
2004-08-18
1
-2
/
+2
*
Convert to the new MachineFunctionInfo interface
Chris Lattner
2004-08-18
1
-6
/
+6
*
The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW,
Brian Gaeke
2004-08-18
1
-9
/
+0
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
1
-2
/
+2
*
dumpSavedState has outlived its usefulness.
Brian Gaeke
2004-08-06
1
-46
/
+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
*
Get rid of calls to void llvm::printSet(const ValueSet &).
Brian Gaeke
2004-07-29
1
-11
/
+6
*
TargetInstrInfo::getNOPOpCode() has been replaced by a reference to V9::NOP.
Brian Gaeke
2004-07-27
1
-1
/
+2
*
bug 122:
Reid Spencer
2004-07-18
1
-1
/
+1
*
IA64 compat
Chris Lattner
2004-07-16
1
-1
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
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
-18
/
+18
*
Reduce the amount of LLVM Values for which we save reg. allocator
Brian Gaeke
2004-05-30
1
-9
/
+14
*
Rename verifySavedState to dumpSavedState. Give it a new comment.
Brian Gaeke
2004-05-30
1
-8
/
+10
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-4
/
+4
*
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-03-31
1
-1
/
+1
*
Don't warn about a null live range if the Value is a ConstantIntegral.
Brian Gaeke
2004-03-29
1
-1
/
+1
*
Get rid of the abort in PhyRegAlloc::finishSavingState().
Brian Gaeke
2004-03-11
1
-5
/
+6
*
In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
Brian Gaeke
2004-03-11
1
-10
/
+30
*
Move all the SaveState options and stuff inton one spot at the top of the file.
Brian Gaeke
2004-03-10
1
-8
/
+10
*
Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.
Brian Gaeke
2004-03-10
1
-3
/
+4
*
Save argument list alloc state by recording it as the operands of Instruction
Brian Gaeke
2004-03-08
1
-2
/
+10
*
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
-0
/
+1379