- Jul 20, 2007
-
-
Evan Cheng authored
llvm-svn: 40123
-
- 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
-
Evan Cheng authored
llvm-svn: 40030
-
- Jul 17, 2007
-
-
Chris Lattner authored
llvm-svn: 39962
-
- Jul 14, 2007
-
-
Anton Korobeynikov authored
This patch fills the last necessary bits to enable exceptions handling in LLVM. Currently only on x86-32/linux. In fact, this patch adds necessary intrinsics (and their lowering) which represent really weird target-specific gcc builtins used inside unwinder. After corresponding llvm-gcc patch will land (easy) exceptions should be more or less workable. However, exceptions handling support should not be thought as 'finished': I expect many small and not so small glitches everywhere. llvm-svn: 39855
-
- Jul 12, 2007
-
-
Dale Johannesen authored
following jump tables that it earlier inserted. This would be OK on other targets but is needed for correctness only on ARM (constant islands needs to find jump tables). llvm-svn: 39782
-
- Jul 11, 2007
-
-
Dale Johannesen authored
of size other than 4). llvm-svn: 39743
-
Evan Cheng authored
llvm-svn: 38515
-
- Jul 10, 2007
-
-
Evan Cheng authored
llvm-svn: 38513
-
Evan Cheng authored
llvm-svn: 38501
-
- Jul 09, 2007
-
-
Chris Lattner authored
zero if they see a target triple they don't understand. llvm-svn: 38463
-
- Jul 07, 2007
-
-
Evan Cheng authored
llvm-svn: 37965
-
Evan Cheng authored
llvm-svn: 37962
-
Evan Cheng authored
llvm-svn: 37961
-
- Jul 06, 2007
-
-
Evan Cheng authored
llvm-svn: 37932
-
Evan Cheng authored
llvm-svn: 37931
-
- Jul 05, 2007
-
-
Evan Cheng authored
llvm-svn: 37926
-
Evan Cheng authored
llvm-svn: 37914
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
Evan Cheng authored
llvm-svn: 37898
-
Evan Cheng authored
llvm-svn: 37897
-
Evan Cheng authored
llvm-svn: 37896
-
Evan Cheng authored
Each ARM use predicate operand is now made up of two components. The new component is the CPSR register. llvm-svn: 37895
-
Evan Cheng authored
llvm-svn: 37894
-
- Jun 29, 2007
-
-
John Criswell authored
llvm-svn: 37801
-
- Jun 26, 2007
-
-
Evan Cheng authored
llvm-svn: 37737
-
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 22, 2007
-
-
Owen Anderson authored
llvm-svn: 37705
-
Dan Gohman authored
TargetLowering to SelectionDAG so that they have more convenient access to the current DAG, in preparation for the ValueType routines being changed from standalone functions to members of SelectionDAG for the pre-legalize vector type changes. llvm-svn: 37704
-
Dale Johannesen authored
llvm-svn: 37700
-
- Jun 20, 2007
-
-
Evan Cheng authored
llvm-svn: 37669
-
- Jun 19, 2007
-
-
Evan Cheng authored
llvm-svn: 37659
-
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 15, 2007
-
-
Evan Cheng authored
llvm-svn: 37606
-
- Jun 13, 2007
-
-
Dale Johannesen authored
llvm-svn: 37571
-
- Jun 08, 2007
-
-
Evan Cheng authored
llvm-svn: 37528
-
Lauro Ramos Venancio authored
llvm-svn: 37527
-
Evan Cheng authored
llvm-svn: 37517
-
Evan Cheng authored
llvm-svn: 37516
-