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
/
VirtRegMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
1
-8
/
+21
*
Add a missing forward declaration.
David Greene
2007-08-07
1
-0
/
+1
*
More explicit keywords.
Dan Gohman
2007-08-02
1
-1
/
+1
*
Re-materialize all loads from fixed stack slots.
Evan Cheng
2007-04-04
1
-4
/
+4
*
First cut trivial re-materialization support.
Evan Cheng
2007-03-20
1
-5
/
+41
*
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
1
-3
/
+3
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-1
/
+5
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+2
*
More removal of std::cerr and DEBUG, replacing with DOUT instead.
Bill Wendling
2006-11-17
1
-0
/
+2
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
1
-4
/
+4
*
Fix a latent bug that my spiller patch last week exposed: we were leaving
Chris Lattner
2006-05-01
1
-4
/
+3
*
Remove previous patch, which wasn't quite right.
Chris Lattner
2006-05-01
1
-3
/
+10
*
Local spiller kills a store if the folded restore is turned into a copy.
Evan Cheng
2006-04-30
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-1
/
+1
*
When a virtual register is folded into an instruction, keep track of whether
Chris Lattner
2004-10-01
1
-5
/
+8
*
Document this class a bit :-)
Alkis Evlogimenos
2004-10-01
1
-0
/
+34
*
Use longer and more explicit names for instance vars (particularly important
Chris Lattner
2004-09-30
1
-18
/
+16
*
Reindent code, improve comments, move huge nested methods out of classes,
Chris Lattner
2004-09-30
1
-107
/
+103
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add function to clear all virtual->physical mappings but not assigned
Alkis Evlogimenos
2004-07-20
1
-0
/
+5
*
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
1
-0
/
+1
*
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-05-29
1
-2
/
+6
*
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-03-01
1
-1
/
+8
*
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
1
-0
/
+14
*
Rename member function to be consistent with the rest.
Alkis Evlogimenos
2004-02-27
1
-1
/
+1
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
1
-17
/
+13
*
Move machine code rewriter and spiller outside the register
Alkis Evlogimenos
2004-02-24
1
-0
/
+2
*
Add predicates for checking if a virtual register has a physical
Alkis Evlogimenos
2004-02-24
1
-0
/
+8
*
Make enum private as it is an implementation detail.
Alkis Evlogimenos
2004-02-23
1
-5
/
+5
*
Remove '4Virt' from member function names as it is obvious.
Alkis Evlogimenos
2004-02-23
1
-3
/
+3
*
Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug
Alkis Evlogimenos
2004-02-23
1
-0
/
+95