index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
Bill Wendling
2008-09-17
1
-0
/
+166
*
Finally re-apply r46959. This is made feasible by the combination
Dan Gohman
2008-09-16
2
-3
/
+4
*
Improve instcombine's handling of integer min and max in two ways:
Dan Gohman
2008-09-16
2
-0
/
+107
*
Fix test to account for no more whitespace and that one of the matches is the
Bill Wendling
2008-09-16
1
-2
/
+2
*
Remove space that was forgotten.`
Bill Wendling
2008-09-16
1
-1
/
+1
*
Fix spacing in the grep line for this test, following the recent
Dan Gohman
2008-09-16
1
-1
/
+1
*
Re-enables the new vector select in the bitcode reader, by modifying the
Dan Gohman
2008-09-16
1
-1
/
+0
*
Teach ScalarEvolution to consider loop preheaders in the search for
Dan Gohman
2008-09-15
2
-0
/
+234
*
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-15
1
-0
/
+236
*
Re-enable SelectionDAG CSE for calls. It matters in the case of
Dan Gohman
2008-09-15
1
-0
/
+30
*
Added testcase for bswap allegrexel intrinsic
Bruno Cardoso Lopes
2008-09-15
1
-0
/
+12
*
Correctly update kill infos after extending a live range and merge 2 val#'s; ...
Evan Cheng
2008-09-15
1
-0
/
+29
*
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-14
10
-10
/
+10
*
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-13
1
-0
/
+9
*
On some targets, non-move instructions can become move instructions because o...
Evan Cheng
2008-09-12
1
-0
/
+254
*
On 64-bit targets, change 32-bit getelementptr indices to be 64-bit
Dan Gohman
2008-09-11
1
-0
/
+58
*
Fix a vectorshuffle instcombine bug introduced by r55995.
Dan Gohman
2008-09-11
2
-0
/
+39
*
Add indirect tail call (function pointer) examples.
Arnold Schwaighofer
2008-09-11
2
-0
/
+30
*
When tailcallopt is enabled all fastcc calls must have an aligned argument st...
Arnold Schwaighofer
2008-09-11
1
-0
/
+24
*
Fix PR2748. Avoid coalescing physical register with virtual register which wo...
Evan Cheng
2008-09-11
1
-0
/
+33
*
Fix PR2783 - coalescer bug. Missing a TargetRegisterInfo::isVirtualRegister c...
Evan Cheng
2008-09-11
1
-0
/
+38
*
Propagate subreg index when promoting a load to a copy.
Evan Cheng
2008-09-11
1
-0
/
+40
*
Fix an icmp+sdiv optimization to check for and handle an overflow
Dan Gohman
2008-09-10
1
-0
/
+8
*
Fix a fastcc + sret bug. If fastcc and sret, callee doesn't need to pop the h...
Evan Cheng
2008-09-10
2
-0
/
+46
*
Legalizer was missing code that expand fpow to a libcall.
Evan Cheng
2008-09-09
1
-0
/
+10
*
Remove.
Devang Patel
2008-09-09
1
-58
/
+0
*
if loop induction variable is always sign or zero extended then
Devang Patel
2008-09-09
1
-0
/
+58
*
fix overflow check.
Devang Patel
2008-09-09
1
-0
/
+48
*
Fix PR2757. Ignore liveinterval register allocation preference if the prefere...
Evan Cheng
2008-09-09
1
-0
/
+65
*
Resolve aliases, when possible
Anton Korobeynikov
2008-09-09
1
-0
/
+19
*
Make SimplifyDemandedVectorElts simplify vectors with multiple
Dan Gohman
2008-09-09
1
-0
/
+33
*
Correct callgraph construction. It has two problems:
Duncan Sands
2008-09-09
3
-0
/
+22
*
Temporarily disable vector select in the bitcode reader. The
Dan Gohman
2008-09-09
1
-0
/
+1
*
Fix a constant lowering bug. Now we can do load and store instructions with f...
Evan Cheng
2008-09-09
1
-3
/
+14
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
1
-0
/
+60
*
Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
Dan Gohman
2008-09-09
2
-0
/
+26
*
Reapply 55902: Add test for checking proper lowering of eh_return & unwind in...
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Reapply 55903: Testcase for 64-bit lowering of eh_return & unwind_init
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Add a target triple; apparently LLVM doesn't use 64-bit
Dan Gohman
2008-09-08
1
-1
/
+1
*
Remove these testcases associated with changes between r 55898 and r 55909.
Bill Wendling
2008-09-08
2
-0
/
+0
*
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-09-08
2
-34
/
+0
*
Handle calls which produce i1 results: promote to i8 but and it with 1 to get...
Evan Cheng
2008-09-08
1
-0
/
+13
*
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-08
1
-0
/
+9
*
xfail
Devang Patel
2008-09-08
1
-0
/
+1
*
Testcase for 64-bit lowering of eh_return & unwind_init
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Add test for checking proper lowering of eh_return & unwind init intrinsics o...
Anton Korobeynikov
2008-09-08
1
-0
/
+17
*
Add testcase from bug 2770.
Rafael Espindola
2008-09-08
1
-0
/
+14
*
Update the callgraph correctly in ArgumentPromotion.
Duncan Sands
2008-09-08
2
-0
/
+37
*
Correctly handle physical register inputs. They are not explicit input operan...
Evan Cheng
2008-09-08
1
-0
/
+11
*
Handle x86 truncate to i8 with target hook for now.
Evan Cheng
2008-09-07
1
-0
/
+12
[next]