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
Age
Commit message (
Expand
)
Author
2012-05-20
Missed a push_back in r157147.
Jakob Stoklund Olesen
2012-05-20
Avoid deleting extra copies when RegistersDefinedFromSameValue is true.
Jakob Stoklund Olesen
2012-05-20
Fix build bots.
Jakob Stoklund Olesen
2012-05-20
LiveRangeQuery simplifies shrinkToUses().
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery in ScheduleDAGInstrs.
Jakob Stoklund Olesen
2012-05-20
Eliminate some uses of struct LiveRange.
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery instead of getLiveRangeContaining().
Jakob Stoklund Olesen
2012-05-20
Add a LiveRangeQuery class.
Jakob Stoklund Olesen
2012-05-20
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-19
Simplify overlap check.
Jakob Stoklund Olesen
2012-05-19
Fix 12892.
Jakob Stoklund Olesen
2012-05-19
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-19
Add a FIXME about access to negative stack-pointer offsets on PPC32.
Hal Finkel
2012-05-19
Remove the late DCE in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-19
Erase joined copies immediately.
Jakob Stoklund Olesen
2012-05-19
Fix an ancient bug in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-05-19
On Haswell, perfer storing YMM registers using a single instruction.
Nadav Rotem
2012-05-19
Add support for additional in-reg vbroadcast patterns
Nadav Rotem
2012-05-19
Disambiguate call to operator==.
Benjamin Kramer
2012-05-19
Collect inflatable virtual registers on the fly.
Jakob Stoklund Olesen
2012-05-19
ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.
Benjamin Kramer
2012-05-19
Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...
Benjamin Kramer
2012-05-19
Tidy up some spacing and inconsistent use of pre/post increment. No functiona...
Craig Topper
2012-05-19
Remove extra semicolons.
Benjamin Kramer
2012-05-19
Provide move semantics for TinyPtrVector and for DenseMap's rehash function.
Benjamin Kramer
2012-05-19
Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...
Stepan Dyatkovskiy
2012-05-19
Copy some AVX support from MCJIT to JIT. Maybe will fix PR12748.
Craig Topper
2012-05-19
Eliminate dead code after remat.
Jakob Stoklund Olesen
2012-05-19
Don't remat during updateRegDefsUses().
Jakob Stoklund Olesen
2012-05-19
Immediately erase trivially useless copies.
Jakob Stoklund Olesen
2012-05-19
Run proper recursive dead code elimination during coalescing.
Jakob Stoklund Olesen
2012-05-19
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-19
Actually support DW_TAG_rvalue_reference_type that we were trying
Eric Christopher
2012-05-19
Add support for the 'd' mips inline asm output modifier.
Eric Christopher
2012-05-19
SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
Andrew Trick
2012-05-18
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
Modernize naming convention for class members.
Jakob Stoklund Olesen
2012-05-18
Move all work list processing to copyCoalesceWorkList().
Jakob Stoklund Olesen
2012-05-18
allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...
Nuno Lopes
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
Simplify RegisterCoalescer::copyCoalesceInMBB().
Jakob Stoklund Olesen
2012-05-18
add test case for bugfix in r157032
Nuno Lopes
2012-05-18
Add support for the mips 'x' inline asm modifier.
Eric Christopher
2012-05-18
Remove support for PhysReg joining.
Jakob Stoklund Olesen
2012-05-18
FileCheck-ify, apropos of nothing
Joel Jones
2012-05-18
Recommited reworked r156804:
Stepan Dyatkovskiy
2012-05-18
Simplify code a bit. No functional change intended.
Craig Topper
2012-05-18
Simplify handling of v16i8 shuffles and fix a missed optimization.
Craig Topper
[prev]
[next]