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-14
BIT_CONVERT has been renamed to BITCAST.
Evan Cheng
2011-03-14
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-13
Now that we are deleting unused live intervals during allocation, pointers ma...
Jakob Stoklund Olesen
2011-03-13
Tell the register allocator about new unused virtual registers.
Jakob Stoklund Olesen
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-12
Include snippets in the live stack interval.
Jakob Stoklund Olesen
2011-03-12
Spill multiple registers at once.
Jakob Stoklund Olesen
2011-03-12
That's it, I am declaring this a failure of the C++03 STL.
Jakob Stoklund Olesen
2011-03-11
Fix the GCC test suite issue exposed by r127477, which was caused by stack
Cameron Zwarich
2011-03-11
Teach FastISel to support register-immediate-immediate instructions.
Owen Anderson
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
Replace -dag-chain-limit flag with constant. It has survived a release cycle ...
Andrew Trick
2011-03-11
Fix use of CompEnd predicate to be standards conforming
John Wiegley
2011-03-11
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-10
Add an option to disable critical edge splitting in PHIElimination.
Cameron Zwarich
2011-03-10
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-03-10
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-09
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
Make physreg coalescing independent on the number of uses of the virtual regi...
Jakob Stoklund Olesen
2011-03-09
Improve pre-RA-sched register pressure tracking for duplicate operands.
Andrew Trick
2011-03-09
Fix typo, make helper static.
Benjamin Kramer
2011-03-09
Remove unused virtual dtor.
Benjamin Kramer
2011-03-09
Add a virtual dtor to Delegate to silence -Wnon-virtual-dtor
Matt Beaumont-Gay
2011-03-09
Add a LiveRangeEdit::Delegate protocol.
Jakob Stoklund Olesen
2011-03-09
Delete dead code.
Jakob Stoklund Olesen
2011-03-08
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-08
Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...
Jakob Stoklund Olesen
2011-03-08
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
Revert "Make a comparator's argument `const'. This fixes the build for
Oscar Fuentes
2011-03-08
Reduce vector reallocations.
Benjamin Kramer
2011-03-08
Make a comparator's argument `const'. This fixes the build for MSVC 9.
Oscar Fuentes
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
[prev]
[next]