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
/
SIMemoryLegalizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+1
*
[AMDGPU] gfx1010 memory legalizer
Stanislav Mekhanoshin
2019-05-06
1
-1
/
+262
*
AMDGPU: Add support for cross address space synchronization scopes
Konstantin Zhuravlyov
2019-03-25
1
-20
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Change the l1 flush instruction for AMDPAL/MESA3D.
Neil Henning
2018-12-10
1
-1
/
+7
*
AMDGPU: Re-apply r341982 after fixing the layering issue
Konstantin Zhuravlyov
2018-09-12
1
-2
/
+2
*
Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...
Ilya Biryukov
2018-09-12
1
-2
/
+2
*
AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination
Konstantin Zhuravlyov
2018-09-11
1
-2
/
+2
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-8
/
+5
*
run post-RA hazard recognizer pass late
Mark Searles
2018-07-16
1
-1
/
+1
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-8
/
+8
*
[AMDGPU] Simplify memory legalizer (add missing virtual descructor)
Tony Tye
2018-06-08
1
-0
/
+4
*
[AMDGPU] Simplify memory legalizer
Tony Tye
2018-06-07
1
-234
/
+707
*
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
-17
/
+17
*
[AMDGPU] More descriptive names in the memory legalizer
Stanislav Mekhanoshin
2018-02-09
1
-19
/
+20
*
[AMDGPU] removed dead code handling rmw in memory legalizer
Stanislav Mekhanoshin
2018-02-06
1
-66
/
+3
*
AMDGPU/MemoryModel: Fix monotonic atomic loads
Konstantin Zhuravlyov
2018-02-06
1
-1
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
AMDGPU: Handle non-temporal loads and stores
Konstantin Zhuravlyov
2017-09-07
1
-23
/
+59
*
AMDGPU: Handle more than one memory operand in SIMemoryLegalizer
Konstantin Zhuravlyov
2017-09-07
1
-58
/
+105
*
AMDGPU: Cleanup/refactor SIMemoryLegalizer [3]:
Konstantin Zhuravlyov
2017-09-05
1
-143
/
+157
*
AMDGPU/NFC: Cleanup/refactor SIMemoryLegalizer [2]:
Konstantin Zhuravlyov
2017-09-05
1
-151
/
+174
*
AMDGPU/NFC: Cleanup/refactor SIMemoryLegalizer [1]:
Konstantin Zhuravlyov
2017-09-05
1
-46
/
+50
*
AMDGPU/NFC: Reorder functions in SIMemoryLegalizer:
Konstantin Zhuravlyov
2017-08-19
1
-52
/
+52
*
AMDGPU/NFC: Rename few things in SIMemoryLegalizer:
Konstantin Zhuravlyov
2017-08-18
1
-113
/
+107
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-10
1
-5
/
+23
*
AMDGPU: Implement memory model
Konstantin Zhuravlyov
2017-07-21
1
-0
/
+491