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
/
MergeFunc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugfix for PR17099:
Stepan Dyatkovskiy
2013-09-17
1
-0
/
+18
*
Add missing CHECK-LABEL
Matt Arsenault
2013-09-14
1
-0
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-7
/
+2
*
MergeFunc: Make pointer and integer types generate the same hash.
Benjamin Kramer
2013-04-19
1
-1
/
+1
*
Make variable match any name.
Bill Wendling
2013-04-19
1
-2
/
+2
*
Try explicitly setting the target triple to see if this gets it to pass on ARM.
Bill Wendling
2013-04-19
1
-1
/
+1
*
Attempt to pacify this test for the buildbots.
Chad Rosier
2013-04-19
1
-3
/
+3
*
Add test to make sure that a int-to-ptr can be merged correctly.
Bill Wendling
2013-04-19
1
-0
/
+55
*
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
1
-0
/
+46
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
5
-4
/
+4
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
5
-0
/
+4
*
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
1
-0
/
+36
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
2
-3
/
+3
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
3
-3
/
+3
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
2
-2
/
+2
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Convert to the new EH model.
Bill Wendling
2011-11-08
1
-10
/
+10
*
When removing a function from the function set and adding it to deferred, we
Nick Lewycky
2011-02-09
1
-0
/
+276
*
Fix surprising missed optimization in mergefunc where we forgot to consider
Nick Lewycky
2011-01-27
1
-0
/
+76
*
Teach mergefunc how to emit aliases safely again -- but keep it turned it off
Nick Lewycky
2011-01-25
1
-0
/
+4
*
Arrays and vectors with different numbers of elements are not equivalent.
Nick Lewycky
2010-07-16
1
-0
/
+18
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
3
-3
/
+3
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
3
-3
/
+3
*
Given two identical weak functions, produce one internal function and two weak
Nick Lewycky
2009-06-12
1
-0
/
+13
*
This test is wrong. If you have two weak functions F and G you can't make
Nick Lewycky
2009-06-12
1
-11
/
+0
*
Fix tests not to emit IR output
Anton Korobeynikov
2008-11-04
2
-2
/
+2
*
Changes from Duncan's review:
Nick Lewycky
2008-11-02
1
-0
/
+11
*
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-11-02
3
-0
/
+61