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-09-15
Some legalization fixes for atomic load and store.
Eli Friedman
2011-09-15
Add an option to disable spill hoisting.
Jakob Stoklund Olesen
2011-09-15
VirtRegMap is counting spill slots, not register spills.
Jakob Stoklund Olesen
2011-09-15
Count correctly when a COPY turns into a spill or reload.
Jakob Stoklund Olesen
2011-09-15
Count inserted spills and reloads more accurately.
Jakob Stoklund Olesen
2011-09-15
Trace through sibling PHIs in bulk.
Jakob Stoklund Olesen
2011-09-15
Speed up LiveIntervals::shrinkToUse with some caching.
Jakob Stoklund Olesen
2011-09-15
Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."
Jakob Stoklund Olesen
2011-09-15
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
RemoveCopyByCommutingDef doesn't need hasPHIKill().
Jakob Stoklund Olesen
2011-09-15
It is safe to remat a value killed by phis.
Jakob Stoklund Olesen
2011-09-15
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-14
Add support to emit debug info for C++0x nullptr type.
Devang Patel
2011-09-14
Ignore the cloning of unknown registers.
Jakob Stoklund Olesen
2011-09-14
Hoist back-copies to the least busy dominator.
Jakob Stoklund Olesen
2011-09-14
Add integer promotion support for vselect
Nadav Rotem
2011-09-13
Distinguish complex mapped values from forced recomputation.
Jakob Stoklund Olesen
2011-09-13
Implement -split-spill-mode=size.
Jakob Stoklund Olesen
2011-09-13
Fix check for unaligned load/store so it doesn't catch over-aligned load/store.
Eli Friedman
2011-09-13
Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...
Eli Friedman
2011-09-13
Fix the assertion which checks the size of the input operand.
Nadav Rotem
2011-09-13
Add vselect target support for targets that do not support blend but do support
Nadav Rotem
2011-09-13
Use a cache to maintain list of machine basic blocks for a given UserValue.
Devang Patel
2011-09-13
Add SplitEditor::markOverlappedComplement().
Jakob Stoklund Olesen
2011-09-13
Eliminate the extendRange() wrapper.
Jakob Stoklund Olesen
2011-09-13
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
Use a separate LiveRangeCalc for the complement in spill modes.
Jakob Stoklund Olesen
2011-09-13
Unbreak msvc.
NAKAMURA Takumi
2011-09-13
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-09-12
Introduce a bit of a hack.
Bill Wendling
2011-09-12
Remove the -compact-regions flag.
Jakob Stoklund Olesen
2011-09-12
Add an interface for SplitKit complement spill modes.
Jakob Stoklund Olesen
2011-09-12
Update comments to reflect some (not so) recent changes.
Jakob Stoklund Olesen
2011-09-10
Fix asserts in CodeGen from:
Richard Trieu
2011-09-09
tidy up a bit
Chris Lattner
2011-09-09
Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...
Eli Friedman
2011-09-09
Reapply r139247: Cache intermediate results during traceSiblingValue.
Jakob Stoklund Olesen
2011-09-08
Directly point debug info to the stack slot of the arugment, instead of tryin...
Devang Patel
2011-09-07
Revert r139247 "Cache intermediate results during traceSiblingValue."
Jakob Stoklund Olesen
2011-09-07
Cache intermediate results during traceSiblingValue.
Jakob Stoklund Olesen
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...
Eli Friedman
2011-09-07
While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...
Devang Patel
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-03
Fix a truly heinous bug in DAGCombine related to AssertZext.
Owen Anderson
2011-09-02
Simplify by using isFullCopy().
Jakob Stoklund Olesen
2011-09-02
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-01
Revert r131152, r129796, r129761. This code is currently considered
Dan Gohman
[prev]
[next]