1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/include/llvm/Target
Quentin Colombet aa2c5cf11c [GlobalISel] Re-apply r260922-260923 with MSVC-friendly code.
Original message:
Get rid of the ifdefs in TargetLowering.
Introduce a new API used only by GlobalISel: CallLowering.
This API will contain target hooks dedicated to call lowering.

llvm-svn: 260998
2016-02-16 19:26:02 +00:00
..
CostTable.h Remove templates from CostTableLookup functions. All instantiations had the same type. 2015-10-28 04:02:12 +00:00
GenericOpcodes.td [GlobalISel] Move generic opcodes description to their own file. 2016-01-21 01:37:18 +00:00
Target.td TableGen: Add IsOptional field to AsmOperandClass 2016-02-05 19:59:33 +00:00
TargetCallingConv.h [X86] Better support for the MCU psABI (LLVM part) 2015-12-28 14:39:21 +00:00
TargetCallingConv.td [mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOperands. NFC 2014-11-07 11:43:49 +00:00
TargetFrameLowering.h Implemented stack symbol table ordering/packing optimization to improve data locality and code size from SP/FP offset encoding. 2016-02-15 23:44:13 +00:00
TargetInstrInfo.h Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-02 18:20:45 +00:00
TargetIntrinsicInfo.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
TargetItinerary.td Hexagon V60/HVX DFA scheduler support 2015-11-21 20:00:45 +00:00
TargetLowering.h [GlobalISel] Re-apply r260922-260923 with MSVC-friendly code. 2016-02-16 19:26:02 +00:00
TargetLoweringObjectFile.h CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. 2015-11-03 23:40:03 +00:00
TargetMachine.h C API: Remove LLVMGetDataLayout that was deprecated in 3.7 2016-02-12 06:22:00 +00:00
TargetOpcodes.def Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in 2016-02-03 23:17:32 +00:00
TargetOpcodes.h [Target] Add a helper function to check if an opcode is invalid after isel. 2016-02-11 21:16:56 +00:00
TargetOptions.h Implemented stack symbol table ordering/packing optimization to improve data locality and code size from SP/FP offset encoding. 2016-02-15 23:44:13 +00:00
TargetRecip.h Reformat blank lines. 2015-10-05 04:43:48 +00:00
TargetRegisterInfo.h Fix typo in default getNoPreservedMask implementation 2016-02-07 11:31:56 +00:00
TargetSchedule.td Fix typo and test commit 2016-02-04 23:07:57 +00:00
TargetSelectionDAG.td SelectionDAG: Make Properties a field of SDPatternOperator 2016-02-10 18:40:04 +00:00
TargetSubtargetInfo.h [GlobalISel] Re-apply r260922-260923 with MSVC-friendly code. 2016-02-16 19:26:02 +00:00