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
2011-03-29
Remember to use the correct register when rematerializing for snippets.
Jakob Stoklund Olesen
2011-03-29
Run dead code elimination immediately after rematerialization.
Jakob Stoklund Olesen
2011-03-29
Add safety check that didn't show up in testing.
Owen Anderson
2011-03-29
Inline check that's used only once.
Bill Wendling
2011-03-29
Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...
Owen Anderson
2011-03-29
Rework the logic (and removing the bad check for an unreachable block) so that
Bill Wendling
2011-03-29
Do some simple copy propagation through integer loads and stores when promoting
Cameron Zwarich
2011-03-29
Don't try to add stack protector logic to a dead basic block. It messes up
Bill Wendling
2011-03-29
Spruce up the error output.
Bill Wendling
2011-03-29
Handle the special case when all uses follow the last split point.
Jakob Stoklund Olesen
2011-03-29
Properly enable rematerialization when spilling after live range splitting.
Jakob Stoklund Olesen
2011-03-29
Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...
Evan Cheng
2011-03-29
Fix the MSVC build.
Francois Pichet
2011-03-28
In some cases, the "fail BB dominator" may be null after the BB was split (and
Bill Wendling
2011-03-28
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-28
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
Unbreak CMake build.
Ted Kremenek
2011-03-28
Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...
Johnny Chen
2011-03-28
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-28
Remove tabs I accidentally added.
Nick Lewycky
2011-03-28
Make more use of PHINode::getNumIncomingValues().
Jay Foad
2011-03-28
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-27
Add some debug output when -instcombine uses RAUW. This can make debug output...
Frits van Bommel
2011-03-27
Amend debug output.
Jakob Stoklund Olesen
2011-03-27
Drop interference reassignment in favor of eviction.
Jakob Stoklund Olesen
2011-03-27
Teach the transformation that moves binary operators around selects to preserve
Nick Lewycky
2011-03-27
Use APInt's umul_ov instead of rolling our own overflow detection.
Benjamin Kramer
2011-03-27
Constant folding support for calls to umul.with.overflow(), basically identic...
Frits van Bommel
2011-03-27
Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
Nick Lewycky
2011-03-27
Fix whitespace.
NAKAMURA Takumi
2011-03-26
Use individual register classes when spilling snippets.
Jakob Stoklund Olesen
2011-03-26
Turn SelectionDAGBuilder::GetRegistersForValue into a local function.
Benjamin Kramer
2011-03-26
Make helper static.
Benjamin Kramer
2011-03-26
Simplification noticed by Frits.
Bill Wendling
2011-03-26
Rework the logic that determines if a store completely overlaps an ealier store.
Bill Wendling
2011-03-26
Fix a typo and add a test.
Cameron Zwarich
2011-03-26
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
Fixed the t2PLD and friends disassembly and add two test cases.
Johnny Chen
2011-03-26
Fix the bfi handling for or (and a mask) (and b mask). We need the two
Eric Christopher
2011-03-26
PR9561: A store with a negative offset (via GEP) could erroniously say that it
Bill Wendling
2011-03-26
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-25
Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...
Johnny Chen
2011-03-25
DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...
Johnny Chen
2011-03-25
Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...
Johnny Chen
2011-03-25
MC: Improve some diagnostics on uses of '.' pseudo-symbol.
Daniel Dunbar
2011-03-25
Tidyness.
Daniel Dunbar
2011-03-25
Add a note.
Benjamin Kramer
2011-03-25
Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi...
Johnny Chen
2011-03-25
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
[prev]
[next]