index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
[X86][AVX] Sync with clang/test/CodeGen/avx-builtins.c
Simon Pilgrim
1
-211
/
+3303
2016-05-20
Refactor X86 symbol access classification.
Rafael Espindola
1
-1
/
+2
2016-05-20
Simplify handling of hidden stubs on PowerPC.
Rafael Espindola
1
-5
/
+3
2016-05-20
[Sparc] Enable more inline assembly constraints.
Chris Dewhurst
1
-0
/
+12
2016-05-20
[X86] Run the AVX/AVX2 intrinsic tests in AVX512VL mode too just to make sure...
Craig Topper
3
-1901
/
+4168
2016-05-20
Revert accidental commit of a test command line addition.
Craig Topper
1
-1
/
+0
2016-05-20
[X86] Fix some AVX patterns to only be disabled if VLX and BWI are supported....
Craig Topper
1
-0
/
+1
2016-05-19
[ARM, AArch64] Match additional patterns to ldN instructions
Matthew Simpson
4
-0
/
+196
2016-05-19
X86: Don't reset the stack after calls that don't return (PR27117)
Hans Wennborg
1
-0
/
+48
2016-05-19
[x86] add tests for urem lowering
Sanjay Patel
1
-0
/
+80
2016-05-19
[X86][SSE] Added fast-isel tests to sync with clang/test/CodeGen/sse-builtins.c
Simon Pilgrim
2
-0
/
+2315
2016-05-19
[X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd tests
Simon Pilgrim
1
-8
/
+16
2016-05-19
[AArch64 ] Generate a BFXIL from 'or (and X, Mask0Imm),(and Y, Mask1Imm)'.
Chad Rosier
1
-0
/
+67
2016-05-19
[ARM] Add cdp intrinsic tests.
Ranjeet Singh
3
-8
/
+34
2016-05-19
[X86][SSE2] Added _mm_move_* tests
Simon Pilgrim
1
-0
/
+31
2016-05-19
[X86][SSE2] Added _mm_cast* and _mm_set* tests
Simon Pilgrim
1
-0
/
+720
2016-05-19
[mips][mips16] Fix ZERO is not a CPU16Regs register error from the machine ve...
Daniel Sanders
1
-1
/
+2
2016-05-19
[X86] Enable RRL part of the LEA optimization pass for -O2.
Andrey Turetskiy
1
-20
/
+39
2016-05-19
[WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG.
Dan Gohman
2
-31
/
+31
2016-05-18
AMDGPU: Fix promote alloca for pointer loads
Matt Arsenault
2
-3
/
+43
2016-05-18
Delete Reloc::Default.
Rafael Espindola
2
-2
/
+1
2016-05-18
When looking for a spill slot in reg scavenger, find one that matches RC
Krzysztof Parzyszek
1
-0
/
+100
2016-05-18
[X86][SSE2] Added fast-isel tests to sync with clang/test/CodeGen/sse2-builti...
Simon Pilgrim
2
-0
/
+3116
2016-05-18
AMDGPU: Other sizes of popcnt are fast
Matt Arsenault
1
-0
/
+52
2016-05-18
Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...
Hans Wennborg
8
-16
/
+171
2016-05-18
AMDGPU: Fix assert when erroring on a call
Matt Arsenault
1
-3
/
+15
2016-05-18
AMDGPU: Handle alloca promoting with null operands
Matt Arsenault
3
-0
/
+91
2016-05-18
AMDGPU: Fix a few slightly broken tests
Matt Arsenault
8
-43
/
+49
2016-05-18
[Hexagon] Recognize "q" and "v" in inline-asm as register constraints
Krzysztof Parzyszek
1
-0
/
+19
2016-05-18
[WebAssembly] Don't expand divisions by constants.
Dan Gohman
1
-0
/
+62
2016-05-18
[X86][SSE42] Added fast-isel tests to sync with clang/test/CodeGen/sse42-buil...
Simon Pilgrim
2
-0
/
+411
2016-05-18
[X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.c
Simon Pilgrim
1
-39
/
+39
2016-05-18
[SystemZ] Fix register ordering for BinaryRRF instructions
Bryan Chan
1
-9
/
+9
2016-05-18
[X86][SSE3] Sync with clang/test/CodeGen/sse3-builtins.c
Simon Pilgrim
1
-2
/
+3
2016-05-18
Add new flag and intrinsic support for MWAITX and MONITORX instructions
Ashutosh Nema
1
-0
/
+38
2016-05-18
[X86][SSSE3] Sync with clang/test/CodeGen/ssse3-builtins.c
Simon Pilgrim
1
-0
/
+19
2016-05-18
[X86][SSE4A] Sync with clang/test/CodeGen/sse4a-builtins.c
Simon Pilgrim
1
-4
/
+6
2016-05-18
[mips] Restrict the creation of compact branches
Simon Dardis
1
-0
/
+52
2016-05-18
[Sparc] Add Soft Float support
Chris Dewhurst
3
-89
/
+469
2016-05-18
[mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions and add CodeGe...
Zlatko Buljan
1
-0
/
+32
2016-05-18
Don't pass relocation-model= to tests that don't need it.
Rafael Espindola
1
-1
/
+1
2016-05-17
[WebAssembly] Rename $discard to $drop in the assembly output.
Dan Gohman
17
-122
/
+122
2016-05-17
[WebAssembly] Model the stack evaluation order more precisely.
Dan Gohman
2
-12
/
+33
2016-05-17
[WebAssembly] Don't stackify calls past stack pointer modifications.
Dan Gohman
1
-1
/
+15
2016-05-17
Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"
Hans Wennborg
8
-170
/
+16
2016-05-17
[WebAssembly] Stackify induction variable increment instructions.
Dan Gohman
2
-14
/
+44
2016-05-17
X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions
Hans Wennborg
8
-16
/
+170
2016-05-17
Fix an assert in SelectionDAGBuilder when processing inline asm
Renato Golin
9
-9
/
+9
2016-05-17
Simplify handling of hidden stub.
Rafael Espindola
1
-2
/
+2
2016-05-17
Add a test showing how hidden stubs are handled on ppc.
Rafael Espindola
1
-0
/
+23
[prev]
[next]