- Sep 19, 2007
-
-
Evan Cheng authored
between two registers in the specific class. llvm-svn: 42123
-
- Sep 11, 2007
-
-
Evan Cheng authored
llvm-svn: 41863
-
- Jul 26, 2007
-
-
Christopher Lamb authored
llvm-svn: 40518
-
- Jul 21, 2007
-
-
Evan Cheng authored
llvm-svn: 40132
-
- Jul 19, 2007
-
-
Evan Cheng authored
InOperandList. This gives one piece of important information: # of results produced by an instruction. An example of the change: def ADD32rr : I<0x01, MRMDestReg, (ops GR32:$dst, GR32:$src1, GR32:$src2), "add{l} {$src2, $dst|$dst, $src2}", [(set GR32:$dst, (add GR32:$src1, GR32:$src2))]>; => def ADD32rr : I<0x01, MRMDestReg, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2), "add{l} {$src2, $dst|$dst, $src2}", [(set GR32:$dst, (add GR32:$src1, GR32:$src2))]>; llvm-svn: 40033
-
- Jul 10, 2007
-
-
Evan Cheng authored
llvm-svn: 38500
-
- Jul 07, 2007
-
-
Evan Cheng authored
llvm-svn: 37959
-
- Jul 06, 2007
-
-
Evan Cheng authored
llvm-svn: 37930
-
- Jul 05, 2007
-
-
Evan Cheng authored
- Added two variants of PredicateOperand: ImmutablePredicateOperand, whose predicate does not change after isel; PredicateDefOperand, which represent a predicate defintion operand. llvm-svn: 37892
-
- Jun 26, 2007
-
-
Dan Gohman authored
instruction flag, and use the flag along with a virtual member function hook for targets to override if there are instructions that are only trivially rematerializable with specific operands (i.e. constant pool loads). llvm-svn: 37728
-
- Jun 19, 2007
-
-
Dan Gohman authored
with a general target hook to identify rematerializable instructions. Some instructions are only rematerializable with specific operands, such as loads from constant pools, while others are always rematerializable. This hook allows both to be identified as being rematerializable with the same mechanism. llvm-svn: 37644
-
Evan Cheng authored
llvm-svn: 37643
-
- Jun 14, 2007
-
-
Christopher Lamb authored
llvm-svn: 37572
-
- Jun 06, 2007
-
-
Evan Cheng authored
llvm-svn: 37466
-
- May 16, 2007
-
-
Evan Cheng authored
llvm-svn: 37117
-
- May 08, 2007
-
-
Evan Cheng authored
llvm-svn: 36947
-
- May 04, 2007
-
-
Bill Wendling authored
feature is set, then the features in the implied list should be set also. The opposite is also enforced: if a feature in the implied list isn't set, then the feature that owns that implies list shouldn't be set either. llvm-svn: 36756
-
- May 03, 2007
-
-
Chris Lattner authored
llvm-svn: 36658
-
- May 01, 2007
-
-
Nate Begeman authored
llvm-svn: 36618
-
- Apr 20, 2007
-
-
Evan Cheng authored
llvm-svn: 36278
-
- Mar 19, 2007
-
-
Evan Cheng authored
llvm-svn: 35160
-
- Feb 27, 2007
-
-
Chris Lattner authored
llvm-svn: 34661
-
- Feb 20, 2007
-
-
Dan Gohman authored
llvm-svn: 34456
-
- Jan 26, 2007
-
-
Jim Laskey authored
llvm-svn: 33537
-
- Jan 12, 2007
-
-
Evan Cheng authored
llvm-svn: 33114
-
- Nov 15, 2006
-
-
Chris Lattner authored
llvm-svn: 31768
-
- Nov 04, 2006
-
-
Chris Lattner authored
llvm-svn: 31437
-
Chris Lattner authored
llvm-svn: 31436
-
- Nov 01, 2006
-
-
Evan Cheng authored
llvm-svn: 31332
-
- Oct 12, 2006
-
-
Chris Lattner authored
llvm-svn: 30907
-
- Jul 19, 2006
-
-
Evan Cheng authored
llvm-svn: 29193
-
- May 18, 2006
-
-
Evan Cheng authored
M_LOOK_UP_PTR_REG_CLASS which allows the register class of the operand to be resolved via a callback at runtime. llvm-svn: 28387
-
Evan Cheng authored
llvm-svn: 28377
-
- May 17, 2006
-
-
Evan Cheng authored
llvm-svn: 28368
-
- May 16, 2006
-
-
Vladimir Prus authored
can just add lib/Target to TableGen includes. llvm-svn: 28318
-
- May 15, 2006
-
-
Chris Lattner authored
llvm-svn: 28307
-
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28283
-
- May 01, 2006
-
-
Chris Lattner authored
llvm-svn: 28037
-
- Apr 19, 2006
-
-
Evan Cheng authored
llvm-svn: 27843
-
Evan Cheng authored
llvm-svn: 27834
-