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 4c0bf66bdd * Minor cleanups
* Reduce number of #includes
* Remove blatently misleading qualifiers (how do you have an inlined pure virtual function?)
* Remove unnecesary & ignored qualifiers (const int argument vs int argument)
* SparcInternals.h now no longer #includes RegClass.h or SparcRegClassInfo.h
* Pull inlined functions out of .h file if they are virtual and interfere with dependencies

llvm-svn: 1677
2002-02-04 05:59:25 +00:00
..
EmitAssembly.cpp Convert assembly emission over to a two pass approach. 2002-02-03 23:41:08 +00:00
Makefile Change Sources specifier to ExtraSources 2001-10-18 01:48:09 +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 * Minor cleanups 2002-02-04 05:59:25 +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 * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcRegClassInfo.cpp * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcRegClassInfo.h * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcRegInfo.cpp * Minor cleanups 2002-02-04 05:59:25 +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