[llvm-commits] CVS: llvm-www/demo/index.cgi

Anders Johnsen skabet at gmail.com
Tue Jun 2 02:28:48 PDT 2009


Hi,

Would it be possible to also make optimizations optional?

Thanks,
Anders Johnsen

On Tue, Jun 2, 2009 at 11:19, <anon at cs.uiuc.edu> wrote:

>
>
> Changes in directory llvm-www/demo:
>
> index.cgi updated: 1.98 -> 1.99
> ---
> Log message:
>
> Turn on support for nested functions.  Requested by Eric Smith.
>
>
> ---
> Diffs of the changes:  (+1 -1)
>
>  index.cgi |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> Index: llvm-www/demo/index.cgi
> diff -u llvm-www/demo/index.cgi:1.98 llvm-www/demo/index.cgi:1.99
> --- llvm-www/demo/index.cgi:1.98        Wed Mar  4 07:20:10 2009
> +++ llvm-www/demo/index.cgi     Tue Jun  2 04:13:14 2009
> @@ -357,7 +357,7 @@
>     $stats = "-ftime-report"
>        if ( $c->param('showstats') );
>     try_run( "llvm C/C++/Fortran front-end (llvm-gcc)",
> -       "llvm-gcc -emit-llvm -msse3 -W -Wall -O2 $stats -o $bytecodeFile -c
> $inputFile > $outputFile 2>&1",
> +       "llvm-gcc -emit-llvm -fnested-functions -msse3 -W -Wall -O2 $stats
> -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
>       $outputFile );
>
>     if ( $c->param('showstats') && -s $timerFile ) {
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090602/c98ae4f8/attachment.html>


More information about the llvm-commits mailing list