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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement aarch64 neon instruction set AdvSIMD (copy).
Kevin Qin
2013-10-11
1
-0
/
+188
*
Tests: Do not unnecessarily depend on kill comments
Matthias Braun
2013-10-10
1
-9
/
+4
*
Tests: Use CHECK-LABEL where possible
Matthias Braun
2013-10-10
4
-15
/
+15
*
R600: Fix trunc i64 to i32 on SI
Matt Arsenault
2013-10-10
1
-0
/
+12
*
R600/SI: Use -verify-machineinstrs for most tests
Tom Stellard
2013-10-10
84
-86
/
+86
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+1228
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-1228
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+1228
*
Disable function padding to get this test to pass on atom.
Benjamin Kramer
2013-10-10
1
-1
/
+1
*
ARM: correct liveness flags during ARMLoadStoreOpt
Tim Northover
2013-10-10
1
-0
/
+40
*
[mips] Do not generate INS/EXT nodes if target does not have support for
Akira Hatanaka
2013-10-09
1
-3
/
+6
*
[Sparc] Disable tail call optimization for sparc64.
Venkatraman Govindaraju
2013-10-09
1
-0
/
+40
*
AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.
Elena Demikhovsky
2013-10-09
1
-14
/
+60
*
AArch64: enable MISched by default.
Tim Northover
2013-10-09
11
-93
/
+97
*
AArch64: migrate ADRP relaxation test to be llvm-mc only.
Tim Northover
2013-10-09
1
-27
/
+0
*
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...
Craig Topper
2013-10-09
2
-3
/
+7
*
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
2013-10-08
1
-0
/
+69
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
1
-0
/
+49
*
Add fabsf to the list of inlined functions; otherwise
Reed Kotler
2013-10-08
1
-0
/
+12
*
Add some xfaild R600 tests.
Matt Arsenault
2013-10-08
3
-0
/
+47
*
Let rotr and bswap be handled by expansion for Mips16 since we don't
Reed Kotler
2013-10-08
2
-0
/
+8
*
Fix a typo in the mattr part of the run line.
Craig Topper
2013-10-08
1
-1
/
+1
*
Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...
Craig Topper
2013-10-08
6
-12
/
+12
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
4
-6
/
+6
*
[mips] Test case for r192124.
Akira Hatanaka
2013-10-07
1
-0
/
+33
*
Add Mips16 patterns for sign extend byte and sign extend halfword.
Reed Kotler
2013-10-07
1
-0
/
+1
*
Struct byval: use the correct alignment for loads generated to load
Manman Ren
2013-10-07
1
-0
/
+27
*
X86: Fix type check. Just because an integer type is illegal doesn't mean it'...
Benjamin Kramer
2013-10-07
1
-0
/
+18
*
Change objectsize intrinsic to accept different address spaces.
Matt Arsenault
2013-10-07
5
-13
/
+13
*
[ARM] Improve build attributes emission.
Amara Emerson
2013-10-07
2
-4
/
+117
*
[AArch64] Add support for NEON scalar arithmetic instructions:
Chad Rosier
2013-10-07
2
-0
/
+117
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-0
/
+3
*
Force a CPU that doesn't have AVX, otherwise this test fails.
Benjamin Kramer
2013-10-06
1
-3
/
+3
*
X86: Don't fold spills into SSE operations if the stack is unaligned.
Benjamin Kramer
2013-10-06
1
-0
/
+49
*
AVX-512: added scalar convert instructions and intrinsics.
Elena Demikhovsky
2013-10-06
2
-0
/
+89
*
[Sparc] Do not emit nop after fcmp* instruction with V9.
Venkatraman Govindaraju
2013-10-06
2
-0
/
+5
*
AVX-512: fixed shuffle lowering
Elena Demikhovsky
2013-10-06
1
-0
/
+16
*
[Sparc] Custom lower addc/adde/subc/sube on i64 in sparc64.
Venkatraman Govindaraju
2013-10-06
1
-0
/
+11
*
[Sparc] Use addxcc/subxcc for adde/sube instead of addx/subx.
Venkatraman Govindaraju
2013-10-06
1
-0
/
+39
*
Emit a better error when running out of registers on inline asm.
Benjamin Kramer
2013-10-05
1
-1
/
+1
*
Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...
Craig Topper
2013-10-05
1
-379
/
+0
*
Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...
Craig Topper
2013-10-05
1
-0
/
+20
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
1
-0
/
+476
*
Convert test to FileCheck.
Rafael Espindola
2013-10-05
1
-5
/
+12
*
[Sparc] Use correct alignment while loading/storing fp128 values.
Venkatraman Govindaraju
2013-10-05
1
-0
/
+21
*
[Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...
Venkatraman Govindaraju
2013-10-05
1
-0
/
+13
*
[Sparc] Correct the floating point conditional code mapping in GetOppositeBra...
Venkatraman Govindaraju
2013-10-04
1
-0
/
+32
*
Support tblockaddr for static compilation in Mips16.
Reed Kotler
2013-10-04
1
-0
/
+10
*
[mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasing
Akira Hatanaka
2013-10-04
1
-2
/
+6
*
ARM: optimizeSelect has to consider the previous register class
Matthias Braun
2013-10-04
1
-0
/
+23
[prev]
[next]