1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Target
Chris Lattner 83c5c942ca Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky
code that worked around problems in the mangler

llvm-svn: 11426
2004-02-14 00:31:10 +00:00
..
CBackend Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky 2004-02-14 00:31:10 +00:00
PowerPC Change MachineBasicBlock's vector of MachineInstr pointers into an 2004-02-12 02:27:10 +00:00
Sparc Remove getAllocatedRegNum(). Use getReg() instead. 2004-02-13 21:01:20 +00:00
X86 There is no need to emit a shift if the size is constant, which is common 2004-02-13 23:36:47 +00:00
Makefile CBackend now lives here 2004-02-13 23:29:20 +00:00
MRegisterInfo.cpp
Target.td Expose the "Other" value type to tablegen targets 2004-02-11 03:08:45 +00:00
TargetData.cpp Adjust to the changed StructType interface. In particular, getElementTypes() is gone. 2004-02-09 04:37:31 +00:00
TargetInstrInfo.cpp Make this assertion more self-explanatory. 2004-01-15 18:15:58 +00:00
TargetMachine.cpp Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
TargetSchedInfo.cpp