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
/
test
/
Transforms
/
InstCombine
/
objsize.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Annotate strndup calls with dereferenceable_or_null
David Bolvansky
2019-09-23
1
-1
/
+1
*
[SLC] Convert some strndup calls to strdup calls
David Bolvansky
2019-09-23
1
-7
/
+7
*
[InstCombine] Annotate strdup with deref_or_null
David Bolvansky
2019-09-17
1
-3
/
+3
*
[SimplifyLibCalls] Mark known arguments with nonnull
David Bolvansky
2019-09-17
1
-1
/
+1
*
Annotate return values of allocation functions with dereferenceable_or_null
David Bolvansky
2019-08-28
1
-4
/
+4
*
[BuildLibCalls] Noalias annotation
David Bolvansky
2019-08-14
1
-1
/
+1
*
[SimplifyLibCalls] Add noalias from known callsites
David Bolvansky
2019-08-13
1
-1
/
+1
*
[SimplifyLibCalls] Add dereferenceable bytes from known callsites
David Bolvansky
2019-08-13
1
-50
/
+131
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+303
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-303
/
+0
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-29
/
+29
*
[ValueTracking] Look through casts when determining non-nullness
Johannes Doerfert
2019-01-26
1
-1
/
+1
*
Make llvm.objectsize more conservative with null
George Burgess IV
2018-07-09
1
-4
/
+4
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-20
/
+82
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-2
/
+2
*
Verifier: Call verifyModule() from llc and opt
Duncan P. N. Exon Smith
2015-03-27
1
-37
/
+0
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-13
/
+13
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-6
/
+6
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-2
/
+2
*
Change objectsize intrinsic to accept different address spaces.
Matt Arsenault
2013-10-07
1
-25
/
+25
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-21
/
+21
*
recommit tests
Nuno Lopes
2013-04-20
1
-0
/
+20
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-128
/
+0
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-0
/
+128
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-128
/
+0
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-0
/
+128
*
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
1
-54
/
+0
*
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+54
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-1
/
+2
*
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-08-17
1
-0
/
+17
*
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-27
1
-0
/
+19
*
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-24
1
-0
/
+48
*
instcombine: merge the functions that remove dead allocas and dead mallocs/ca...
Nuno Lopes
2012-07-09
1
-1
/
+2
*
teach instcombine to remove allocated buffers even if there are stores, memcp...
Nuno Lopes
2012-07-06
1
-6
/
+8
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-1
/
+1
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
1
-94
/
+14
*
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-11
1
-0
/
+55
*
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
2012-05-10
1
-0
/
+25
*
objectsize:
Nuno Lopes
2012-05-09
1
-11
/
+1
*
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-09
1
-14
/
+14
*
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
1
-2
/
+2
*
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
1
-0
/
+20
*
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-06-17
1
-2
/
+0
*
Revert 122959, it needs more thought. Add it back to README.txt with addition...
Benjamin Kramer
2011-01-07
1
-27
/
+0
*
InstCombine: Turn _chk functions into the "unsafe" variant if length and max ...
Benjamin Kramer
2011-01-06
1
-0
/
+11
*
InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi...
Benjamin Kramer
2011-01-06
1
-0
/
+16
[next]