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
2009-11-20
Add some rough optimizations for checking routines.
Eric Christopher
2009-11-20
Remat VLDRD from constpool. Clean up some instruction property specifications.
Evan Cheng
2009-11-20
Add option -licm-const-load to hoist all loads from constant memory.
Evan Cheng
2009-11-20
The verify() call of CPEIsInRange() isn't right for the assertion check of
Jim Grosbach
2009-11-20
Use stripPointerCasts(). Thanks Duncan!
Dan Gohman
2009-11-20
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
More consistent labelling of basic blocks in debug output
Jakob Stoklund Olesen
2009-11-20
Revert the rule that considers comparisons between two pointers in the
Dan Gohman
2009-11-20
Move the handling of CommaSeparated options into ProvideOption.
Mikhail Glushenkov
2009-11-20
Fix PR5563, an expensive checks failure when running on
Duncan Sands
2009-11-20
Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),
Duncan Sands
2009-11-20
Try to work around grep's "Binary file (standard input) matches" complaints seen
Benjamin Kramer
2009-11-20
Fix -march= name for x86-64.
Daniel Dunbar
2009-11-20
Fix fast-isel to avoid selecting the return instruction if a
Dan Gohman
2009-11-20
Remove verifySizes() since it's not adding much value.
Jim Grosbach
2009-11-20
Also CSE non-pic load from constant pools.
Evan Cheng
2009-11-20
Add an experimental option to run gep-splitting and no-load GVN
Dan Gohman
2009-11-20
Simplify this code; it's not necessary to check isIdentifiedObject here
Dan Gohman
2009-11-20
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-20
Teach getSmallConstantTripMultiple about Shl operators.
Dan Gohman
2009-11-20
Fix codegen of conditional move of immediates. We were not making use of the ...
Evan Cheng
2009-11-20
Removed references to LiveStacks from Spiller.* . They're no longer needed.
Lang Hames
2009-11-20
Refine the capture tracking rules for comparisons to be more
Dan Gohman
2009-11-20
Use isVoidTy().
Dan Gohman
2009-11-20
Specify proper arch and triple for 64-bit.
Bill Wendling
2009-11-20
Testcase for r89415.
Bill Wendling
2009-11-20
Update comment to reflect instruction.
Eric Christopher
2009-11-19
Refine this to only apply to null in the default address space.
Dan Gohman
2009-11-19
Try to fix JITTest.FarCallToKnownFunction on ARM and PPC.
Jeffrey Yasskin
2009-11-19
Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.
Oscar Fuentes
2009-11-19
Fix a couple of problems with maintaining liveness information for antidep br...
David Goodwin
2009-11-19
When placing constant islands and adjusting for alignment padding, inline
Jim Grosbach
2009-11-19
Extend CaptureTracking to indicate when a value is never stored, even
Dan Gohman
2009-11-19
Refactor cmov selection code out to a separate function. No functionality cha...
Evan Cheng
2009-11-19
Comparing a pointer with null is not a capture.
Dan Gohman
2009-11-19
Only run this mutex test if threading is enabled. This
Duncan Sands
2009-11-19
Place new basic blocks immediately after their predecessor when splitting
Jakob Stoklund Olesen
2009-11-19
Reverting the EH table patches.
Bill Wendling
2009-11-19
Added NLdStLN which is similar to NLdSt with the exception that op7_4 is not
Johnny Chen
2009-11-19
Fix a small bug.
David Greene
2009-11-19
Enable hoisting of loads from constant memory by default. In cases where
Dan Gohman
2009-11-19
Use StringRef::min instead of std::min.
Daniel Dunbar
2009-11-19
fix typo
Jim Grosbach
2009-11-19
TableGen/OptParser: When ordering options, make "sentinel" options appear before
Daniel Dunbar
2009-11-19
Trailing whitespace.
Mikhail Glushenkov
2009-11-19
Make example/Hello compile again.
Mikhail Glushenkov
2009-11-19
Fix a typo in a comment.
Dan Gohman
2009-11-19
cstdlib is not automatically included with StringRef anymore.
Benjamin Kramer
2009-11-19
Reenable Split2 StringRef test with Apple gcc.
Benjamin Kramer
2009-11-19
Add support for spreading register allocation.
David Greene
[prev]
[next]