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
/
AMDGPUCodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Refactor treatment of denormal mode
Matt Arsenault
2019-11-19
1
-3
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
AMDGPU: Preserve value name when inserting mul24 intrinsic
Matt Arsenault
2019-08-24
1
-1
/
+3
*
AMDGPU: Introduce a flag to disable mul24 intrinsic formation
Matt Arsenault
2019-08-24
1
-1
/
+7
*
AMDGPU: Add 24-bit mul intrinsics
Matt Arsenault
2019-07-15
1
-0
/
+127
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IRBuilder] Fixup CreateIntrinsic to allow specifying Types to Mangle.
Neil Henning
2018-10-08
1
-4
/
+4
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-4
/
+2
*
[NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
Nicolai Haehnle
2018-08-30
1
-5
/
+5
*
[AMDGPU] Use AssumptionCacheTracker in the divrem32 expansion
Stanislav Mekhanoshin
2018-07-25
1
-13
/
+21
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-2
/
+2
*
[AMDGPU] Early expansion of 32 bit udiv/urem
Stanislav Mekhanoshin
2018-06-28
1
-4
/
+316
*
AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPUAS struct
Matt Arsenault
2018-06-28
1
-1
/
+2
*
AMDGPU: Try a lot harder to emit scalar loads
Matt Arsenault
2018-06-07
1
-0
/
+9
*
[AMDGPU] Improve reciprocal handling
Stanislav Mekhanoshin
2018-06-06
1
-7
/
+13
*
AMDGPU: Preserve metadata when widening loads
Matt Arsenault
2018-06-05
1
-2
/
+23
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-6
/
+6
*
Reapply "AMDGPU: Add 32-bit constant address space"
Matt Arsenault
2018-02-09
1
-1
/
+2
*
Revert "AMDGPU: Add 32-bit constant address space"
Rafael Espindola
2018-02-07
1
-2
/
+1
*
AMDGPU: Add 32-bit constant address space
Marek Olsak
2018-02-07
1
-1
/
+2
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-1
/
+1
*
AMDGPU : Widen extending scalar loads to 32-bits.
Wei Ding
2017-07-26
1
-0
/
+45
*
[AMDGPU] Always use rcp + mul with fast math
Stanislav Mekhanoshin
2017-07-06
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-10
/
+14
*
AMDGPU: Cleanup control flow intrinsics
Matt Arsenault
2017-03-17
1
-4
/
+1
*
AMDGPU: Support v2i16/v2f16 packed operations
Matt Arsenault
2017-02-27
1
-5
/
+13
*
AMDGPU: Improve nsw/nuw/exact when promoting uniform i16 ops
Matt Arsenault
2017-02-01
1
-18
/
+41
*
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-01-20
1
-14
/
+26
*
AMDGPU: Allow rcp and rsq usage with f16
Matt Arsenault
2016-12-22
1
-1
/
+0
*
AMDGPU: Fix crash on i16 constant expression
Matt Arsenault
2016-12-06
1
-2
/
+3
*
[AMDGPU] AMDGPUCodeGenPrepare: remove extra ';'
Konstantin Zhuravlyov
2016-10-07
1
-1
/
+1
*
[AMDGPU] Promote uniform (i1, i16] operations to i32
Konstantin Zhuravlyov
2016-10-07
1
-97
/
+101
*
[AMDGPU] Promote uniform i16 bitreverse intrinsic to i32
Konstantin Zhuravlyov
2016-10-06
1
-11
/
+65
*
[AMDGPU] Sign extend AShr when promoting (instead of zero extending)
Konstantin Zhuravlyov
2016-10-03
1
-2
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[AMDGPU] Promote uniform i16 ops to i32 ops for targets that have 16 bit inst...
Konstantin Zhuravlyov
2016-09-28
1
-3
/
+234
*
AMDGPU: Use rcp for fdiv 1, x with fpmath metadata
Matt Arsenault
2016-07-26
1
-1
/
+1
*
AMDGPU: Change fdiv lowering based on !fpmath metadata
Matt Arsenault
2016-07-19
1
-6
/
+117
*
AMDGPU: Add stub custom CodeGenPrepare pass
Matt Arsenault
2016-06-24
1
-0
/
+82