- Jan 17, 2008
-
-
Chris Lattner authored
1. Legalize now always promotes truncstore of i1 to i8. 2. Remove patterns and gunk related to truncstore i1 from targets. 3. Rename the StoreXAction stuff to TruncStoreAction in TLI. 4. Make the TLI TruncStoreAction table a 2d table to handle from/to conversions. 5. Mark a wide variety of invalid truncstores as such in various targets, e.g. X86 currently doesn't support truncstore of any of its integer types. 6. Add legalize support for truncstores with invalid value input types. 7. Add a dag combine transform to turn store(truncate) into truncstore when safe. The later allows us to compile CodeGen/X86/storetrunc-fp.ll to: _foo: fldt 20(%esp) fldt 4(%esp) faddp %st(1) movl 36(%esp), %eax fstps (%eax) ret instead of: _foo: subl $4, %esp fldt 24(%esp) fldt 8(%esp) faddp %st(1) fstps (%esp) movl 40(%esp), %eax movss (%esp), %xmm0 movss %xmm0, (%eax) addl $4, %esp ret llvm-svn: 46140
-
- Jan 15, 2008
-
-
Chris Lattner authored
Move definition of 'trap' sdnode up from x86 instrinfo to targetselectiondag.td. llvm-svn: 46017
-
- Jan 10, 2008
-
-
Chris Lattner authored
llvm-svn: 45825
-
Chris Lattner authored
instructions (with patterns) that load memory marked, for example. llvm-svn: 45818
-
- Jan 06, 2008
-
-
Chris Lattner authored
llvm-svn: 45656
-
Chris Lattner authored
instead of "ISD::STORE". This allows us to mark target-specific dag nodes as storing (such as ppc byteswap stores). This allows us to remove more explicit isStore flags from the .td files. Finally, add a warning for when a .td file contains an explicit isStore and tblgen is able to infer it. llvm-svn: 45654
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Nov 24, 2007
-
-
Chris Lattner authored
llvm-svn: 44303
-
- Nov 13, 2007
-
-
Bill Wendling authored
llvm-svn: 44045
-
- Sep 25, 2007
-
-
Evan Cheng authored
llvm-svn: 42282
-
- Sep 13, 2007
-
-
Evan Cheng authored
1. [(set GR32:$dst, (add GR32:$src1, GR32:$src2)), (modify EFLAGS)] This indicates the source pattern expects the instruction would produce 2 values. The first is the result of the addition. The second is an implicit definition in register EFLAGS. 2. def : Pat<(parallel (addc GR32:$src1, GR32:$src2), (modify EFLAGS)), ()> Similar to #1 except this is used for def : Pat patterns. llvm-svn: 41897
-
- Aug 05, 2007
-
-
Dale Johannesen authored
Lots of problems yet but some simple things work. llvm-svn: 40847
-
- Jul 26, 2007
-
-
Christopher Lamb authored
llvm-svn: 40516
-
- Jul 16, 2007
-
-
Dan Gohman authored
llvm-svn: 39921
-
- Apr 20, 2007
-
-
Lauro Ramos Venancio authored
X86 32 bits. llvm-svn: 36283
-
- Jan 26, 2007
-
-
Jim Laskey authored
llvm-svn: 33537
-
- Nov 14, 2006
-
-
Chris Lattner authored
stores. llvm-svn: 31735
-
- Nov 09, 2006
-
-
Evan Cheng authored
llvm-svn: 31596
-
Evan Cheng authored
llvm-svn: 31576
-
- Oct 26, 2006
-
-
Evan Cheng authored
llvm-svn: 31210
-
- Oct 13, 2006
-
-
Evan Cheng authored
llvm-svn: 30945
-
- Oct 11, 2006
-
-
Evan Cheng authored
llvm-svn: 30891
-
Evan Cheng authored
llvm-svn: 30878
-
- Oct 09, 2006
-
-
Evan Cheng authored
llvm-svn: 30844
-
- Oct 04, 2006
-
-
Evan Cheng authored
extra operand to LOADX to specify the exact value extension type. llvm-svn: 30714
-
- Jun 15, 2006
-
-
Evan Cheng authored
llvm-svn: 28798
-
- Apr 22, 2006
-
-
Nate Begeman authored
x86 and ppc for 100% dense switch statements when relocations are non-PIC. This support will be extended and enhanced in the coming days to support PIC, and less dense forms of jump tables. llvm-svn: 27947
-
- Apr 19, 2006
-
-
Evan Cheng authored
llvm-svn: 27843
-
Evan Cheng authored
llvm-svn: 27834
-
- Apr 16, 2006
-
-
Chris Lattner authored
bitconverted from some other type. llvm-svn: 27724
-
- Mar 31, 2006
-
-
Evan Cheng authored
llvm-svn: 27303
-
- Mar 28, 2006
-
-
Chris Lattner authored
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum value. Split them into separate enums. llvm-svn: 27201
-
- Mar 27, 2006
-
-
Evan Cheng authored
llvm-svn: 27166
-
- Mar 26, 2006
-
-
Evan Cheng authored
llvm-svn: 27148
-
Chris Lattner authored
llvm-svn: 27132
-
- Mar 25, 2006
-
-
Chris Lattner authored
llvm-svn: 27100
-
- Mar 24, 2006
-
-
Chris Lattner authored
llvm-svn: 27073
-
Chris Lattner authored
llvm-svn: 27070
-
- Mar 21, 2006
-
-
Evan Cheng authored
llvm-svn: 26911
-
- Mar 20, 2006
-
-
Chris Lattner authored
llvm-svn: 26895
-