Displaying 9 results from an estimated 9 matches for "loopbug".
Did you mean:
loopbug2
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...UnitTests/2006-12-04-DynAllocAndRestore
SingleSource/UnitTests/2006-12-07-Compare64BitConstant
SingleSource/UnitTests/2006-12-11-LoadConstants
SingleSource/UnitTests/2007-01-04-KNR-Args
SingleSource/UnitTests/2007-03-02-VaCopy
SingleSource/UnitTests/2007-04-25-weak
SingleSource/UnitTests/2008-04-18-LoopBug
SingleSource/UnitTests/2008-04-20-LoopBug2
SingleSource/UnitTests/2008-07-13-InlineSetjmp
SingleSource/UnitTests/2009-04-16-BitfieldInitialization
SingleSource/UnitTests/2009-12-07-StructReturn
SingleSource/UnitTests/2010-05-24-BitfieldTest
SingleSource/UnitTests/AtomicOps
SingleSource/UnitTests/bl...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...ce/UnitTests/2003-05-14-AtExit | * | * |
SingleSource/UnitTests/2002-05-02-CastTest | * | * |
SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | * | * |
SingleSource/UnitTests/2008-04-20-LoopBug2 | * | * |
SingleSource/UnitTests/2010-05-24-BitfieldTest | * | * |
SingleSource/UnitTests/block-call-r7674133 | * | * |
SingleSource/UnitTests/2002-10-12-StructureArgsSimple...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...00 | - - n/a n/a
> SingleSource/UnitTests/2007-04-25-weak |
> 0.0000 512 0.0000 * 0.0000 | 0.00 0.00
> 0.00 * 0.01 | - - n/a n/a
> SingleSource/UnitTests/2008-04-18-LoopBug |
> 0.0100 1052 0.0000 * 0.0000 | 0.00 0.00
> 0.00 * 0.01 | - - n/a n/a
> SingleSource/UnitTests/2008-04-20-LoopBug2 |
> 0.0000 1068 0.0100 * ...
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
Hi Tanya,
> 1) Compile llvm from source and untar the llvm-test in the projects
> directory (name it llvm-test or test-suite). Choose to use a
> pre-compiled llvm-gcc or re-compile it yourself.
I compiled llvm and llvm-gcc with separate objects directories.
Platform is x86_64-linux-gnu.
> 2) Run make check, report any failures (FAIL or unexpected pass). Note
> that you need to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...n/a n/a
> SingleSource/UnitTests/2007-04-25-
> weak | 0.0000 512 0.0000
> * 0.0000 | 0.00 0.00 0.00 *
> 0.01 | - - n/a n/a
> SingleSource/UnitTests/2008-04-18-
> LoopBug | 0.0100 1052 0.0000
> * 0.0000 | 0.00 0.00 0.00 *
> 0.01 | - - n/a n/a
> SingleSource/UnitTests/2008-04-20-
> LoopBug2 | 0.0000 1068 0.0100...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers,
2.6 pre-release2 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
If you have time, I'd appreciate anyone who can help test the release.
To test llvm-gcc:
1) Compile llvm from source and untar the llvm-test in the projects
directory (name it llvm-test or test-suite). Choose to use a pre-
compiled llvm-gcc or re-compile it yourself.
2) Run make check,
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
LLVMers,
The 2.5 pre-release is available for testing:
http://llvm.org/prereleases/2.5/
If you have time, I'd appreciate anyone who can help test the release.
Please do the following:
1) Download/compile llvm source, and either compile llvm-gcc source or
use llvm-gcc binary (please compile llvm-gcc with fortran if you can).
2) Run make check, send me the testrun.log
3) Run "make
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
....01 5672
2007-03-02-VaCopy.ll 2 4199 0 0.01 4190 0 0.01 4190
2007-04-10-BitfieldTest.ll 1 2325 0 0.01 2316 0 0.01 2316
2007-04-25-weak.ll 1 1941 0 0.01 1932 0 0.01 1932
2008-01-07-LongDouble.ll 1 1693 0 0.01 1681 0 0.01 1681
2008-01-29-ParamAliasesReturn.ll 5 7207 0 0.01 7191 0 0.01 7191
2008-04-18-LoopBug.ll 2 5876 0 0.01 5867 0 0.01 5867
2008-04-20-LoopBug2.ll 2 5780 0 0.01 5771 0 0.01 5771
2008-07-13-InlineSetjmp.ll 3 3729 0 0.01 3720 0 0.00 3720
2009-04-16-BitfieldInitialization.ll 1 13564 0 0.01 13555 0 0.01 13555
2009-12-07-StructReturn.ll 3 5862 0 0.01 5853 0 0.01 5853
2010-05-24-BitfieldTest....