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
/
LICM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-55
/
+0
*
Add radar fixed in comment.
Eric Christopher
2009-12-14
1
-5
/
+6
*
Add a test for the fix in revision 91009.
Eric Christopher
2009-12-10
1
-0
/
+20
*
Enable hoisting of loads from constant memory by default. In cases where
Dan Gohman
2009-11-19
1
-1
/
+1
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
1
-1
/
+17
*
Make these tests more interesting by using
Dan Gohman
2009-10-24
1
-1
/
+1
*
LICM shouldn't sink/delete debug information. Fix this and add a testcase.
Edwin Török
2009-10-11
1
-0
/
+55
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
26
-26
/
+26
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
10
-10
/
+10
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
26
-26
/
+26
*
rename test
Chris Lattner
2009-08-30
1
-0
/
+0
*
merge all sinking tests into one and convert them to filecheck.
Chris Lattner
2009-08-30
13
-223
/
+264
*
convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot...
Chris Lattner
2009-08-30
2
-23
/
+45
*
Before deleting a basic block, give other loop passes a chance cleanup analys...
Devang Patel
2009-03-25
1
-0
/
+39
*
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-08-16
1
-1
/
+1
*
Put the LICM of constant GlobalVariables, introduced in r53945, under a
Dan Gohman
2008-07-24
1
-1
/
+1
*
"Allow LICM to sink or lift loads from constant memory. Also add a test
Chris Lattner
2008-07-23
1
-0
/
+23
*
Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
Chris Lattner
2008-05-20
1
-0
/
+30
*
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
*
Use loop deletion instead of ADCE in these tests.
Owen Anderson
2008-05-16
1
-1
/
+1
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
1
-0
/
+0
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-19
25
-434
/
+333
*
Update this testcase. The output needs to be disabled to pass.
Bill Wendling
2008-01-01
1
-25
/
+23
*
Ding dong, the DoesntAccessMemoryFns and
Duncan Sands
2007-11-23
2
-19
/
+22
*
Relax unsafe use check. If there is one unconditional use inside the loop the...
Devang Patel
2007-10-01
1
-0
/
+21
*
Do not promote null values because it may be unsafe to do so.
Devang Patel
2007-09-24
1
-0
/
+46
*
Avoid unsafe promotion.
Devang Patel
2007-09-19
1
-0
/
+35
*
rename test, it is obviously misspelled
Gabor Greif
2007-09-18
1
-0
/
+0
*
Fix PR1657
Devang Patel
2007-09-18
1
-0
/
+26
*
Bunch of tests to check loop passes.
Devang Patel
2007-07-31
2
-0
/
+64
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
30
-0
/
+829