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
/
IR
/
IRBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Align compatible methods for CreateElementUnorderedAtomicMemSet
Guillaume Chatelet
2019-12-19
1
-4
/
+2
*
[Alignment][NFC] Adding Align compatible methods to IntrinsicInst/IRBuilder
Guillaume Chatelet
2019-12-12
1
-20
/
+28
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-6
/
+6
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-2
/
+4
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
1
-1
/
+1
*
Change semantics of fadd/fmul vector reductions.
Sander de Smalen
2019-06-11
1
-2
/
+2
*
Match types of accumulator and result for llvm.experimental.vector.reduce.fad...
Sander de Smalen
2019-05-20
1
-4
/
+2
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-17
/
+17
*
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
-12
/
+13
*
[SLC] Add an alignment to CreateGlobalString
David Green
2018-09-06
1
-0
/
+1
*
[IR] Strip trailing whitespace. NFC
Bjorn Pettersson
2018-07-03
1
-13
/
+13
*
[IRBuilder] Add APIs for creating calls to atomic memmove and memset intrinsi...
Daniel Neilson
2018-05-30
1
-0
/
+70
*
IRBuilder: Add overload for intrinsics without args
Matt Arsenault
2018-05-29
1
-0
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[IR] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-03-30
1
-14
/
+27
*
[InstCombine] allow fmul-sqrt folds with less than full -ffast-math
Sanjay Patel
2018-02-23
1
-3
/
+17
*
Add IRBuilder API to create memcpy/memmove calls with differing source and de...
Daniel Neilson
2018-01-27
1
-11
/
+18
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-11
/
+25
*
Expand IRBuilder interface for atomic memcpy to require pointer alignments. (...
Daniel Neilson
2017-11-10
1
-2
/
+11
*
[LV] Avoid redundant operations manipulating masks
Ayal Zaks
2017-07-31
1
-0
/
+2
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
1
-8
/
+7
*
[Atomics][LoopIdiom] Recognize unordered atomic memcpy
Anna Thomas
2017-06-06
1
-0
/
+32
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy"
Anna Thomas
2017-05-31
1
-32
/
+0
*
[Atomics][LoopIdiom] Recognize unordered atomic memcpy
Anna Thomas
2017-05-31
1
-0
/
+32
*
Fix vector pass-through value being unused in IRBuilder::CreateMaskedGather
Amara Emerson
2017-05-19
1
-1
/
+4
*
Introduce experimental generic intrinsics for horizontal vector reductions.
Amara Emerson
2017-05-09
1
-0
/
+88
*
Support arbitrary address space pointers in masked gather/scatter intrinsics.
Elad Cohen
2017-05-03
1
-2
/
+6
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-2
/
+4
*
AMDGPU: Basic folds for fmed3 intrinsic
Matt Arsenault
2017-02-27
1
-0
/
+8
*
Add invariant start call creation in IRBuilder.NFC
Anna Thomas
2016-07-22
1
-0
/
+20
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-06-28
1
-10
/
+15
*
Revert -r273892 "Support arbitrary addrspace pointers in masked load/store in...
Artur Pilipenko
2016-06-27
1
-15
/
+10
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-06-27
1
-10
/
+15
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"
Adam Nemet
2016-04-14
1
-15
/
+10
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-04-12
1
-10
/
+15
*
Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"
Matthias Braun
2016-03-22
1
-15
/
+10
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-03-10
1
-10
/
+15
*
Fix warning on build without asserts
Tim Northover
2016-02-17
1
-4
/
+5
*
Create masked gather and scatter intrinsics in Loop Vectorizer.
Elena Demikhovsky
2016-02-17
1
-15
/
+70
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-19
/
+6
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-6
/
+19
*
[IRBuilder] Change the `gc.statepoint` creation interface
Sanjoy Das
2015-10-08
1
-15
/
+16
*
[IRBuilder] Add gc.statepoint related methods to IRBuilder
Sanjoy Das
2015-10-07
1
-32
/
+74
*
IRBuilder: Allow globals to be constructed in a specific address space
Tobias Grosser
2015-06-19
1
-3
/
+5
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-2
/
+2
[next]