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
/
RegAllocLinearScan.cpp
Age
Commit message (
Expand
)
Author
2008-03-24
Add an assertion to catch register of illegal class.
Evan Cheng
2008-03-13
Undo tweak. It had no obvious benefit.
Evan Cheng
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
Temporarily revert 48175.
Evan Cheng
2008-03-10
If the register allocator ran out of registers, just abort for now.
Evan Cheng
2008-02-26
Use a smallvector for inactiveCounts and initialize it lazily
Chris Lattner
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-20
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-04
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
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-11
Switch over to MachineLoopInfo.
Evan Cheng
2007-11-17
Live interval splitting:
Evan Cheng
2007-11-15
Adding debug output during coalescing.
Bill Wendling
2007-11-15
Need to increment the iterator.
Bill Wendling
2007-11-12
Refactor some code.
Evan Cheng
2007-11-04
If an interval is being undone clear its preference as well since the source ...
Evan Cheng
2007-11-03
There are times when the coalescer would not coalesce away a copy but the copy
Evan Cheng
2007-10-17
Apply Chris' suggestions.
Evan Cheng
2007-10-17
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-16
Some clean up.
Evan Cheng
2007-10-12
Some clean up.
Evan Cheng
2007-09-06
Pluggable coalescers inplementation.
David Greene
2007-08-13
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-06-08
Factor live variable analysis so it does not do register coalescing
David Greene
2007-05-08
Change names from RA to something unique to get rid of naming conflicts with
Bill Wendling
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-25
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-04-25
Clean up.
Evan Cheng
2007-04-17
Copy coalescing change to prevent a physical register from being pin to a
Evan Cheng
2007-03-20
First cut trivial re-materialization support.
Evan Cheng
2007-02-25
Only add liveinterval to livein set if it isn't assigned a stack slot.
Evan Cheng
2007-02-19
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
For PR1207:
Reid Spencer
2007-02-17
Do not add livein's to entry MBB twice.
Evan Cheng
2007-02-16
Add live-ins to every BB.
Evan Cheng
2006-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
eliminate fp statistic
Chris Lattner
2006-12-02
Unbreak VC++ build.
Jeff Cohen
2006-11-17
Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes
Bill Wendling
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-11-07
Use correct value for float HUGH_VAL.
Jim Laskey
2006-10-24
LinearScanner hotspot.
Jim Laskey
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-02
Final polish on machine pass registries.
Jim Laskey
[next]