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
Age
Commit message (
Expand
)
Author
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
Collect inflatable virtual registers on the fly.
Jakob Stoklund Olesen
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
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
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
Simplify RegisterCoalescer::copyCoalesceInMBB().
Jakob Stoklund Olesen
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
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
2012-05-18
Teach two-address pass to update the "source" map so it doesn't perform a
Evan Cheng
2012-05-18
Clarify comment.
Eric Christopher
2012-05-18
fix corner case in ConstantRange::intersectWith().
Nuno Lopes
2012-05-17
minor simplification in the call to ConstantRange constructor
Nuno Lopes
2012-05-17
comments
Andrew Trick
2012-05-17
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
Remove extraneous ';'.
Bill Wendling
2012-05-17
misched: trace ReadyQ.
Andrew Trick
2012-05-17
misched: Added 3-level regpressure back-off.
Andrew Trick
2012-05-17
comment
Andrew Trick
2012-05-17
regpressure: Fix getMaxUpwardPressureDelta.
Andrew Trick
2012-05-17
misched: fix liveness iterators
Andrew Trick
2012-05-17
whitespace
Andrew Trick
2012-05-17
Never clear <undef> flags on already joined copies.
Jakob Stoklund Olesen
2012-05-17
Fix a verifier bug.
Jakob Stoklund Olesen
2012-05-17
Relax the requirement that the exception object must be an instruction. During
Bill Wendling
2012-05-17
enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...
Chris Lattner
[prev]
[next]