1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Target/Sparc
Chris Lattner 8e9be000a7 * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
llvm/Support/CFG.h
* Make pred & succ iterators for intervals global functions
* Add #includes that are now neccesary because BasicBlock.h doesn't include
  InstrTypes.h anymore

llvm-svn: 1750
2002-02-12 22:39:50 +00:00
..
EmitAssembly.cpp EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine 2002-02-04 15:53:23 +00:00
EmitBytecodeToAssembly.cpp Write llvm bytecode to output .s file as last step of LLC. 2002-02-11 22:35:46 +00:00
Makefile Fix build error 2002-02-11 17:11:43 +00:00
Sparc.burg.in Added support for bitwise logical operators. Use different labels for 2001-11-08 05:14:02 +00:00
Sparc.cpp * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into 2002-02-12 22:39:50 +00:00
SparcInstr.def Change latency of SETX to improve schedule -- just a hack. 2001-11-14 15:54:44 +00:00
SparcInstrInfo.cpp * Switch to new TmpInstruction model 2002-02-03 07:49:49 +00:00
SparcInstrSelection.cpp * Switch to new TmpInstruction model 2002-02-03 07:50:56 +00:00
SparcInstrSelectionSupport.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
SparcInternals.h Write llvm bytecode to output .s file as last step of LLC. 2002-02-11 22:35:46 +00:00
SparcRegClassInfo.cpp * Code Cleanups 2002-02-05 03:52:29 +00:00
SparcRegClassInfo.h * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcRegInfo.cpp Convert operand iterator over to work like an STL iterator 2002-02-05 06:02:59 +00:00
UltraSparcSchedInfo.cpp Pull all of the scheduling related stuff out of Sparc.cpp into it's own file 2002-02-04 00:39:14 +00:00