- Oct 09, 2006
-
-
Evan Cheng authored
Chain and address ptr remains as operands. SrcValue, extending mode, extending VT (or rather loaded VT before extension) are now instance variables of LoadSDNode. Introduce load / store addressing modes to represent pre- and post-indexed load and store. Also added an additional operand offset that is only used in post-indexed mode (i.e. base ptr += offset after load/store). Added alignment info (not yet used) and isVolatile fields. llvm-svn: 30843
-
Devang Patel authored
llvm-svn: 30842
-
Chris Lattner authored
llvm-svn: 30841
-
Rafael Espindola authored
llvm-svn: 30840
-
Andrew Lenharth authored
llvm-svn: 30839
-
-
Nick Lewycky authored
llvm-svn: 30837
-
Rafael Espindola authored
llvm-svn: 30835
-
Reid Spencer authored
The result of yyparse() was not being checked. When YYERROR or YYABORT is called it causes yyparse() to return 1 to indicate the error. The code was silently ignoring this situation because it previously expected either an exception or a null ParserResult to indicate an error. The patch corrects this situation. llvm-svn: 30834
-
Chris Lattner authored
llvm-svn: 30833
-
Rafael Espindola authored
llvm-svn: 30832
-
Chris Lattner authored
llvm-svn: 30831
-
Rafael Espindola authored
llvm-svn: 30830
-
Rafael Espindola authored
llvm-svn: 30829
-
Rafael Espindola authored
llvm-svn: 30828
-
Rafael Espindola authored
llvm-svn: 30827
-
Rafael Espindola authored
llvm-svn: 30826
-
Chris Lattner authored
PR892 and Transforms/ScalarRepl/union-pointer.ll:test2 llvm-svn: 30825
-
Chris Lattner authored
llvm-svn: 30824
-
Chris Lattner authored
llvm-svn: 30823
-
Chris Lattner authored
llvm-svn: 30822
-
Chris Lattner authored
if TF depends on A and B, and A depends on B, TF just needs to depend on A. With Jim's alias-analysis stuff enabled, this compiles the testcase in PR892 into: __Z4test3Val: subl $44, %esp call L__Z3foov$stub movl %edx, 28(%esp) movl %eax, 32(%esp) movl %eax, 24(%esp) movl %edx, 36(%esp) movl 52(%esp), %ecx movl %ecx, 4(%esp) movl %eax, 8(%esp) movl %edx, 12(%esp) movl 48(%esp), %eax movl %eax, (%esp) call L__Z3bar3ValS_$stub addl $44, %esp ret instead of: __Z4test3Val: subl $44, %esp call L__Z3foov$stub movl %eax, 24(%esp) movl %edx, 28(%esp) movl 24(%esp), %eax movl %eax, 32(%esp) movl 28(%esp), %eax movl %eax, 36(%esp) movl 32(%esp), %eax movl 36(%esp), %ecx movl 52(%esp), %edx movl %edx, 4(%esp) movl %eax, 8(%esp) movl %ecx, 12(%esp) movl 48(%esp), %eax movl %eax, (%esp) call L__Z3bar3ValS_$stub addl $44, %esp ret llvm-svn: 30821
-
Chris Lattner authored
llvm-svn: 30820
-
- Oct 08, 2006
-
-
Jim Laskey authored
llvm-svn: 30818
-
- Oct 07, 2006
-
-
Chris Lattner authored
a framework for doing it right. This fixes CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll. Once X86DAGToDAGISel::SelectScalarSSELoad is implemented right, this task will be done. llvm-svn: 30817
-
Chris Lattner authored
llvm-svn: 30816
-
Chris Lattner authored
llvm-svn: 30815
-
Chris Lattner authored
llvm-svn: 30814
-
Chris Lattner authored
llvm-svn: 30813
-
Chris Lattner authored
llvm-svn: 30812
-
Chris Lattner authored
llvm-svn: 30811
-
Chris Lattner authored
Fix a bug where the asmstring for PSUBQrm was wrong. llvm-svn: 30810
-
Chris Lattner authored
llvm-svn: 30809
-
Chris Lattner authored
llvm-svn: 30808
-
Chris Lattner authored
PDI_binop_rm -> PDI_binop_rm_int PDI_binop_rmi -> PDI_binop_rmi_int to make it clear that these are for use with intrinsics. llvm-svn: 30807
-
Chris Lattner authored
llvm-svn: 30806
-
Chris Lattner authored
llvm-svn: 30805
-
Chris Lattner authored
This allows us to use the multiclass for other packs. llvm-svn: 30804
-
Rafael Espindola authored
llvm-svn: 30803
-
Rafael Espindola authored
llvm-svn: 30802
-