Author: dpatel
Date: Mon Nov 26 13:26:53 2007
New Revision: 44329
URL: http://llvm.org/viewvc/llvm-project?rev=44329&view=rev
Log:
Use DEVELOPER_DIR if it is set.
Modified:
llvm-gcc-4.2/trunk/GNUmakefile
Modified: llvm-gcc-4.2/trunk/GNUmakefile
URL:
http://llvm.org/viewvc/llvm-project/llvm-
Author: dpatel
Date: Mon Nov 26 13:28:19 2007
New Revision: 44330
URL: http://llvm.org/viewvc/llvm-project?rev=44330&view=rev
Log:
Use DEVELOPER_DIR if it is set.
Modified:
llvm-gcc-4.0/trunk/GNUmakefile
Modified: llvm-gcc-4.0/trunk/GNUmakefile
URL:
http://llvm.org/viewvc/llvm-project/llvm-
Author: dpatel
Date: Mon Nov 26 13:48:47 2007
New Revision: 44331
URL: http://llvm.org/viewvc/llvm-project?rev=44331&view=rev
Log:
Do not hard code LLVM_BIN_DIR. Use $DEST_ROOT value.
Modified:
llvm-gcc-4.2/trunk/build_gcc
Modified: llvm-gcc-4.2/trunk/build_gcc
URL:
http://llvm.org/viewvc/
Author: dpatel
Date: Mon Nov 26 13:49:16 2007
New Revision: 44332
URL: http://llvm.org/viewvc/llvm-project?rev=44332&view=rev
Log:
Do not hard code LLVM_BIN_DIR. Use $DEST_ROOT value.
Modified:
llvm-gcc-4.0/trunk/build_gcc
Modified: llvm-gcc-4.0/trunk/build_gcc
URL:
http://llvm.org/viewvc
Hello,
Please find attached the changelist for PR889. As suggested in
bugzilla, I devirtualized the Value destructor, renamed the
destructors of Value-inherited classes to static destroythis methods,
added the code for type checking and destroythis scheduling to Value
destructor.
Currently i am not
Author: cfr
Date: Mon Nov 26 17:19:59 2007
New Revision: 44340
URL: http://llvm.org/viewvc/llvm-project?rev=44340&view=rev
Log:
Add TGParser files to VStudio project files. Removed generated files section
from TableGen project file as it is no longer needed. #Include
directly from TGParser.cp
Author: djg
Date: Mon Nov 26 17:46:11 2007
New Revision: 44341
URL: http://llvm.org/viewvc/llvm-project?rev=44341&view=rev
Log:
Don't lower srem/urem X%C to X-X/C*C unless the division is actually
optimized. This avoids creating illegal divisions when the combiner is
running after legalize; this f
Author: djg
Date: Mon Nov 26 18:03:38 2007
New Revision: 44342
URL: http://llvm.org/viewvc/llvm-project?rev=44342&view=rev
Log:
Remove unnecessary && from the RUN lines of this test.
Modified:
llvm/trunk/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
Modified: llvm/trunk/test/CodeGen/X86/2007-07-
Author: djg
Date: Mon Nov 26 18:07:33 2007
New Revision: 44343
URL: http://llvm.org/viewvc/llvm-project?rev=44343&view=rev
Log:
Don't redirect llvm-as's stderr to llvm-dis.
Change grep '' to grep {}.
Modified:
llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll
Modified: llvm/trunk/test/Asse
Author: djg
Date: Mon Nov 26 18:10:35 2007
New Revision: 44344
URL: http://llvm.org/viewvc/llvm-project?rev=44344&view=rev
Log:
Change grep '' to grep {}.
Change 2>&1 | to |&.
Modified:
llvm/trunk/test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
llvm/trunk/test/Analysis/ScalarEv
Author: djg
Date: Mon Nov 26 18:50:57 2007
New Revision: 44345
URL: http://llvm.org/viewvc/llvm-project?rev=44345&view=rev
Log:
Change &| to |&.
Modified:
llvm/trunk/test/Verifier/invoke-1.ll
llvm/trunk/test/Verifier/invoke-2.ll
Modified: llvm/trunk/test/Verifier/invoke-1.ll
URL:
http:/
Author: cfr
Date: Mon Nov 26 19:25:12 2007
New Revision: 44346
URL: http://llvm.org/viewvc/llvm-project?rev=44346&view=rev
Log:
Moving TGLexer.h from source to header file tab in TableGen project file
Modified:
llvm/trunk/win32/TableGen/TableGen.vcproj
Modified: llvm/trunk/win32/TableGen/Tab
Author: resistor
Date: Mon Nov 26 21:33:40 2007
New Revision: 44347
URL: http://llvm.org/viewvc/llvm-project?rev=44347&view=rev
Log:
Add accessor for getting the underlying templated type. This is necessary for
templated LoopInfo.
Modified:
llvm/trunk/include/llvm/Analysis/Dominators.h
Author: resistor
Date: Mon Nov 26 21:43:35 2007
New Revision: 44348
URL: http://llvm.org/viewvc/llvm-project?rev=44348&view=rev
Log:
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo.
This involves a small interface change.
Modified:
llvm/trunk/include/llvm/Analysis/
Author: lattner
Date: Tue Nov 27 00:14:12 2007
New Revision: 44351
URL: http://llvm.org/viewvc/llvm-project?rev=44351&view=rev
Log:
don't depend on ADL.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
URL:
Author: lattner
Date: Tue Nov 27 00:14:32 2007
New Revision: 44352
URL: http://llvm.org/viewvc/llvm-project?rev=44352&view=rev
Log:
err, no really.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
URL:
http
Author: sheng
Date: Tue Nov 27 00:17:01 2007
New Revision: 44353
URL: http://llvm.org/viewvc/llvm-project?rev=44353&view=rev
Log:
Make this testcase compatible with CYGWIN.
Modified:
llvm/trunk/test/CFrontend/2005-02-20-AggregateSAVEEXPR.c
Modified: llvm/trunk/test/CFrontend/2005-02-20-Aggre
> //
> // XFAIL: sparc
>
> -#include
> +#ifdef __CYGWIN__
> + #include
> +#else
> + #include
> +#endif
IIRC this isn't quite right, you can't depend on mingw with cygwin. I
think cygwin
should have a complex.h, if you want to make this work for mingw then
you should use __MINGW32__.
-er
Author: sheng
Date: Tue Nov 27 00:23:59 2007
New Revision: 44354
URL: http://llvm.org/viewvc/llvm-project?rev=44354&view=rev
Log:
Make this pass for CYGWIN.
Modified:
llvm/trunk/test/CFrontend/extern-weak.c
Modified: llvm/trunk/test/CFrontend/extern-weak.c
URL:
http://llvm.org/viewvc/llvm-p
On Nov 26, 2007, at 4:46 AM, pawel kunio wrote:
> Hello,
> Please find attached the changelist for PR889. As suggested in
> bugzilla, I devirtualized the Value destructor, renamed the
> destructors of Value-inherited classes to static destroythis methods,
> added the code for type checking and de
On Nov 26, 2007, at 10:23 PM, Zhou Sheng wrote:
> Author: sheng
> Date: Tue Nov 27 00:23:59 2007
> New Revision: 44354
>
> URL: http://llvm.org/viewvc/llvm-project?rev=44354&view=rev
> Log:
> Make this pass for CYGWIN.
Would this be better written as:
#if defined(__APPLE__)
void foo() __attribu
21 matches
Mail list logo