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
2011-03-11
Merge r127263 from mainline, fixes PR9427 for 2.9.
Eric Christopher
2011-03-10
For PR9438:
Bill Wendling
2011-03-08
Merge r127264:
Bill Wendling
2011-03-08
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-07
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
Handle the special case of registers begin redefined by early-clobber defs.
Jakob Stoklund Olesen
2011-03-07
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-06
Typo.
Eric Christopher
2011-03-06
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-06
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-05
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
Missing comment.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
Rework the global split cost calculation.
Jakob Stoklund Olesen
2011-03-05
Compute the constraints for global live range splitting from an interference ...
Jakob Stoklund Olesen
2011-03-05
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-04
Improve readability with some whitespace!
Eric Christopher
2011-03-04
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-04
Go back to comparing spill weights when deciding if interference can be evicted.
Jakob Stoklund Olesen
2011-03-04
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
Number SlotIndexes uniformly without looking at the number of defs on each in...
Jakob Stoklund Olesen
2011-03-04
Add SlotIndex statistics.
Jakob Stoklund Olesen
2011-03-04
Tweak debug output. No functional changes.
Jakob Stoklund Olesen
2011-03-04
Revert commit 126684 "Use the correct shift amount type". It is only the cor...
Duncan Sands
2011-03-04
Minor pre-RA-sched fixes and cleanup.
Andrew Trick
2011-03-04
Precompute block frequencies, pow() isn't free.
Jakob Stoklund Olesen
2011-03-04
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-03
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
Revert r123908; the code in question is completely untested and wrong.
Eli Friedman
2011-03-03
Fix typo.
Devang Patel
2011-03-03
Fix thinko in previous check-in.
Devang Patel
2011-03-03
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-03
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
Renumber slot indexes uniformly instead of spacing according to the number of...
Jakob Stoklund Olesen
2011-03-03
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes.
Jakob Stoklund Olesen
2011-03-03
Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...
Jakob Stoklund Olesen
2011-03-03
Change the SplitEditor interface to a single instance can be shared for multi...
Jakob Stoklund Olesen
2011-03-03
Only run the updateSSA loop when we have actually seen multiple values.
Jakob Stoklund Olesen
2011-03-03
Fix PHI handling in LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-03-02
Avoid exponential blow-up when printing DAGs.
Bob Wilson
2011-03-02
Turn the Edit member into a pointer so it can change dynamically.
Jakob Stoklund Olesen
2011-03-02
Transfer simply defined values directly without recomputing liveness and SSA.
Jakob Stoklund Olesen
[next]