1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/Target
Brian Gaeke b78f8498f0 TargetCacheInfo has been removed; its only uses were to propagate a constant
(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's
dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in
the interest of not breaking things any more than they already are, I'm going
to leave the constant alone.

llvm-svn: 12043
2004-03-01 06:43:29 +00:00
..
MRegisterInfo.h Uncomment assertions that register# != 0 on calls to 2004-02-26 22:00:20 +00:00
TargetData.h Make TargetData no longer use annotations! 2004-02-26 08:01:57 +00:00
TargetFrameInfo.h If you call abort(), #include <cstdlib> 2004-01-21 22:50:12 +00:00
TargetInstrInfo.h Eliminate the distinction between "real" and "unreal" instructions 2004-02-29 06:31:16 +00:00
TargetJITInfo.h Rip JIT specific stuff out of TargetMachine, as per PR176 2003-12-20 01:22:19 +00:00
TargetMachine.h TargetCacheInfo has been removed; its only uses were to propagate a constant 2004-03-01 06:43:29 +00:00
TargetMachineImpls.h Add hook for V8 target 2004-02-28 19:54:16 +00:00
TargetRegInfo.h Remove getAllocatedRegNum(). Use getReg() instead. 2004-02-13 21:01:20 +00:00
TargetSchedInfo.h Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo 2004-02-29 08:40:03 +00:00