- Jul 11, 2002
-
-
Anand Shukla authored
llvm-svn: 2874
-
Chris Lattner authored
llvm-svn: 2873
-
Chris Lattner authored
This diff is completely meaningless because this is a replacement implementation. llvm-svn: 2872
-
Chris Lattner authored
implemented so far. llvm-svn: 2871
-
Chris Lattner authored
llvm-svn: 2870
-
Chris Lattner authored
llvm-svn: 2869
-
Chris Lattner authored
llvm-svn: 2868
-
Chris Lattner authored
llvm-svn: 2867
-
Vikram S. Adve authored
Some of these are not regression tests and this directory needs to be reorganized, but the tests are important. llvm-svn: 2866
-
- Jul 10, 2002
-
-
Vikram S. Adve authored
This directory needs to be reorganized and some of the tests need changes to make them executable. Also comments would help... llvm-svn: 2865
-
Vikram S. Adve authored
llvm-svn: 2864
-
Vikram S. Adve authored
Represent previous bools and these ones with flags in a single byte per operand. llvm-svn: 2863
-
Vikram S. Adve authored
llvm-svn: 2862
-
Vikram S. Adve authored
llvm-svn: 2861
-
Vikram S. Adve authored
Represent previous bools and these ones with flags in a single byte per operand. llvm-svn: 2860
-
Vikram S. Adve authored
llvm-svn: 2859
-
Vikram S. Adve authored
and generate actual machine instruction sequences directly. llvm-svn: 2858
-
Vikram S. Adve authored
llvm-svn: 2857
-
Vikram S. Adve authored
and generate actual machine instruction sequences directly. Also a couple of bug fixes in code for putting constants into registers: -- Do *not* sign-extend unsigned constant that is shorter than int reg size -- Fix handling of address constant (a GlobalValue) vs. constant that must be loaded. llvm-svn: 2856
-
Vikram S. Adve authored
-- FP argument to a function with no prototype going on stack was not being copied to the stack in colorCallArgs(). -- Put caller-saving code *before* argument copying code so that we don't trash a register before saving it! -- Two other minor fixes. llvm-svn: 2855
-
Vikram S. Adve authored
(This file has a minor change required for this fix.) llvm-svn: 2854
-
Vikram S. Adve authored
llvm-svn: 2853
-
Chris Lattner authored
llvm-svn: 2852
-
Chris Lattner authored
llvm-svn: 2851
-
- Jul 09, 2002
-
-
Chris Lattner authored
FOREVER to run. That's the bug. :) llvm-svn: 2850
-
Vikram S. Adve authored
llvm-svn: 2849
-
Chris Lattner authored
llvm-svn: 2848
-
Anand Shukla authored
llvm-svn: 2847
-
Anand Shukla authored
llvm-svn: 2846
-
Anand Shukla authored
llvm-svn: 2845
-
Chris Lattner authored
llvm-svn: 2844
-
Chris Lattner authored
llvm-svn: 2843
-
Vikram S. Adve authored
assembly. llvm-svn: 2842
-
Vikram S. Adve authored
llvm-svn: 2841
-
Vikram S. Adve authored
llvm-svn: 2840
-
Vikram S. Adve authored
changes in class MachineRegInfo (see MachineRegInfo.h for details). Added {LD,ST}[X]FSR instructions. llvm-svn: 2839
-
Vikram S. Adve authored
llvm-svn: 2838
-
Vikram S. Adve authored
llvm-svn: 2837
-
Vikram S. Adve authored
basic block. Mark setCCInstr used as dest. of conditional-move as both a def and a use. BA instruction no longer has the unused CC argument. llvm-svn: 2836
-
Vikram S. Adve authored
Added LDFSR, LDXFSR, STFSR and STXFSR. Fixed operands info for RDCCR, WRCCR. llvm-svn: 2835
-