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
/
RegAllocBigBlock.cpp
Age
Commit message (
Expand
)
Author
2009-07-30
Removed the BigBlock register allocator.
Lang Hames
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-02-12
Adjust the sizes for a few SmallVectors to reflect their usage.
Dan Gohman
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2008-11-24
Minor fix debug for register allocation debug output.
Matthijs Kooijman
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-02-26
Rename PrintableName to Name.
Bill Wendling
2008-02-26
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-22
Same isPhysRegAvailable bug as local register allocator.
Evan Cheng
2008-02-20
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-15
Remove unnecessary #include.
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-08
Forgot these files.
Evan Cheng
2008-01-29
RegAllocBigBlock doesn't need LiveVariables either.
Owen Anderson
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-05
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
Evan Cheng
2007-12-02
Remove redundant foldMemoryOperand variants and other code clean up.
Evan Cheng
2007-09-17
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-06-27
ok, this is something of a dirty hack, but it seems to work. (fixes e.g.
Duraid Madina
2007-06-27
ok, this much doesn't seem to bork anything
Duraid Madina
2007-06-27
revert evan's fixes (and my doofusness) since they had a huge code
Duraid Madina
2007-06-27
pull evan's fixes - should help the nightly tester (but there are still
Duraid Madina
2007-06-26
tidy this file up a bit
Duraid Madina
2007-06-25
A bunch of fixes to the BigBlock allocator improve compile-time by ~20%
Duraid Madina
2007-06-22
check in the BigBlock local register allocator
Duraid Madina