index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Relax SGPR asm constraint register class
Matt Arsenault
2016-08-30
1
-1
/
+1
*
[AMDGPU] Refactor SOP instructions TD files.
Valery Pykhtin
2016-08-30
4
-914
/
+1105
*
SILoadStoreOptimizer.cpp: Fix a warning in r279991. [-Wunused-variable]
NAKAMURA Takumi
2016-08-30
1
-0
/
+1
*
Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".
James Y Knight
2016-08-30
1
-11
/
+15
*
[PowerPC] Force entry alignment in .got2
Hal Finkel
2016-08-30
1
-2
/
+4
*
[PowerPC] Add support for -mlongcall
Hal Finkel
2016-08-30
4
-1
/
+15
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
2
-7
/
+7
*
AMDGPU/R600: Cleanup DAGCombine
Jan Vesely
2016-08-29
1
-15
/
+12
*
Fix typo in comment. NFC.
Michael Kuperstein
2016-08-29
1
-1
/
+1
*
[PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomics
Hal Finkel
2016-08-29
1
-6
/
+12
*
AMDGPU/R600: Remove MergeVectorStores from legalization
Jan Vesely
2016-08-29
3
-65
/
+0
*
AMDGPU: fix mismatch tags, NFC
Saleem Abdulrasool
2016-08-29
2
-2
/
+2
*
[Myriad]: add missing 'mcpu' values
Douglas Katzman
2016-08-29
1
-0
/
+3
*
AMDGPU/SI: Implement a custom MachineSchedStrategy
Tom Stellard
2016-08-29
9
-1
/
+445
*
AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the scheduler
Tom Stellard
2016-08-29
2
-111
/
+148
*
GlobalISel: legalize frem to a libcall on AArch64.
Tim Northover
2016-08-29
3
-2
/
+5
*
GlobalISel: rework CallLowering so that it can be used for libcalls too.
Tim Northover
2016-08-29
2
-19
/
+11
*
AMDGPU/R600: Fix fixups used for constant arrays
Matt Arsenault
2016-08-29
1
-0
/
+1
*
[AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes
2016-08-29
1
-4
/
+14
*
AMDGPU/SI: Improve register allocation hints for sopk instructions
Tom Stellard
2016-08-29
1
-0
/
+1
*
Fix -Wunused-but-set-variable warning.
Haojian Wu
2016-08-29
1
-4
/
+0
*
AMDGPU/SI: Query AA, if available, in areMemAccessesTriviallyDisjoint()
Tom Stellard
2016-08-29
1
-0
/
+11
*
[AVX512] In some cases KORTEST instruction may be used instead of ZEXT + TEST...
Igor Breger
2016-08-29
2
-5
/
+23
*
[X86] Don't lower FABS/FNEG masking directly to a ConstantPool load. Just cre...
Craig Topper
2016-08-29
1
-9
/
+4
*
[AVX-512] Always use v8i64 when converting 512-bit FAND/FOR/FXOR/FANDN to int...
Craig Topper
2016-08-29
1
-5
/
+3
*
[AVX-512] Add support for selecting 512-bit VPABSB/VPABSW when BWI is available.
Craig Topper
2016-08-28
2
-2
/
+19
*
[AVX-512] Add patterns for selecting 128/256-bit EVEX VPABS instructions.
Craig Topper
2016-08-28
2
-2
/
+37
*
[X86][AVX512] Only combine EVEX targets shuffles to shuffles of the same numb...
Simon Pilgrim
2016-08-28
1
-4
/
+12
*
[PowerPC] Implement lowering for atomicrmw min/max/umin/umax
Hal Finkel
2016-08-28
4
-5
/
+152
*
[AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when we have AVX512F/A...
Craig Topper
2016-08-28
2
-18
/
+124
*
[X86] Rename PABSB/D/W instructions to be consistent with SSE/AVX instruction...
Craig Topper
2016-08-28
2
-40
/
+40
*
AMDGPU/R600: Enable Load combine
Jan Vesely
2016-08-27
1
-0
/
+1
*
[X86] Rename predicate function that detects if requires one of the REX.B, RE...
Craig Topper
2016-08-27
1
-15
/
+16
*
[X86] Keep looping over operands looking for byte registers even if we alread...
Craig Topper
2016-08-27
1
-5
/
+4
*
[X86] Include XMM/YMM/ZMM16-23 in X86II::isX86_64ExtendedReg. This feels more...
Craig Topper
2016-08-27
2
-8
/
+4
*
[X86] Don't allow DR8-DR15 to be assembled in 32-bit mode. Add missing test f...
Craig Topper
2016-08-27
1
-0
/
+2
*
[X86] Remove stale comment about FixupBWInsts pass being off by default. NFC
Craig Topper
2016-08-27
1
-2
/
+0
*
[AVX-512] Allow EVEX encoding unordered/ordered/equal/notequal VCMPPS/PD/SS/S...
Craig Topper
2016-08-27
2
-8
/
+28
*
[X86] Enable FR32/FR64 cmpeq/cmpne/cmpunord/cmpord to be commuted.
Craig Topper
2016-08-27
2
-0
/
+9
*
[AVX-512] Add load folding for EVEX vcmpps/pd/ss/sd.
Craig Topper
2016-08-27
1
-0
/
+8
*
AMDGPU: Mark sched model complete
Matt Arsenault
2016-08-27
1
-1
/
+1
*
AMDGPU: Remove unneeded implicit exec uses/defs
Matt Arsenault
2016-08-27
2
-40
/
+48
*
AMDGPU: Select mulhi 24-bit instructions
Matt Arsenault
2016-08-27
7
-20
/
+163
*
AMDGPU: Move cndmask pseudo to be isel pseudo
Matt Arsenault
2016-08-27
3
-23
/
+31
*
AMDGPU: Fix sched type for branches
Matt Arsenault
2016-08-27
1
-1
/
+1
*
AMDGPU: Remove register operand from si_mask_branch
Matt Arsenault
2016-08-27
2
-5
/
+3
*
AMDGPU: Improve error reporting for maximum branch distance
Matt Arsenault
2016-08-27
1
-30
/
+61
*
[AArch64][CallLowering] Do not assert for not implemented part.
Quentin Colombet
2016-08-27
1
-6
/
+9
*
AMDGPU/SI: Canonicalize offset order for merged DS instructions
Tom Stellard
2016-08-26
1
-3
/
+15
*
XXX
Tom Stellard
2016-08-26
1
-1
/
+1
[next]