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
/
AMDGPU
/
R600ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetLowering][AMDGPU] Make scalarizeVectorLoad return a pair of SDValues i...
Craig Topper
2019-12-30
1
-1
/
+3
*
[AMDGPU] Don't create MachinePointerInfos with an UndefValue pointer
Jay Foad
2019-12-23
1
-9
/
+3
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-6
/
+4
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
AMDGPU: Refactor treatment of denormal mode
Matt Arsenault
2019-11-19
1
-4
/
+2
*
AMDGPU: Change boolean content type to 0 or 1
Matt Arsenault
2019-11-15
1
-0
/
+3
*
Remove duplicate MemVT to fix shadow variable warning. NFCI.
Simon Pilgrim
2019-11-09
1
-1
/
+0
*
Remove superfluous break after return. NFC.
Simon Pilgrim
2019-11-09
1
-2
/
+0
*
Fix shadow variable warning by reducing scope of CC/InverseCC CondCodes. NFCI.
Simon Pilgrim
2019-11-09
1
-3
/
+3
*
[AMDGPU] Removed dead code from R600ISelLowering.cpp
Stanislav Mekhanoshin
2019-11-05
1
-6
/
+1
*
[AMDGPU] Use math constants defined in MathExtras (NFC)
Evandro Menezes
2019-10-09
1
-1
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-5
/
+5
*
Fix compilation warnings when compiling with GCC 7.3
Alexandre Ganea
2019-05-06
1
-0
/
+6
*
[LegalizeVectorTypes] Allow single loads and stores for more short vectors
Justin Bogner
2019-03-27
1
-6
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SelectionDAG] Add FoldBUILD_VECTOR to simplify new BUILD_VECTOR nodes
Simon Pilgrim
2018-10-30
1
-16
/
+18
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-18
/
+18
*
AMDGPU/R600: Convert kernel param loads to use PARAM_I_ADDRESS
Jan Vesely
2018-08-01
1
-24
/
+64
*
Reapply "AMDGPU: Fix handling of alignment padding in DAG argument lowering"
Matt Arsenault
2018-07-20
1
-17
/
+4
*
Revert "AMDGPU: Fix handling of alignment padding in DAG argument lowering"
Evgeniy Stepanov
2018-07-14
1
-4
/
+17
*
AMDGPU: Fix handling of alignment padding in DAG argument lowering
Matt Arsenault
2018-07-13
1
-17
/
+4
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-1
/
+1
*
AMDGPU: Fix UBSan error caused by r335942
Tom Stellard
2018-07-06
1
-1
/
+1
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-138
/
+202
*
AMDGPU: Remove MFI::ABIArgOffset
Matt Arsenault
2018-06-28
1
-4
/
+1
*
AMDGPU/R600: Move intrinsics to IntrinsicsAMDGPU.td
Tom Stellard
2018-06-01
1
-6
/
+6
*
AMDGPU: Pass function directly instead of MachineFunction
Matt Arsenault
2018-05-29
1
-1
/
+2
*
AMDGPU/R600: Remove code for handling AMDGPUISD::CLAMP
Tom Stellard
2018-05-24
1
-21
/
+0
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
AMDGPU/EG: Add a new FeatureFMA and use it to selectively enable FMA instruction
Jan Vesely
2017-12-04
1
-0
/
+5
*
[AMDGPU] Fix pointer info for lowering load/store for r600 for amdgiz environ...
Yaxun Liu
2017-11-10
1
-3
/
+7
*
AMDGPU: Fix set but not used warnings related to AMDGPUAS
Konstantin Zhuravlyov
2017-11-01
1
-19
/
+18
*
Add DAG argument to canMergeStoresTo NFC.
Nirav Dave
2017-07-10
1
-1
/
+2
*
AMDGPU: Cleanup CreateLiveInRegister
Matt Arsenault
2017-06-19
1
-12
/
+12
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
[AMDGPU] Prevent too large store merges in AMDGPU Subtargets. NFCI.
Nirav Dave
2017-05-24
1
-0
/
+8
*
AMDGPU: Refactor argument lowering
Matt Arsenault
2017-04-11
1
-1
/
+1
*
AMDGPU: Remove legacy bfe intrinsics
Matt Arsenault
2017-04-03
1
-2
/
+7
*
[AMDGPU] Get address space mapping by target triple environment
Yaxun Liu
2017-03-27
1
-33
/
+35
*
AMDGPU: Cleanup fmin/fmax legacy function
Matt Arsenault
2017-02-01
1
-1
/
+1
*
AMDGPU add support for spilling to a user sgpr pointed buffers
Tom Stellard
2017-01-25
1
-1
/
+1
*
AMDGPU/R600: Serialize vector trunc stores to private AS
Jan Vesely
2017-01-20
1
-3
/
+25
*
ADMGPU/EG,CM: Implement _noret global atomics
Jan Vesely
2017-01-16
1
-0
/
+5
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-18
/
+18
*
AMDGPU/R600: Don't use REGISTER_{LOAD,STORE} ISD nodes
Jan Vesely
2017-01-06
1
-149
/
+132
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-09
1
-19
/
+34
[next]