index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
/
malloc-free-delete.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
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