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
/
test
Age
Commit message (
Expand
)
Author
2012-04-11
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
Add retw and lretw instructions. Also, fix Intel syntax parsing for all
Charles Davis
2012-04-11
Merge fma.ll into fusedMAC.ll
Evan Cheng
2012-04-11
Fix ARM disassembly of VLD instructions with writebacks. And add test a case
Kevin Enderby
2012-04-11
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-11
Fix test to be register assignment invariant.
Jakob Stoklund Olesen
2012-04-10
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-04-10
[tsan] two more compile-time optimizations:
Kostya Serebryany
2012-04-10
Handle llvm.fma.* intrinsics. rdar://10914096
Evan Cheng
2012-04-10
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
Temporarily revert this patch to see if it brings the buildbots back.
Eric Christopher
2012-04-10
[tsan] compile-time instrumentation: do not instrument a read if
Kostya Serebryany
2012-04-10
To ensure that we have more accurate line information for a block
Eric Christopher
2012-04-10
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-10
Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
Nadav Rotem
2012-04-10
Transform div to mul with reciprocal only when fp imm is legal.
Anton Korobeynikov
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
Add proper checks.
Evan Cheng
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
Don't try to zExt just to check if an integer constant is zero, it might
Rafael Espindola
2012-04-09
Test case for PR12495.
Lang Hames
2012-04-09
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-09
When performing a truncating store, it's possible to rearrange the data
Chad Rosier
2012-04-09
Pattern match a setcc of boolean value with 0 as a truncate.
Rafael Espindola
2012-04-09
Lower some x86 shuffle sequences to the vblend family of instructions.
Nadav Rotem
2012-04-09
Fix a bug in the lowering of broadcasts: ConstantPools need to use the target...
Nadav Rotem
2012-04-09
Cleanup and relax a restriction on the matching of global offsets into
Chandler Carruth
2012-04-09
Fold 15 tiny test cases into a single file that implements the
Chandler Carruth
2012-04-08
Only have codegen turn fdiv by a constant into fmul by the reciprocal
Duncan Sands
2012-04-08
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
Teach InstCombine to nuke a common alloca pattern -- an alloca which has
Chandler Carruth
2012-04-08
AVX2: Build splat vectors by broadcasting a scalar from the constant pool.
Nadav Rotem
2012-04-08
Remove old 'grep' lines.
Bill Wendling
2012-04-08
FileCheckize these testcases.
Bill Wendling
2012-04-07
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-07
Fix ValueTracking to conclude that debug intrinsics are safe to
Chandler Carruth
2012-04-07
SCEV: When expanding a GEP the final addition to the base pointer has NUW but...
Benjamin Kramer
2012-04-07
Make the test for r154235 more platform-independent with a shorter
Sean Hunt
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-06
Add lines in global-address.ll to test N32 and N64 code generation.
Akira Hatanaka
2012-04-06
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Chandler Carruth
2012-04-06
Test case for PR12413
Craig Topper
2012-04-06
Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...
Craig Topper
2012-04-06
Add the tests that were supposed to go with r153935 that I forgot svn add
Craig Topper
[prev]
[next]