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
2004-05-08
Remove unneeded header
Alkis Evlogimenos
2004-05-06
numeric_limits::infinity() apparently does not work on all systems. As a
Chris Lattner
2004-05-01
Operate on the Machine CFG instead of on the LLVM CFG
Chris Lattner
2004-05-01
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
Chris Lattner
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
Brian Gaeke
2004-04-23
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
Brian Gaeke
2004-04-12
Fix bug introduced in previous commit.
Alkis Evlogimenos
2004-04-12
Correctly compute spill weights
Alkis Evlogimenos
2004-04-12
Print def lists a bit more compactly
Alkis Evlogimenos
2004-04-09
Add definition list to each live interval.
Alkis Evlogimenos
2004-03-31
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-03-31
MachineBasicBlock::remove should not modify the iterator passed in
Chris Lattner
2004-03-30
Correctly update LiveVariables when an instruction changes
Alkis Evlogimenos
2004-03-29
Change how the beginnings and ends of MachineFunctions are printed. Get
Brian Gaeke
2004-03-17
Make the set of fixed (preallocated) intervals be a fixed superset of
Alkis Evlogimenos
2004-03-16
Fix PR294
Chris Lattner
2004-03-14
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-09
Spill explicit physical register defs as well.
Alkis Evlogimenos
2004-03-06
As I wrote in the docs, simple is the default spiller :-)
Alkis Evlogimenos
2004-03-06
Add simple spiller.
Alkis Evlogimenos
2004-03-03
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-03-01
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
Adding new Modulo Scheduling graph files.
Tanya Lattner
2004-03-01
Removing old graph files with new graph files that I wrote. Updated ModuloSch...
Tanya Lattner
2004-02-29
Add an assert
Chris Lattner
2004-02-29
Add back #include I messed up
Chris Lattner
2004-02-29
Urg, forgot to check this in.
Chris Lattner
2004-02-29
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-29
Remove use of an ugly header
Chris Lattner
2004-02-29
Move methods out of .h file
Chris Lattner
2004-02-29
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2004-02-29
int64_t -> int
Chris Lattner
2004-02-27
Rename member function to be consistent with the rest.
Alkis Evlogimenos
2004-02-27
Make spiller push stores right after the definition of a register so
Alkis Evlogimenos
2004-02-27
Fix crash caused by passing register 0 to
Alkis Evlogimenos
2004-02-26
Clear maps right after basic block is processed.
Alkis Evlogimenos
2004-02-26
Uncomment assertions that register# != 0 on calls to
Alkis Evlogimenos
2004-02-26
No need to clear the map here, it will always be empty
Chris Lattner
2004-02-25
Fix bugs found with recent addition of assertions in
Alkis Evlogimenos
2004-02-25
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-25
Remove asssert since it is breaking cases that it shouldn't.
Alkis Evlogimenos
2004-02-25
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
Add an assertion
Chris Lattner
2004-02-24
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-24
Move machine code rewriter and spiller outside the register
Alkis Evlogimenos
2004-02-24
Add predicates for checking if a virtual register has a physical
Alkis Evlogimenos
2004-02-23
Make enum private as it is an implementation detail.
Alkis Evlogimenos
2004-02-23
Remove '4Virt' from member function names as it is obvious.
Alkis Evlogimenos
[prev]
[next]