llvm-6502/include/llvm/Target
Chad Rosier 3d925d24e8 Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
(fptrunc (sqrt (fpext x))) -> (sqrtf x) transformation if -fno-builtin is 
specified.
rdar://10466410

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145460 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-29 23:57:10 +00:00
..
Mangler.h
Target.td Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns. 2011-10-18 19:18:52 +00:00
TargetCallingConv.h Add missing includes/decls. 2011-11-04 18:45:34 +00:00
TargetCallingConv.td
TargetData.h Haven't yet found a nice way to handle TargetData verification in the 2011-10-20 19:24:44 +00:00
TargetELFWriterInfo.h
TargetFrameLowering.h Emit segmented-stack specific code into function prologues for 2011-08-30 19:39:58 +00:00
TargetInstrInfo.h Break false dependencies before partial register updates. 2011-11-15 01:15:30 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLibraryInfo.h Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable 2011-11-29 23:57:10 +00:00
TargetLowering.h Fix comment for LegalizeTypeAction enum. 2011-11-13 22:11:24 +00:00
TargetLoweringObjectFile.h Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. 2011-07-20 19:50:42 +00:00
TargetMachine.h Sink codegen optimization level into MCCodeGenInfo along side relocation model 2011-11-16 08:38:26 +00:00
TargetOpcodes.h
TargetOptions.h Add missing includes/decls. 2011-11-04 18:45:34 +00:00
TargetRegisterInfo.h Remove the TRI::getSubRegisterRegClass() hook. 2011-10-06 00:08:27 +00:00
TargetSchedule.td
TargetSelectionDAG.td CR fixes per Bruno's request. 2011-09-11 15:02:23 +00:00
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h