index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Other
Age
Commit message (
Expand
)
Author
2010-03-10
Constant-fold GEP-of-GEP into a single GEP.
Dan Gohman
2010-03-10
Fix whitespace.
Dan Gohman
2010-03-01
stop using anders-aa
Chris Lattner
2010-02-25
Teach the constant folder about union types.
Dan Gohman
2010-02-10
Canonicalize sizeof and alignof on pointer types to a canonical
Dan Gohman
2010-02-02
Factor out alignof expression folding into a separate function and
Dan Gohman
2010-02-01
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
2010-01-28
Remove the folding rule
Dan Gohman
2010-01-26
-disable-output is no longer needed with -analyze.
Dan Gohman
2010-01-09
fix bogus test
Chris Lattner
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2009-10-24
Update these tests to match what Loop::print now prints.
Dan Gohman
2009-09-15
Forbid arrays of function-type and structures with function-typed fields.
Nick Lewycky
2009-09-11
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-03-31
Update call graph after inlining invoke.
Devang Patel
2009-02-27
Update another test for the LoopInfo::print changes.
Dan Gohman
2008-10-15
Testcase for PR2894.
Duncan Sands
2008-10-06
Remove interfaces implemented by dead pass from the list of available passes.
Devang Patel
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-09-19
Teach -callgraph to always print the callgraph (as the
Duncan Sands
2008-08-16
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-08-14
The pass manager is not able to schedule -loop-deletion -loop-index-split.
Devang Patel
2008-07-28
Test this differently: I saw this test fail
Duncan Sands
2008-07-10
Put CPPBackend tests into their own directory and run them only if they're
Bill Wendling
2008-06-10
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-06-04
Change packed struct layout so that field sizes
Duncan Sands
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-04-23
Fix tests due to llvm2cpp move to llc target
Anton Korobeynikov
2008-03-20
Keep track of analysis information inherited from Module pass manager.
Devang Patel
2008-02-23
Fix a bug that caused opt and other tools to silently ignore
Dan Gohman
2008-02-19
dead pass
Chris Lattner
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-15
Fix PR2028
Devang Patel
2007-09-10
New test.
Devang Patel
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-07-05
Fix PR1539. Add LoopPassPrinter.
Devang Patel
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-28
Fix PR 1526.
Devang Patel
2007-06-27
Update. Now, -etforest is an invalid option.
Devang Patel
2007-06-16
Call the correct function name. Patch from Stephane Letz.
Nick Lewycky
2007-06-05
New test.
Devang Patel
2007-04-25
New test.
Devang Patel
2007-04-15
For PR1319: Upgrade to new test harness
Reid Spencer
2007-04-15
Update tests for the disappearance of -idom.
Owen Anderson
[next]