index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-25
AMDGPU/R600: Fix GlobalValue regressions.
Jan Vesely
1
-5
/
+10
2016-06-25
[AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...
Konstantin Zhuravlyov
1
-0
/
+80
2016-06-25
AMDGPU/SI: Make sure not to fold offsets into local address space globals
Tom Stellard
1
-0
/
+21
2016-06-25
MachineScheduler: Fully compare top/bottom candidates
Matthias Braun
20
-43
/
+44
2016-06-24
AMDGPU: Define a schedule class for COPY.
Matthias Braun
8
-16
/
+15
2016-06-24
[Hexagon] Simplify (+fix) instruction selection for indexed loads/stores
Krzysztof Parzyszek
1
-0
/
+52
2016-06-24
Add support for musl-libc on ARM Linux.
Rafael Espindola
6
-0
/
+32
2016-06-24
Use shouldAssumeDSOLocal in isOffsetFoldingLegal.
Rafael Espindola
1
-0
/
+10
2016-06-24
Codegen: Fix broken assumption in Tail Merge.
Kyle Butt
6
-27
/
+44
2016-06-24
Use FileCheck. NFC.
Rafael Espindola
1
-10
/
+3
2016-06-24
[MachineDominatorTree] Add a MDT verifier.
Chad Rosier
1
-1
/
+1
2016-06-24
[mips] Use --check-prefixes where appropriate. NFC.
Daniel Sanders
94
-942
/
+803
2016-06-24
AMDGPU: Add stub custom CodeGenPrepare pass
Matt Arsenault
1
-0
/
+8
2016-06-24
AMDGPU: Un-xfail and add tests
Matt Arsenault
8
-35
/
+386
2016-06-24
AMDGPU: Remove disable-irstructurizer subtarget feature
Matt Arsenault
2
-2
/
+2
2016-06-24
[ARM] Use aapcs_vfp for ___truncdfhf2 on v7k.
Ahmed Bougacha
1
-0
/
+9
2016-06-23
Codegen: [X86] preservere memory refs for folded umul_lohi
Kyle Butt
1
-1
/
+32
2016-06-23
Codegen: LICM Remove check for exactly 1 register def.
Kyle Butt
2
-22
/
+43
2016-06-23
Uses shouldAssumeDSOLocal.
Rafael Espindola
1
-0
/
+13
2016-06-23
Convert test to FileCheck.
Rafael Espindola
1
-7
/
+14
2016-06-23
[X86] Extract HiPE prologue constants into metadata
Michael Kuperstein
3
-3
/
+16
2016-06-23
[ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
Pablo Barrio
1
-0
/
+215
2016-06-23
Upgrade other old memset/memcpy signatures in tests causing buildbot failures...
Artur Pilipenko
1
-5
/
+0
2016-06-23
Fix an old memset signature in 2009-09-01-PostRAProlog.ll test causing a buil...
Artur Pilipenko
1
-2
/
+0
2016-06-23
[X86][AVX512] Added AVX512F vector sign extend tests
Simon Pilgrim
1
-130
/
+415
2016-06-23
[mips] Don't derive the default ABI from the CPU in the backend.
Daniel Sanders
21
-42
/
+42
2016-06-23
[AMDGPU] Remove exit-on-error in test (PR27761)
Diana Picus
3
-6
/
+7
2016-06-23
[AVX512] Remove masked unpack intrinsics and autoupgrade to vectorshuffle and...
Craig Topper
9
-672
/
+667
2016-06-22
AMDGPU: Fix liveness when expanding m0 loop
Matt Arsenault
1
-2
/
+22
2016-06-22
[ImplicitNullChecks] Hoist trivial depdendencies if possible
Sanjoy Das
1
-0
/
+266
2016-06-22
Use shouldAssumeDSOLocal.
Rafael Espindola
1
-0
/
+16
2016-06-22
AMDGPU/SI: Define an intrinsic to expose ds_swizzle_b32
Changpeng Fang
1
-0
/
+15
2016-06-22
IR: Introduce Module::global_objects().
Peter Collingbourne
1
-3
/
+2
2016-06-22
AMDGPU: Fix verifier errors in SILowerControlFlow
Matt Arsenault
3
-11
/
+227
2016-06-22
[Hexagon] Add SDAG preprocessing step to expose shifted addressing modes
Krzysztof Parzyszek
1
-0
/
+50
2016-06-22
[AArch64] Remove an overly aggressive assert.
Chad Rosier
1
-1
/
+18
2016-06-22
Start using shouldAssumeDSOLocal on Hexagon.
Rafael Espindola
1
-0
/
+19
2016-06-22
AMDGPU: Add convergent flag to INLINEASM instruction.
Wei Ding
1
-0
/
+45
2016-06-22
[SystemZ] Recognize RISBG opportunities involving a truncate
Zhan Jun Liau
2
-0
/
+46
2016-06-22
[Hexagon] Handle expansion of cmpxchg
Krzysztof Parzyszek
1
-0
/
+13
2016-06-22
Upgrade old memset/memcpy signatures (without isVolatile argument) in tests
Artur Pilipenko
3
-4
/
+2
2016-06-22
Regenerated test
Simon Pilgrim
1
-1
/
+1
2016-06-21
AMDGPU: Add implicitarg.ptr intrinsic.
Jan Vesely
1
-0
/
+13
2016-06-21
[NVPTX] Improve lowering of byval args of device functions.
Artem Belevich
2
-8
/
+26
2016-06-21
[AArch64] Fix merge-store.ll regression test after r273271
Silviu Baranga
1
-1
/
+1
2016-06-21
[StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4
Etienne Bergeron
1
-1
/
+47
2016-06-21
[AArch64] Change the preferred alignment for char and short to word alignment
Evandro Menezes
1
-0
/
+28
2016-06-21
[AArch64] Switch regression tests to test features not CPUs
Silviu Baranga
8
-81
/
+98
2016-06-21
[arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.
Daniel Sanders
2
-0
/
+48
2016-06-21
[AVX512] Add patterns for any-extending a mask that use the def of KMOVW/KMOV...
Craig Topper
4
-902
/
+710
[next]