- Sep 23, 2009
-
-
David Goodwin authored
llvm-svn: 82657
-
- Sep 13, 2009
-
-
Anton Korobeynikov authored
constraint the register usage. llvm-svn: 81635
-
- Sep 09, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 81262
-
- Sep 08, 2009
-
-
Anton Korobeynikov authored
makes the code faster. llvm-svn: 81220
-
- Sep 02, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 80838
-
- Sep 01, 2009
-
-
Bob Wilson authored
llvm-svn: 80707
-
Bob Wilson authored
llvm-svn: 80656
-
- Aug 30, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 80502
-
- Aug 29, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 80408
-
- Aug 27, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 80250
-
Anton Korobeynikov authored
No idea whether this is profitable or not. llvm-svn: 80245
-
- Aug 25, 2009
-
-
Bob Wilson authored
llvm-svn: 80015
-
Bob Wilson authored
llvm-svn: 80011
-
- Aug 21, 2009
-
-
Bob Wilson authored
several things other than Neon vector lane numbers. For inline assembly operands with a "c" print code, check that they really are immediates. llvm-svn: 79676
-
Anton Korobeynikov authored
llvm-svn: 79625
-
Anton Korobeynikov authored
llvm-svn: 79622
-
Anton Korobeynikov authored
llvm-svn: 79620
-
- Aug 19, 2009
-
-
Bob Wilson authored
This is derived from a patch by Anton Korzh. I modified it to recognize the VEXT shuffles during legalization and lower them to a target-specific DAG node. llvm-svn: 79428
-
- Aug 14, 2009
-
-
Bob Wilson authored
scalar_to_vector. Generate these VDUP nodes during legalization instead of trying to recognize the pattern during selection. llvm-svn: 78994
-
Bob Wilson authored
target-specific VDUPLANE nodes. This allows the subreg handling for the quad-register version to be done easily with Pats in the .td file, instead of with custom code in ARMISelDAGToDAG.cpp. llvm-svn: 78993
-
- Aug 13, 2009
-
-
Bob Wilson authored
to fix it tonight. llvm-svn: 78896
-
Bob Wilson authored
llvm-svn: 78852
-
Bob Wilson authored
llvm-svn: 78850
-
- Aug 12, 2009
-
-
Bob Wilson authored
llvm-svn: 78835
-
Bob Wilson authored
leaving the mayLoad and mayStore settings around only the load/store instructions where those can't be inferred from the patterns. llvm-svn: 78815
-
Bob Wilson authored
Set "mayLoad" and "mayStore" on the load/store instructions. llvm-svn: 78761
-
- Aug 11, 2009
-
-
Owen Anderson authored
the latter is capable of representing either a primitive or an extended type. llvm-svn: 78713
-
Bob Wilson authored
the overloaded vector types allowed floating-point or integer vector elements. Most of these operations actually depend on the element type, so bitcasting was not an option. If you include the vpadd intrinsics that I updated earlier, this gets rid of 20 intrinsics. llvm-svn: 78646
-
Bob Wilson authored
llvm-svn: 78632
-
David Goodwin authored
llvm-svn: 78629
-
Owen Anderson authored
llvm-svn: 78610
-
David Goodwin authored
llvm-svn: 78604
-
- Aug 09, 2009
-
-
Anton Korobeynikov authored
'no_hash' modifier. Hopefully this will make Daniel happy :) llvm-svn: 78514
-
- Aug 08, 2009
-
-
Anton Korobeynikov authored
Did anyone tests v4f32 ever? llvm-svn: 78470
-
Anton Korobeynikov authored
llvm-svn: 78469
-
Anton Korobeynikov authored
llvm-svn: 78468
-
Bob Wilson authored
so I generalized the class for VTRN in the .td file to handle all 3 of them. llvm-svn: 78460
-
Bob Wilson authored
directly from the intrinsics produced by the frontend. If it is more convenient to have a custom DAG node for using these to implement shuffles, we can add that later. llvm-svn: 78459
-
Anton Korobeynikov authored
llvm-svn: 78425
-
Anton Korobeynikov authored
llvm-svn: 78419
-