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
/
Transforms
/
Scalar
/
InferAddressSpaces.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-4
/
+2
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-2
/
+4
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-4
/
+2
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-2
/
+2
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-14
1
-2
/
+2
*
InferAddressSpaces: Move target intrinsic handling to TTI
Matt Arsenault
2019-08-14
1
-23
/
+15
*
InferAddressSpaces: Remove unnecessary check for ConstantInt
Matt Arsenault
2019-08-14
1
-2
/
+2
*
InferAddressSpaces: Fix cloning original addrspacecast
Matt Arsenault
2019-06-17
1
-2
/
+6
*
[InferAddressSpaces] Enhance the handling of cosntexpr.
Michael Liao
2019-05-10
1
-3
/
+10
*
[InferAddressSpaces] Add AS parameter to the pass factory
Sven van Haastregt
2019-04-26
1
-6
/
+11
*
[InferAddressSpaces] Fix fallthrough error
Joey Gouly
2019-02-21
1
-0
/
+1
*
[InferAddressSpaces] Fix crash on select of non-ptr operands
Joey Gouly
2019-02-21
1
-2
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[InferAddressSpaces] Update uses of IRBuilder memory intrinsic creation to ne...
Daniel Neilson
2018-02-06
1
-5
/
+7
*
[AMDGPU] fix LDS f32 intrinsics
Daniil Fukalov
2018-01-26
1
-6
/
+6
*
[AMDGPU] add LDS f32 intrinsics
Daniil Fukalov
2018-01-17
1
-1
/
+7
*
InferAddressSpaces: Fix bug about replacing addrspacecast
Yaxun Liu
2017-10-30
1
-0
/
+5
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
1
-7
/
+34
*
[NVPTX] allow address space inference for volatile loads/stores.
Artem Belevich
2017-10-24
1
-13
/
+22
*
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Reid Kleckner
2017-09-07
1
-0
/
+2
*
[InferAddressSpaces] Fix assertion about null pointer
Yaxun Liu
2017-07-07
1
-1
/
+2
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
InferAddressSpaces: Avoid assertion failure with replacing identical
Nirav Dave
2017-06-08
1
-0
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-11
/
+11
*
InferAddressSpaces: Search constant expressions for addrspacecasts
Matt Arsenault
2017-04-28
1
-12
/
+48
*
InferAddressSpaces: Avoid looking up deleted values
Matt Arsenault
2017-04-28
1
-3
/
+10
*
InferAddressSpaces: Infer from just addrspacecasts
Matt Arsenault
2017-04-28
1
-0
/
+12
*
InferAddressSpaces: Use reference arguments instead of pointers
Matt Arsenault
2017-04-24
1
-15
/
+15
*
InferAddressSpaces: Remove redundant assert
Matt Arsenault
2017-04-24
1
-1
/
+0
*
InferAddressSpaces: Infer for just GEPs
Matt Arsenault
2017-04-21
1
-3
/
+7
*
AMDGPU: Add all atomicrmw fields to atomic.inc/dec
Matt Arsenault
2017-03-30
1
-2
/
+8
*
Bug 31948: Fix assertion when bitcasting constantexpr pointers
Matt Arsenault
2017-02-17
1
-0
/
+6
*
InferAddressSpaces: Handle more cases with constant select operands
Matt Arsenault
2017-02-02
1
-11
/
+63
*
InferAddressSpaces: clang-format some things
Matt Arsenault
2017-02-02
1
-35
/
+35
*
InferAddressSpaces: Handle select
Matt Arsenault
2017-02-01
1
-0
/
+8
*
InferAddressSpaces: Remove dead declaration
Matt Arsenault
2017-01-31
1
-1
/
+0
*
InferAddressSpaces: Avoid double map lookup
Matt Arsenault
2017-01-31
1
-6
/
+4
*
InferAddressSpaces: Fix broken casting of constants
Matt Arsenault
2017-01-31
1
-2
/
+7
*
InferAddressSpaces: Rename constant
Matt Arsenault
2017-01-31
1
-6
/
+6
*
InferAddressSpaces: Handle icmp
Matt Arsenault
2017-01-31
1
-8
/
+64
*
InferAddressSpaces: Support memory intrinsics
Matt Arsenault
2017-01-31
1
-14
/
+146
*
InferAddressSpaces: Support atomics
Matt Arsenault
2017-01-31
1
-16
/
+44
*
InferAddressSpaces: Don't replace volatile users
Matt Arsenault
2017-01-31
1
-2
/
+5
*
NVPTX: Move InferAddressSpaces to generic code
Matt Arsenault
2017-01-31
1
-0
/
+610