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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
5
-13
/
+12
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
2
-23
/
+19
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
2
-2
/
+2
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
7
-32
/
+20
*
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-26
1
-3
/
+3
*
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
2001-11-26
1
-2
/
+2
*
Commented some popTempArg.. since it leads to a bug
Ruchira Sasanka
2001-11-15
1
-3
/
+11
*
Added naming to inserted phi copy values - for easy debugging
Ruchira Sasanka
2001-11-15
2
-3
/
+9
*
Fixed a bug in setReLRegsUsedByMI
Ruchira Sasanka
2001-11-15
1
-54
/
+75
*
Changed some names of methods, added const etc.
Ruchira Sasanka
2001-11-15
2
-7
/
+8
*
Modify AllocateLocalVar method to take a size argument.
Vikram S. Adve
2001-11-15
1
-3
/
+29
*
fixed setUsedRegAtMI
Ruchira Sasanka
2001-11-15
1
-7
/
+34
*
Changed phi elimination code
Ruchira Sasanka
2001-11-15
1
-1
/
+64
*
Small changed to printing a machine operand - It the operand is a def, it prints
Ruchira Sasanka
2001-11-14
1
-2
/
+6
*
Don't assume constant operand can only be in position 1!
Vikram S. Adve
2001-11-14
1
-2
/
+2
*
Idiotic error in last fix.
Vikram S. Adve
2001-11-14
1
-1
/
+1
*
Don't need to load a NULL pointer constant from memory!
Vikram S. Adve
2001-11-14
1
-2
/
+10
*
Added support method for setting interference for pseudo instructions
Ruchira Sasanka
2001-11-14
1
-25
/
+1
*
Added interference for args in pseudo instructions
Ruchira Sasanka
2001-11-14
1
-8
/
+48
*
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
2
-3
/
+3
*
commented out lines printing code after scheduling
Ruchira Sasanka
2001-11-13
1
-2
/
+2
*
Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted
Ruchira Sasanka
2001-11-13
1
-27
/
+43
*
Do the same for allocating spills to get their alignment right too.
Vikram S. Adve
2001-11-12
1
-1
/
+2
*
When allocating space on stack for writing a register,
Vikram S. Adve
2001-11-12
1
-1
/
+3
*
Bug fix in offset alignment computations: don't subtract the padding
Vikram S. Adve
2001-11-12
1
-37
/
+32
*
For phi elimination, now we are generating only one instruction
Ruchira Sasanka
2001-11-12
1
-15
/
+5
*
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
2
-63
/
+75
*
Added phi elimination code - not final
Ruchira Sasanka
2001-11-12
1
-0
/
+100
*
Improved printing routines.
Vikram S. Adve
2001-11-12
1
-4
/
+14
*
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
4
-37
/
+75
*
Adjust all stack variable offsets to be aligned by size.
Vikram S. Adve
2001-11-12
1
-13
/
+55
*
Fix errors in computing downgrowing offsets, and in
Vikram S. Adve
2001-11-11
1
-11
/
+14
*
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
*
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
*
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
*
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
*
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
4
-23
/
+162
*
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
*
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-11-05
2
-56
/
+144
*
Make reg. numbers signed ints.
Vikram S. Adve
2001-11-05
1
-1
/
+1
*
Minor method rename
Chris Lattner
2001-11-04
1
-2
/
+2
[next]