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-02-03
Fix 80-column violations and whitespace.
Bob Wilson
2011-02-03
Ensure that the computed interference intervals actually overlap their basic ...
Jakob Stoklund Olesen
2011-02-03
Tweak debug output from SlotIndexes.
Jakob Stoklund Olesen
2011-02-03
Add debug output and asserts to the phi-connecting code.
Jakob Stoklund Olesen
2011-02-03
Fix coloring bug when mapping values in the middle of a live-through block.
Jakob Stoklund Olesen
2011-02-03
Return live range end points from SplitEditor::enter*/leave*.
Jakob Stoklund Olesen
2011-02-03
Silence an MSVC warning
Jakob Stoklund Olesen
2011-02-03
[AVX] VEXTRACTF128 support. This commit includes patterns for
David Greene
2011-02-03
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-03
Improve threading of comparisons over select instructions (spotted by my
Duncan Sands
2011-02-03
Reapply this.
Eric Christopher
2011-02-03
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
Fix PR9127 by reversing the operands even if they have more then one use.
Rafael Espindola
2011-02-03
raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).
Daniel Dunbar
2011-02-03
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-03
Fix typo in comment.
Devang Patel
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
Reenable the transform "(X*Y)/Y->X" when the multiplication is known not to
Duncan Sands
2011-02-02
Update comment to match my recent change.
Bob Wilson
2011-02-02
SimplifyCFG: Turn switches into sub+icmp+branch if possible.
Benjamin Kramer
2011-02-02
Add support for trampolines on the XCore.
Richard Osborne
2011-02-02
Remove NoVendor and NoOS, added in commit 123990, from Triple. While it
Duncan Sands
2011-02-02
Remove wasteful caching. This isn't needed for correctness because any function
Nick Lewycky
2011-02-02
Conservatively, clear optional flags, such as nsw, when performing
Dan Gohman
2011-02-02
Fix reassociate to clear optional flags, such as nsw.
Dan Gohman
2011-02-02
Fixed a bug in the disassembler where the mandatory 0x66
Sean Callanan
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-01
PR9081: Split up LDM instruction with deprecated use of both LR and PC.
Bob Wilson
2011-02-01
Take Bill Wendling's suggestion for structuring a couple of asserts.
Matt Beaumont-Gay
2011-02-01
Fix imm printing for logical instructions.
Anton Korobeynikov
2011-02-01
Make SwitchInst::removeCase() more efficient.
Jay Foad
2011-02-01
Add a m_Undef pattern for convenience. This is so that code that uses
Duncan Sands
2011-02-01
Add a m_SignBit pattern for convenience.
Duncan Sands
2011-02-01
Have m_One also match constant vectors for which every element is 1.
Duncan Sands
2011-02-01
Test commit - fix a double 'should' in a comment.
Carl Norum
2011-02-01
Correctly merge available_externally and regular definitions when they have
Rafael Espindola
2011-02-01
Fix bogus assert condition noticed by Csaba Raduly.
Evan Cheng
2011-02-01
Reapply 124275 since the Dragonegg failure was unreproducible.
Eric Christopher
2011-02-01
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-31
Fix vector sign extend to put the source and destination types in the
David Greene
2011-01-31
add a note, progress unblocked by PR8575 being fixed.
Chris Lattner
2011-01-31
Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.
Richard Osborne
2011-01-30
Save a mapping between original and cloned constpool entries.
Anton Korobeynikov
2011-01-30
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-30
Recognize and simplify
Anders Carlsson
2011-01-30
Respect the -tail-dup-size command line option even when optimizing for size.
Jakob Stoklund Olesen
[next]