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
*
Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...
Pete Cooper
2012-06-14
1
-18
/
+7
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
1
-7
/
+18
*
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
1
-0
/
+6
*
Revert: test/CodeGen/ARM/iabs.ll in r158441
Manman Ren
2012-06-14
1
-19
/
+1
*
InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
Manman Ren
2012-06-14
2
-1
/
+30
*
Test case for MIPS long branch pass.
Akira Hatanaka
2012-06-14
1
-0
/
+23
*
Fix test cases.
Akira Hatanaka
2012-06-14
5
-67
/
+66
*
Implement a DAGCombine in MipsISelLowering.cpp which transforms the following
Akira Hatanaka
2012-06-13
1
-13
/
+12
*
Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
1
-0
/
+19
*
Implement fastcc calling convention for MIPS.
Akira Hatanaka
2012-06-13
1
-0
/
+253
*
Fix pattern for MKMSK instruction.
Richard Osborne
2012-06-13
1
-0
/
+11
*
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
1
-4
/
+7
*
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-06-13
1
-7
/
+4
*
It is possible for several constants which aren't individually absorbing to
Duncan Sands
2012-06-13
1
-0
/
+11
*
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
1
-12
/
+12
*
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-13
1
-0
/
+33
*
disable use of directive .set nomicromips
Akira Hatanaka
2012-06-13
1
-1
/
+1
*
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
1
-0
/
+41
*
Use std::map rather than SmallMap because SmallMap assumes that the value has
Duncan Sands
2012-06-12
2
-13
/
+16
*
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-12
2
-0
/
+64
*
Now that Reassociate's LinearizeExprTree can look through arbitrary expression
Duncan Sands
2012-06-12
1
-0
/
+252
*
Fix test that depends on register allocation.
Jakob Stoklund Olesen
2012-06-11
1
-5
/
+4
*
Fix test case to work on ARM.
Jakob Stoklund Olesen
2012-06-11
1
-2
/
+3
*
Re-enable the CMN instruction.
Bill Wendling
2012-06-11
1
-0
/
+22
*
InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...
Benjamin Kramer
2012-06-10
1
-0
/
+22
*
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
3
-4
/
+4
*
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
2
-0
/
+44
*
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
1
-0
/
+1
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
1
-0
/
+56
*
Enable tail merging on PPC.
Hal Finkel
2012-06-09
1
-5
/
+5
*
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
23
-24
/
+24
*
canonicalize:
Nuno Lopes
2012-06-08
1
-0
/
+24
*
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
2
-2
/
+2
*
Test case for r158160
Manman Ren
2012-06-08
1
-0
/
+42
*
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
[next]