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
/
ConstantMerge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
8
-0
/
+261
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
8
-261
/
+0
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-4
/
+4
*
Don't merge global constants with non-dbg metadata.
Evgeniy Stepanov
2017-03-09
2
-0
/
+70
*
[PM] Port ConstantMerge to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+3
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-23
/
+0
*
Corruptly merge constants with explicit and implicit alignments.
Rafael Espindola
2013-11-12
1
-0
/
+28
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-06
1
-0
/
+3
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
4
-4
/
+4
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
If the global variable is removed by the linker, then don't constant merge it
Bill Wendling
2012-01-11
1
-0
/
+23
*
Teach the ConstantMerge pass about alignment. Fixes PR10514!
Nick Lewycky
2011-07-27
1
-2
/
+15
*
Don't merge two constants if we care about the address of both.
Rafael Espindola
2011-01-16
3
-1
/
+67
*
Make constmerge a two-pass algorithm so that it won't miss merging
Nick Lewycky
2011-01-15
1
-0
/
+18
*
fix PR8144, a bug where constant merge would merge globals marked
Chris Lattner
2010-09-15
1
-0
/
+14
*
1. modernize the constantmerge pass, using densemap/smallvector.
Chris Lattner
2010-02-12
1
-10
/
+24
*
rename test
Chris Lattner
2010-02-12
1
-0
/
+0
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
2
-3
/
+3
*
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
2
-3
/
+3
*
Eliminate uses of %prcontext.
Daniel Dunbar
2009-09-05
1
-1
/
+3
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
3
-25
/
+23
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-3
/
+0
*
For PR1319:
Reid Spencer
2007-04-15
1
-2
/
+2
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
5
-0
/
+42