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
/
malloc-free-delete.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyLibCalls] Mark known arguments with nonnull
David Bolvansky
2019-09-17
1
-2
/
+2
*
[NFC] Fixed test
David Bolvansky
2019-09-11
1
-2
/
+2
*
Annotate return values of allocation functions with dereferenceable_or_null
David Bolvansky
2019-08-28
1
-56
/
+101
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+288
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-288
/
+0
*
[InstCombine] Teach the move free before null test opti how to deal with noop...
Quentin Colombet
2018-10-30
1
-0
/
+29
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+40
*
Revert "[Analysis] Support aligned new/delete functions."
Eric Fiselier
2018-04-04
1
-40
/
+0
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+40
*
Fix broken test from r325630.
Benjamin Kramer
2018-02-20
1
-1
/
+1
*
[MemoryBuiltins] Check nobuiltin status when identifying calls to free.
Benjamin Kramer
2018-02-20
1
-1
/
+21
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-11
/
+11
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-4
/
+4
*
[Analysis] Become aware of MSVC's new/delete functions
David Majnemer
2015-12-03
1
-0
/
+11
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-11
/
+11
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-11
/
+11
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
For PR21145: recognise a builtin call to a known deallocation function even if
Richard Smith
2015-01-15
1
-4
/
+23
*
PR21145: Teach LLVM about C++14 sized deallocation functions.
Richard Smith
2014-10-03
1
-0
/
+23
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
1
-0
/
+24
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-6
/
+6
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
1
-0
/
+29
*
teach instcombine to remove allocated buffers even if there are stores, memcp...
Nuno Lopes
2012-07-06
1
-4
/
+49
*
Fix logical error when detecting lifetime intrinsics.
Nick Lewycky
2011-08-03
1
-0
/
+11
*
Teach InstCombine that lifetime intrincs aren't a real user on the result of a
Nick Lewycky
2011-08-02
1
-1
/
+13
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-6
/
+6
*
Teach instCombine to remove malloc+free if malloc's only uses are comparisons
Duncan Sands
2010-05-27
1
-4
/
+16
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-2
/
+4
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
1
-1
/
+1
*
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...
Victor Hernandez
2009-09-25
1
-1
/
+1
*
Auto-upgrade malloc instructions to malloc calls.
Victor Hernandez
2009-09-24
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-2
/
+2
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-2
/
+2
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+1
*
testcase for PR1201
Chris Lattner
2007-04-14
1
-0
/
+12