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
/
RegAlloc
/
PhyRegAlloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Operand numbers are now ints. Save the register allocation of the value
Brian Gaeke
2003-11-10
1
-0
/
+3
*
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-24
1
-2
/
+4
*
Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.
Brian Gaeke
2003-10-23
1
-1
/
+1
*
* Fix order of #include files
Misha Brukman
2003-10-23
1
-9
/
+10
*
Change the type of FnAllocState.
Brian Gaeke
2003-10-22
1
-1
/
+1
*
Add prototype for verifySavedState().
Brian Gaeke
2003-10-22
1
-0
/
+1
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
1
-0
/
+6
*
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-23
1
-21
/
+16
*
Erase now-unused prototypes.
Brian Gaeke
2003-09-21
1
-3
/
+0
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
1
-4
/
+2
*
I tried to standardize the formatting and tidy up the huge amount of
Brian Gaeke
2003-09-21
1
-8
/
+3
*
Convert PhyRegAlloc into a proper pass.
Brian Gaeke
2003-09-21
1
-16
/
+28
*
Edit comment for accuracy
Brian Gaeke
2003-09-16
1
-3
/
+3
*
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
1
-1
/
+1
*
Add a map
Chris Lattner
2003-08-05
1
-0
/
+4
*
Minor cleanups
Chris Lattner
2003-08-05
1
-23
/
+22
*
Code to insert caller-saves moved here from SparcRegInfo: it is now
Vikram S. Adve
2003-07-29
1
-9
/
+22
*
Remove unused field. Change the way unused regs. are marked and
Vikram S. Adve
2003-07-25
1
-10
/
+11
*
Minor changes.
Vikram S. Adve
2003-05-31
1
-0
/
+5
*
Remvoe dependency on RegClass.h
Chris Lattner
2003-01-15
1
-3
/
+4
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-4
/
+4
*
Remove #include, misleading comment, and a typedef used only once
Chris Lattner
2002-10-29
1
-25
/
+4
*
Rename some regalloc fields
Chris Lattner
2002-10-28
1
-4
/
+4
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-2
/
+2
*
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-07-08
1
-6
/
+7
*
Don't lose namespace qualifications on previous patch.
Chris Lattner
2002-05-20
1
-2
/
+2
*
InstrnsBefore and InstrnsAfter are now vectors instead of deques.
Vikram S. Adve
2002-05-19
1
-3
/
+3
*
Include appropriate file
Chris Lattner
2002-04-28
1
-0
/
+2
*
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
1
-4
/
+4
*
s/Method/Function
Chris Lattner
2002-04-27
1
-5
/
+5
*
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-25
1
-0
/
+1
*
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-09
1
-4
/
+2
*
s/Method/Function
Chris Lattner
2002-04-08
1
-3
/
+3
*
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-03-18
1
-2
/
+13
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
1
-6
/
+6
*
Switch register allocator over to using LoopInfo directly instead of indirect...
Chris Lattner
2002-02-04
1
-3
/
+3
*
Make #include "llvm/Analysis/LoopDepth.h" be an internal artifact of how regi...
Chris Lattner
2002-02-04
1
-14
/
+13
*
* Minor cleanups
Chris Lattner
2002-02-04
1
-5
/
+3
*
Add a class forward decl
Chris Lattner
2002-02-03
1
-3
/
+2
*
LoopDepth calculation is now in CFG namespace
Chris Lattner
2002-01-31
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-12
/
+6
*
Added comments, destructors where necessary.
Ruchira Sasanka
2002-01-07
1
-16
/
+20
*
Changed some names of methods, added const etc.
Ruchira Sasanka
2001-11-15
1
-6
/
+7
*
Added support method for setting interference for pseudo instructions
Ruchira Sasanka
2001-11-14
1
-25
/
+1
*
Add method decl
Chris Lattner
2001-11-08
1
-0
/
+4
*
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-08
1
-76
/
+4
*
Added support for correct spilling of %ccr
Ruchira Sasanka
2001-11-03
1
-1
/
+12
*
Arranged stack frame - needs furhter organization
Ruchira Sasanka
2001-11-03
1
-0
/
+18
[next]