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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added phi elimination code - not final
Ruchira Sasanka
2001-11-12
1
-0
/
+100
*
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
4
-37
/
+75
*
Fix dumb bug in alignment adjustment code!
Vikram S. Adve
2001-11-12
1
-1
/
+1
*
Fix bogus code that was eliminating needed args.
Vikram S. Adve
2001-11-11
1
-5
/
+1
*
Fixed FP and SP usage. SP for outgoing args - for everything else FP
Ruchira Sasanka
2001-11-11
1
-2
/
+2
*
cahnged StackPointer accesses to FramePointer
Ruchira Sasanka
2001-11-11
1
-6
/
+6
*
Down-growing offsets from FP should start at 0, not -1.
Vikram S. Adve
2001-11-11
1
-1
/
+1
*
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
2001-11-11
2
-31
/
+40
*
Changed code to ignore Phi Nodes in PhyRegAlloc
Ruchira Sasanka
2001-11-10
2
-1
/
+8
*
Corrected reodering code for instructions inserted before calls
Ruchira Sasanka
2001-11-10
2
-125
/
+210
*
Several bug fixes in printing constants, particularly with unsized
Vikram S. Adve
2001-11-10
1
-42
/
+88
*
Must generate an instruction for GetElementPtr if single user is not
Vikram S. Adve
2001-11-10
1
-10
/
+20
*
Disabled some debuggin messages
Ruchira Sasanka
2001-11-10
1
-12
/
+17
*
Coalesing bug fix - now checks for the same regType instead of the same
Ruchira Sasanka
2001-11-10
1
-3
/
+6
*
No major change
Ruchira Sasanka
2001-11-09
1
-3
/
+3
*
Added code for correct reordering of call arguments
Ruchira Sasanka
2001-11-09
2
-3
/
+240
*
Added class MachineCacheInfo.
Vikram S. Adve
2001-11-09
1
-1
/
+27
*
Add support to print constant arrays and structures.
Vikram S. Adve
2001-11-09
1
-26
/
+68
*
Do the same for float->int that we did for int->float earlier.
Vikram S. Adve
2001-11-09
1
-54
/
+102
*
Added function UltraSparcInstrInfo::CreateCodeToCopyFloatToInt.
Vikram S. Adve
2001-11-09
1
-19
/
+53
*
Added class UltraSparcCacheInfo.
Vikram S. Adve
2001-11-09
1
-1
/
+2
*
Bug fix: Need to include the stack offset "bias" in assembly code itself.
Vikram S. Adve
2001-11-09
1
-8
/
+39
*
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
Vikram S. Adve
2001-11-09
1
-36
/
+38
*
Add method decl
Chris Lattner
2001-11-08
1
-0
/
+4
*
corrected insertCode4Spilled ... bug.
Ruchira Sasanka
2001-11-08
1
-8
/
+17
*
Uncommented LR spill code insertion
Ruchira Sasanka
2001-11-08
1
-2
/
+85
*
Bug fix: need to use .reserve for uninitialized data.
Vikram S. Adve
2001-11-08
1
-6
/
+5
*
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-08
2
-171
/
+69
*
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-11-08
1
-1
/
+1
*
Add handle to TargetMachine object in all Machine...Info classes.
Vikram S. Adve
2001-11-08
2
-5
/
+8
*
Added support for bitwise logical operators. Use different labels for
Vikram S. Adve
2001-11-08
1
-4
/
+29
*
Fixed function getEscapedString to follow the Sparc assembly rules
Vikram S. Adve
2001-11-08
1
-107
/
+150
*
Fix bugs in FITOS/D instruction generation.
Vikram S. Adve
2001-11-08
1
-68
/
+116
*
Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat.
Vikram S. Adve
2001-11-08
1
-6
/
+64
*
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-08
1
-31
/
+53
*
Use MachineFrameInfo as base class of UltraSparcFrameInfo, and made
Vikram S. Adve
2001-11-08
2
-59
/
+144
*
Added two minor methods.
Vikram S. Adve
2001-11-08
2
-3
/
+8
*
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-08
2
-293
/
+38
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
3
-3
/
+12
*
Killing warnings
Chris Lattner
2001-11-07
3
-8
/
+10
*
Squelch warnings about not returning a value
Chris Lattner
2001-11-07
1
-3
/
+4
*
Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node
Ruchira Sasanka
2001-11-06
1
-8
/
+17
*
Bug fix: uninitialized variable.
Vikram S. Adve
2001-11-06
1
-5
/
+5
*
Bug fix: Printing AdIBef and AdIAft outside the scope where they
Vikram S. Adve
2001-11-06
1
-7
/
+7
*
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-11-05
2
-56
/
+144
*
Generate code for Rem instruction.
Vikram S. Adve
2001-11-04
1
-19
/
+53
*
Fixed instruction information for RDCCR and WRCCR.
Vikram S. Adve
2001-11-04
3
-59
/
+128
*
Minor method rename
Chris Lattner
2001-11-04
2
-3
/
+3
*
Added an assertion since it seems like AdjList returns an errornous size in m...
Ruchira Sasanka
2001-11-03
1
-2
/
+7
*
Added support for correct spilling of %ccr
Ruchira Sasanka
2001-11-03
2
-61
/
+29
[next]