index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in APInt::lshr when shiftAmt > BitWidth.
Chad Rosier
2012-06-08
1
-0
/
+8
*
test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.
NAKAMURA Takumi
2012-06-08
1
-0
/
+1
*
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
2
-2
/
+2
*
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
1
-0
/
+87
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
1
-0
/
+78
*
Revert commit 158073 while waiting for a fix. The issue is that reassociate
Duncan Sands
2012-06-08
1
-0
/
+21
*
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
1
-6
/
+10
*
Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...
Nadav Rotem
2012-06-07
1
-0
/
+11
*
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
1
-1
/
+1
*
Adding a missing -S to the opt invocation.
Meador Inge
2012-06-07
1
-1
/
+1
*
X86: replace SUB with CMP if possible
Manman Ren
2012-06-07
1
-0
/
+11
*
Spell optimization name correclty.
Bill Wendling
2012-06-06
1
-1
/
+1
*
Revert r157755.
Manman Ren
2012-06-06
1
-11
/
+0
*
Another testcase for r156548.
Bill Wendling
2012-06-06
1
-0
/
+162
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
3
-2
/
+170
*
Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't
Chad Rosier
2012-06-06
1
-0
/
+10
*
Grab-bag of reassociate tweaks. Unify handling of dead instructions and
Duncan Sands
2012-06-06
1
-4
/
+6
*
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-06
1
-1
/
+10
*
Remove extraneous CHECK-NOTs from previous commit and add a new test case.
Chad Rosier
2012-06-06
1
-2
/
+10
*
FileCheckize this test.
Chad Rosier
2012-06-06
1
-2
/
+18
*
Revert commit r157966
Joel Jones
2012-06-05
1
-19
/
+0
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-04
1
-0
/
+19
*
When gvn decides to replace an instruction with another, we have to patch the
Rafael Espindola
2012-06-04
4
-0
/
+306
*
Add a test case for mips64 unaligned load/store instructions.
Akira Hatanaka
2012-06-04
1
-0
/
+73
*
Rename test/CodeGen/Mips/load-shift-left-right.ll.
Akira Hatanaka
2012-06-04
1
-0
/
+0
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-0
/
+16
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
15
-22
/
+22
*
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-04
2
-3
/
+3
*
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
1
-1
/
+1
*
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
2
-148
/
+148
*
Revert r157831
Manman Ren
2012-06-03
1
-19
/
+0
*
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-03
1
-2
/
+2
*
ARM: add testing case for struct byval
Manman Ren
2012-06-02
1
-0
/
+32
*
Add another test case which tests Mips' unaligned load/store instructions.
Akira Hatanaka
2012-06-02
1
-0
/
+29
*
Fix test cases in test/CodeGen/Mips.
Akira Hatanaka
2012-06-02
3
-25
/
+17
*
Use dominates(Instruction, Use) in the verifier.
Rafael Espindola
2012-06-01
1
-2
/
+2
*
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
1
-0
/
+19
*
Add some tests checking that the verifier rejects cases where a definition
Rafael Espindola
2012-06-01
1
-0
/
+57
*
testcase for PR13006, thanks to Duncan for filing it.
Chris Lattner
2012-06-01
1
-0
/
+7
*
BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...
Nuno Lopes
2012-06-01
2
-1
/
+49
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
2
-0
/
+79
*
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
1
-66
/
+0
*
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
1
-0
/
+46
*
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
1
-0
/
+22
*
add some simple 64-bit tail call tests.
Chris Lattner
2012-06-01
1
-0
/
+21
*
merge some tests.
Chris Lattner
2012-06-01
3
-13
/
+13
*
rename test
Chris Lattner
2012-06-01
1
-0
/
+0
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-0
/
+22
*
add -bounds-checking-multiple-traps option to make one trap BB per check
Nuno Lopes
2012-05-31
1
-0
/
+12
*
revamp BoundsChecking considerably:
Nuno Lopes
2012-05-31
1
-1
/
+1
[next]