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-06-10
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-09
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
Enable tail merging on PPC.
Hal Finkel
2012-06-08
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
canonicalize:
Nuno Lopes
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Test case for r158160
Manman Ren
2012-06-08
Fix a crash in APInt::lshr when shiftAmt > BitWidth.
Chad Rosier
2012-06-08
test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.
NAKAMURA Takumi
2012-06-08
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
Revert commit 158073 while waiting for a fix. The issue is that reassociate
Duncan Sands
2012-06-07
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...
Nadav Rotem
2012-06-07
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
Adding a missing -S to the opt invocation.
Meador Inge
2012-06-07
X86: replace SUB with CMP if possible
Manman Ren
2012-06-06
Spell optimization name correclty.
Bill Wendling
2012-06-06
Revert r157755.
Manman Ren
2012-06-06
Another testcase for r156548.
Bill Wendling
2012-06-06
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't
Chad Rosier
2012-06-06
Grab-bag of reassociate tweaks. Unify handling of dead instructions and
Duncan Sands
2012-06-06
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-06
Remove extraneous CHECK-NOTs from previous commit and add a new test case.
Chad Rosier
2012-06-06
FileCheckize this test.
Chad Rosier
2012-06-05
Revert commit r157966
Joel Jones
2012-06-04
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-04
When gvn decides to replace an instruction with another, we have to patch the
Rafael Espindola
2012-06-04
Add a test case for mips64 unaligned load/store instructions.
Akira Hatanaka
2012-06-04
Rename test/CodeGen/Mips/load-shift-left-right.ll.
Akira Hatanaka
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
Revert r157831
Manman Ren
2012-06-03
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-02
ARM: add testing case for struct byval
Manman Ren
2012-06-02
Add another test case which tests Mips' unaligned load/store instructions.
Akira Hatanaka
2012-06-02
Fix test cases in test/CodeGen/Mips.
Akira Hatanaka
2012-06-01
Use dominates(Instruction, Use) in the verifier.
Rafael Espindola
2012-06-01
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
Add some tests checking that the verifier rejects cases where a definition
Rafael Espindola
2012-06-01
testcase for PR13006, thanks to Duncan for filing it.
Chris Lattner
2012-06-01
BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...
Nuno Lopes
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
[prev]
[next]