- Jun 03, 2003
-
-
Misha Brukman authored
llvm-svn: 6555
-
Misha Brukman authored
llvm-svn: 6554
-
Chris Lattner authored
This pass should be moved to lib/Target/Sparc since it's sparc specific It also needs a file comment. llvm-svn: 6553
-
Chris Lattner authored
In particular these classes are the last that link the noncopyable classes with the hash_map, vector, and list classes. llvm-svn: 6552
-
Chris Lattner authored
llvm-svn: 6551
-
Chris Lattner authored
llvm-svn: 6550
-
- Jun 02, 2003
-
-
Misha Brukman authored
None of these instructions are actually used in the Sparc backend, so no changes were required in the instruction selector. llvm-svn: 6549
-
Misha Brukman authored
SparcInstrSelection.cpp: * Fixed opcodes to return correct 'i' version since the two functions are each only used in one place. * Changed name of function to have an 'i' in the name to signify that they each return an immediate form of the opcode. * Added a warning if either of the functions is ever used in a context which requires a register-version opcode. SparcV9_F4.td: fixed class F4_3, added F4_4 and notes that F4_{1,2} need fixing SparcV9.td: added the MOV(F)cc instructions llvm-svn: 6548
-
Misha Brukman authored
llvm-svn: 6547
-
Misha Brukman authored
* Changed // comments to #ifdef 0 to maintain syntax highlighting. llvm-svn: 6546
-
Guochun Shi authored
llvm-svn: 6545
-
Chris Lattner authored
* Kill dead conditional llvm-svn: 6544
-
Chris Lattner authored
llvm-svn: 6543
-
Chris Lattner authored
llvm-svn: 6542
-
Chris Lattner authored
llvm-svn: 6541
-
Chris Lattner authored
llvm-svn: 6540
-
Chris Lattner authored
Fixes bug: BasicAA/2003-06-01-AliasCrash.ll llvm-svn: 6538
-
Chris Lattner authored
llvm-svn: 6537
-
Misha Brukman authored
llvm-svn: 6536
-
Chris Lattner authored
llvm-svn: 6535
-
Chris Lattner authored
llvm-svn: 6534
-
Chris Lattner authored
llvm-svn: 6533
-
Chris Lattner authored
llvm-svn: 6532
-
Misha Brukman authored
llvm-svn: 6531
-
Misha Brukman authored
from lib/Target/X86/X86CodeEmitter.cpp . llvm-svn: 6530
-
Misha Brukman authored
llvm-svn: 6529
-
Misha Brukman authored
target-independent lib/CodeGen/MachineCodeEmitter.cpp; preserved CVS history. llvm-svn: 6528
-
Misha Brukman authored
* No more createX86Emitter() vs. createSparcEmitter() -- there can be only one * As a result, the memory management semantics must be handled according to platform -- the parameters to mmap() are particularly sensitive to the host architecture. llvm-svn: 6527
-
Chris Lattner authored
llvm-svn: 6526
-
Chris Lattner authored
llvm-svn: 6525
-
Brian Gaeke authored
llvm-svn: 6522
-
Chris Lattner authored
llvm-svn: 6521
-
Brian Gaeke authored
flags before. Save them in a temporary variable, then restore them from the temporary after creating the new constant. llvm-svn: 6520
-
Chris Lattner authored
llvm-svn: 6518
-
Chris Lattner authored
class is actually target independent! llvm-svn: 6517
-
Chris Lattner authored
llvm-svn: 6516
-
Chris Lattner authored
llvm-svn: 6515
-
Chris Lattner authored
llvm-svn: 6514
-
Brian Gaeke authored
Modify new MachineOperand so that its flags match the old MachineOperand's flags, for the flags that matter. llvm-svn: 6513
-
- Jun 01, 2003
-
-
Brian Gaeke authored
by a re-link of TableGen will notify Make to rebuild the .inc file. llvm-svn: 6512
-