index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-26
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
2001-11-15
Commented some popTempArg.. since it leads to a bug
Ruchira Sasanka
2001-11-15
Added naming to inserted phi copy values - for easy debugging
Ruchira Sasanka
2001-11-15
Fixed a bug in setReLRegsUsedByMI
Ruchira Sasanka
2001-11-15
Changed some names of methods, added const etc.
Ruchira Sasanka
2001-11-15
Modify AllocateLocalVar method to take a size argument.
Vikram S. Adve
2001-11-15
fixed setUsedRegAtMI
Ruchira Sasanka
2001-11-15
Changed phi elimination code
Ruchira Sasanka
2001-11-14
Small changed to printing a machine operand - It the operand is a def, it prints
Ruchira Sasanka
2001-11-14
Don't assume constant operand can only be in position 1!
Vikram S. Adve
2001-11-14
Idiotic error in last fix.
Vikram S. Adve
2001-11-14
Don't need to load a NULL pointer constant from memory!
Vikram S. Adve
2001-11-14
Added support method for setting interference for pseudo instructions
Ruchira Sasanka
2001-11-14
Added interference for args in pseudo instructions
Ruchira Sasanka
2001-11-14
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-13
commented out lines printing code after scheduling
Ruchira Sasanka
2001-11-13
Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted
Ruchira Sasanka
2001-11-12
Do the same for allocating spills to get their alignment right too.
Vikram S. Adve
2001-11-12
When allocating space on stack for writing a register,
Vikram S. Adve
2001-11-12
Bug fix in offset alignment computations: don't subtract the padding
Vikram S. Adve
2001-11-12
For phi elimination, now we are generating only one instruction
Ruchira Sasanka
2001-11-12
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
Added phi elimination code - not final
Ruchira Sasanka
2001-11-12
Improved printing routines.
Vikram S. Adve
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
Adjust all stack variable offsets to be aligned by size.
Vikram S. Adve
2001-11-11
Fix errors in computing downgrowing offsets, and in
Vikram S. Adve
2001-11-11
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
2001-11-10
Changed code to ignore Phi Nodes in PhyRegAlloc
Ruchira Sasanka
2001-11-10
Coalesing bug fix - now checks for the same regType instead of the same
Ruchira Sasanka
2001-11-09
No major change
Ruchira Sasanka
2001-11-09
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
Vikram S. Adve
2001-11-08
Add method decl
Chris Lattner
2001-11-08
corrected insertCode4Spilled ... bug.
Ruchira Sasanka
2001-11-08
Uncommented LR spill code insertion
Ruchira Sasanka
2001-11-08
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-08
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-11-08
Added two minor methods.
Vikram S. Adve
2001-11-08
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-08
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-06
Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node
Ruchira Sasanka
2001-11-06
Bug fix: uninitialized variable.
Vikram S. Adve
2001-11-05
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-11-05
Make reg. numbers signed ints.
Vikram S. Adve
2001-11-04
Minor method rename
Chris Lattner
2001-11-03
Added an assertion since it seems like AdjList returns an errornous size in m...
Ruchira Sasanka
2001-11-03
Added support for correct spilling of %ccr
Ruchira Sasanka
[next]