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
*
Hexagon: Add encoding bits to the TFR64 instructions.
Jyotsna Verma
2013-03-05
2
-5
/
+5
*
Add a test that .align directives on capable processors use long NOPs.
David Sehr
2013-03-05
1
-0
/
+12
*
R600: Turn BUILD_VECTOR into Reg_Sequence
Vincent Lejeune
2013-03-05
1
-3
/
+3
*
R600: Use MUL_IEEE for trig/fdiv intrinsic
Vincent Lejeune
2013-03-05
1
-4
/
+4
*
llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown...
NAKAMURA Takumi
2013-03-05
1
-1
/
+1
*
llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown ...
NAKAMURA Takumi
2013-03-05
1
-1
/
+1
*
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-03-05
1
-0
/
+27
*
Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping
Lang Hames
2013-03-04
1
-0
/
+23
*
[mips] Print move instructions.
Akira Hatanaka
2013-03-04
9
-42
/
+42
*
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
1
-0
/
+9
*
Reapply r176381, writing the CHECKs in a more forgiving manner to account for
Eli Bendersky
2013-03-04
1
-14
/
+12
*
Bypass Slow Divides
Preston Gurd
2013-03-04
2
-1
/
+47
*
ARM: Creating a vector from a lane of another.
Jim Grosbach
2013-03-02
1
-0
/
+14
*
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-02
1
-0
/
+377
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-0
/
+128
*
X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
2013-03-02
2
-2
/
+34
*
PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Nadav Rotem
2013-03-02
1
-0
/
+75
*
Revert "Rewrite a test to count emitted instructions without using -stats"
Michael Gottesman
2013-03-02
1
-12
/
+14
*
[mips] Fix inefficient code generation.
Akira Hatanaka
2013-03-01
2
-3
/
+140
*
Rewrite a test to count emitted instructions without using -stats
Eli Bendersky
2013-03-01
1
-14
/
+12
*
Set properties for f128 type.
Akira Hatanaka
2013-03-01
1
-0
/
+646
*
Rewrite a test to check actual output rather than intermediate implementation
Eli Bendersky
2013-03-01
1
-6
/
+6
*
No need to force-create clang-tools-extra lit.site.cfg
Edwin Vane
2013-03-01
1
-5
/
+0
*
Add regression tests (WORKSFORME)
Michael Liao
2013-03-01
5
-0
/
+76
*
Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
2013-03-01
1
-0
/
+14
*
LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.
Benjamin Kramer
2013-03-01
1
-0
/
+29
*
Fix PR10475
Michael Liao
2013-03-01
1
-0
/
+30
*
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-03-01
1
-0
/
+89
*
R600/SI: fix sampler tests after fixing wait insertions
Christian Konig
2013-03-01
1
-15
/
+15
*
Hexagon: Add constant extender support framework.
Jyotsna Verma
2013-03-01
2
-0
/
+61
*
[mips] Remove unused option. Fix 80-column violations.
Akira Hatanaka
2013-03-01
1
-1
/
+0
*
[mips] Add the capability to search delay slot filling instructions in
Akira Hatanaka
2013-03-01
1
-0
/
+56
*
[mips] Add capability to search in the forward direction for instructions that
Akira Hatanaka
2013-03-01
1
-0
/
+22
*
[mips] Define class MemDefsUses.
Akira Hatanaka
2013-03-01
1
-0
/
+19
*
Fix a bug in instcombine for fmul in fast math mode.
Quentin Colombet
2013-02-28
1
-0
/
+11
*
Cost model support for lowered math builtins.
Benjamin Kramer
2013-02-28
1
-0
/
+32
*
AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
2013-02-28
1
-0
/
+8
*
AArch64: be more careful resorting to inefficient addressing for weak vars.
Tim Northover
2013-02-28
1
-0
/
+8
*
AArch64: don't drop GlobalAddress offset when handling extern_weak decls.
Tim Northover
2013-02-28
1
-0
/
+13
*
AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.
Tim Northover
2013-02-28
1
-88
/
+44
*
[msan] Implement sanitize_memory attribute.
Evgeniy Stepanov
2013-02-28
1
-35
/
+62
*
Corrections for XFAIL armv5 tests
Renato Golin
2013-02-28
6
-6
/
+5
*
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-3
/
+85
*
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
1
-0
/
+31
*
ARM: permit full range of valid ADR immediates.
Tim Northover
2013-02-27
1
-0
/
+4
*
LoopVectorize: Vectorize math builtin calls.
Benjamin Kramer
2013-02-27
1
-0
/
+24
*
IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
2013-02-27
1
-0
/
+20
*
SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
2013-02-27
1
-0
/
+40
*
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-0
/
+3
*
Constant fold vector bitcasts of halves similarly to how floats and doubles a...
Michael Ilseman
2013-02-26
1
-0
/
+5
[next]