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
/
CodeGen
/
RegAllocSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove extraneous #includes, perform FIXME
Chris Lattner
2002-12-15
1
-10
/
+6
*
Fix borkness with not using MachineBasicBlocks in PHI nodes
Chris Lattner
2002-12-15
1
-12
/
+1
*
Fixed a bug where moves due to phis were being neglected.
Misha Brukman
2002-12-13
1
-23
/
+19
*
Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor
Misha Brukman
2002-12-13
1
-15
/
+10
*
This should be more correct: invalidates physical registers that are used in
Misha Brukman
2002-12-13
1
-4
/
+41
*
Fixed bug with running out of registers. Also, reinstated namespace which
Misha Brukman
2002-12-13
1
-2
/
+5
*
This should handle register allocating PHI nodes.
Misha Brukman
2002-12-13
1
-23
/
+97
*
Start allocating stack space at [ebp-4] to not overwrite the return address.
Misha Brukman
2002-12-13
1
-2
/
+9
*
Take advantage of our knowledge of 2-address X86 instructions and
Misha Brukman
2002-12-12
1
-7
/
+24
*
Added code generation for function prologues and epilogues.
Misha Brukman
2002-12-04
1
-17
/
+32
*
Fun arithmetic with iterators aimed at fixing a bug: inserting instructions
Misha Brukman
2002-12-04
1
-2
/
+4
*
This should fix the bug seen with some registers not being allocated
Misha Brukman
2002-12-03
1
-6
/
+45
*
* Abstracted out stack space allocation into its own function
Misha Brukman
2002-12-02
1
-34
/
+36
*
A simple (spilling) register allocator.
Misha Brukman
2002-11-22
1
-0
/
+219
[prev]