Author: criswell
Date: Mon Nov 19 15:44:41 2007
New Revision: 44245
URL: http://llvm.org/viewvc/llvm-project?rev=44245&view=rev
Log:
Recognize malloc() and free() as allocators and deallocators, even in
kernel mode.
Build object files for linking with the SAFECode tool.
Use the correct type for po
Author: lattner
Date: Mon Nov 19 15:43:22 2007
New Revision: 44244
URL: http://llvm.org/viewvc/llvm-project?rev=44244&view=rev
Log:
Testcase for PR1811
Added:
llvm/trunk/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
Added: llvm/trunk/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
UR
Author: lattner
Date: Mon Nov 19 15:38:03 2007
New Revision: 44243
URL: http://llvm.org/viewvc/llvm-project?rev=44243&view=rev
Log:
ExpandUnalignedLoad doesn't handle vectors right at all apparently.
Fix a couple of problems:
1. Don't assume the VT-1 is a VT that is half the size.
2. Treat vectors
Author: lattner
Date: Mon Nov 19 15:16:54 2007
New Revision: 44242
URL: http://llvm.org/viewvc/llvm-project?rev=44242&view=rev
Log:
Implement vector expand support for shuffle_vector. This fixes PR1811.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Modified: llvm/trunk/lib/C
Author: laurov
Date: Mon Nov 19 14:49:31 2007
New Revision: 44241
URL: http://llvm.org/viewvc/llvm-project?rev=44241&view=rev
Log:
ARM: Implement the '%@' inline asm extension.
Modified:
llvm-gcc-4.0/trunk/gcc/config/arm/arm.h
llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp
Modified: llvm-gcc-4
Author: djg
Date: Mon Nov 19 14:46:23 2007
New Revision: 44240
URL: http://llvm.org/viewvc/llvm-project?rev=44240&view=rev
Log:
Remove meaningless qualifiers from return types, avoiding compiler warnings.
Modified:
llvm/trunk/include/llvm/Analysis/Dominators.h
llvm/trunk/include/llvm/Basi
Author: lattner
Date: Mon Nov 19 14:21:32 2007
New Revision: 44239
URL: http://llvm.org/viewvc/llvm-project?rev=44239&view=rev
Log:
Implement splitting of UNDEF nodes. This is the first step towards fixing PR1811
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Modified: llvm/tr
On Nov 19, 2007, at 10:44 AM, Lauro Ramos Venancio wrote:
> Author: laurov
> Date: Mon Nov 19 12:44:45 2007
> New Revision: 44238
>
> URL: http://llvm.org/viewvc/llvm-project?rev=44238&view=rev
> Log:
> ARM inline asm extension: use ASM_COMMENT_START instead of '@'.
Thanks Lauro!
-Chris
___
Author: laurov
Date: Mon Nov 19 12:44:45 2007
New Revision: 44238
URL: http://llvm.org/viewvc/llvm-project?rev=44238&view=rev
Log:
ARM inline asm extension: use ASM_COMMENT_START instead of '@'.
Modified:
llvm-gcc-4.2/trunk/gcc/config/arm/arm.h
Modified: llvm-gcc-4.2/trunk/gcc/config/arm/ar
Author: resistor
Date: Mon Nov 19 10:10:59 2007
New Revision: 44236
URL: http://llvm.org/viewvc/llvm-project?rev=44236&view=rev
Log:
Teach me to do stuff late at night.
Modified:
llvm/trunk/docs/tutorial/JITTutorial2.html
Modified: llvm/trunk/docs/tutorial/JITTutorial2.html
URL:
http://llvm
Author: djg
Date: Mon Nov 19 09:36:19 2007
New Revision: 44235
URL: http://llvm.org/viewvc/llvm-project?rev=44235&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL:
http://ll
Author: djg
Date: Mon Nov 19 09:30:20 2007
New Revision: 44234
URL: http://llvm.org/viewvc/llvm-project?rev=44234&view=rev
Log:
Add explicit keywords.
Modified:
llvm/trunk/include/llvm/ADT/StringMap.h
llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h
llvm/trunk/include/llv
Author: djg
Date: Mon Nov 19 09:15:03 2007
New Revision: 44233
URL: http://llvm.org/viewvc/llvm-project?rev=44233&view=rev
Log:
Add support in SplitVectorOp for remainder operators.
Added:
llvm/trunk/test/CodeGen/X86/split-vector-rem.ll
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/Legali
Author: baldrick
Date: Mon Nov 19 09:07:37 2007
New Revision: 44232
URL: http://llvm.org/viewvc/llvm-project?rev=44232&view=rev
Log:
Workaround PR1146 by eliminating silly bitcasting in
calls due to disagreements over attributes.
Modified:
llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Modified: ll
Author: baldrick
Date: Mon Nov 19 09:06:19 2007
New Revision: 44231
URL: http://llvm.org/viewvc/llvm-project?rev=44231&view=rev
Log:
Workaround PR1146 by eliminating silly bitcasting in
calls due to disagreements over attributes.
Modified:
llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp
Modified: ll
Author: baldrick
Date: Mon Nov 19 09:05:10 2007
New Revision: 44230
URL: http://llvm.org/viewvc/llvm-project?rev=44230&view=rev
Log:
Add attributes corresponding to gcc's nothrow and
noreturn. Get attributes via flags_from_decl_or_type.
Modified:
llvm-gcc-4.2/trunk/gcc/llvm-types.cpp
Modifi
Author: baldrick
Date: Mon Nov 19 09:04:41 2007
New Revision: 44229
URL: http://llvm.org/viewvc/llvm-project?rev=44229&view=rev
Log:
Add attributes corresponding to gcc's nothrow and
noreturn. Get attributes via flags_from_decl_or_type.
Modified:
llvm-gcc-4.0/trunk/gcc/llvm-types.cpp
Modifi
17 matches
Mail list logo