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
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
2
-278
/
+0
*
[CMake] Add llvm-mcmarkup to check-llvm.
NAKAMURA Takumi
2012-11-01
1
-1
/
+6
*
test/CodeGen/X86/fp-fast.ll: Add +avx.
NAKAMURA Takumi
2012-11-01
1
-1
/
+1
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
1
-0
/
+20
*
MC: Simple example parser for MC assembly markup.
Jim Grosbach
2012-10-31
2
-0
/
+18
*
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
2
-1
/
+13
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
7
-7
/
+62
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-0
/
+48
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
1
-0
/
+26
*
Test case for r167039. Check that tail-call optimization is disabled for
Akira Hatanaka
2012-10-31
1
-0
/
+23
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-0
/
+32
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
9
-21
/
+46
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
2
-14
/
+82
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
1
-0
/
+41
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+74
*
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
1
-0
/
+25
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
1
-26
/
+58
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
3
-25
/
+91
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
3
-62
/
+115
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
4
-38
/
+126
*
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
1
-0
/
+33
*
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-31
1
-0
/
+51
*
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-31
2
-0
/
+84
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
4
-46
/
+71
*
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-31
2
-0
/
+117
*
X86 SSE: update rsqrtss and rcpss to use two source operands and
Manman Ren
2012-10-30
1
-0
/
+36
*
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
1
-0
/
+14
*
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
1
-0
/
+15
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
1
-1
/
+65
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-0
/
+42
*
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
1
-0
/
+28
*
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
1
-0
/
+26
*
PowerPC: Expand FSRQT for vector types
Adhemerval Zanella
2012-10-30
1
-0
/
+71
*
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
1
-0
/
+1
*
Set %defaultjit to use MCJIT for PowerPC targets.
Ulrich Weigand
2012-10-30
2
-2
/
+3
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
3
-9
/
+9
*
switch_to_lookup_table.ll: Remove some unnecessary lines, comments,
Hans Wennborg
2012-10-30
1
-625
/
+214
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
1
-14
/
+350
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-2
/
+1
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
3
-84
/
+38
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-0
/
+12
*
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-30
5
-7
/
+9
*
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-30
2
-3
/
+3
*
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-30
1
-5
/
+9
*
Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target
Kevin Enderby
2012-10-29
2
-0
/
+15
*
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
1
-9
/
+5
*
llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.
NAKAMURA Takumi
2012-10-29
1
-1
/
+1
*
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2012-10-29
1
-5
/
+9
*
This patch solves a problem with passing varargs parameters under the PPC64
Bill Schmidt
2012-10-29
1
-0
/
+23
*
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
1
-0
/
+69
[next]