1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Target/Hexagon
Krzysztof Parzyszek 4a9bcf6ca7 [Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions
Patch by Colin LeMahieu.

llvm-svn: 293933
2017-02-02 20:35:12 +00:00
..
AsmParser [Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions 2017-02-02 20:35:12 +00:00
Disassembler [Hexagon] Rename TypeCOMPOUND to TypeCJ 2017-02-02 15:03:30 +00:00
MCTargetDesc [Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions 2017-02-02 20:35:12 +00:00
TargetInfo Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
BitTracker.cpp [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
BitTracker.h [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
CMakeLists.txt [RDF] Extract the physical register information into a separate class 2017-01-30 17:46:56 +00:00
Hexagon.h
Hexagon.td [Hexagon] Adding additional tokenization characters in preparation for removing spacing from syntax. 2016-12-05 04:52:28 +00:00
HexagonAsmPrinter.cpp [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
HexagonAsmPrinter.h
HexagonBitSimplify.cpp "Use" lambda captures which are otherwise only used in asserts. NFC 2017-01-13 21:02:41 +00:00
HexagonBitTracker.cpp [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
HexagonBitTracker.h [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
HexagonBlockRanges.cpp Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC 2017-01-25 19:29:04 +00:00
HexagonBlockRanges.h [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-13 22:13:50 +00:00
HexagonBranchRelaxation.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-13 22:13:50 +00:00
HexagonCallingConv.td
HexagonCFGOptimizer.cpp
HexagonCommonGEP.cpp Fix build with expensive checks enabled 2016-12-20 08:48:51 +00:00
HexagonConstPropagation.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-14 22:50:46 +00:00
HexagonCopyToCombine.cpp [Hexagon] Silence "sometimes uninitialized" warning in HexagonCopyToCombine 2016-11-09 17:50:46 +00:00
HexagonEarlyIfConv.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
HexagonExpandCondsets.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
HexagonFixupHwLoops.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
HexagonFrameLowering.cpp [Hexagon] Remove dead defs from the live set when expanding wstores 2017-01-18 23:11:40 +00:00
HexagonFrameLowering.h [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-16 01:00:40 +00:00
HexagonGenExtract.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-14 22:50:46 +00:00
HexagonGenInsert.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-14 22:50:46 +00:00
HexagonGenMux.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
HexagonGenPredicate.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-16 01:00:40 +00:00
HexagonHardwareLoops.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-16 01:00:40 +00:00
HexagonHazardRecognizer.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-17 01:09:05 +00:00
HexagonHazardRecognizer.h [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-17 01:09:05 +00:00
HexagonInstrAlias.td [Hexagon] Rename operand/predicate names for unshifted integers 2016-11-01 19:02:10 +00:00
HexagonInstrEnc.td
HexagonInstrFormats.td Fix spelling mistakes in Hexagon target comments. NFC. 2016-11-17 19:21:20 +00:00
HexagonInstrFormatsV4.td [Hexagon] Remove A4_ext_* pseudo instructions 2017-02-02 19:58:22 +00:00
HexagonInstrFormatsV60.td Fix spelling mistakes in Hexagon target comments. NFC. 2016-11-17 19:21:20 +00:00
HexagonInstrInfo.cpp [Hexagon] Fix insertBranch for loops with multiple ENDLOOP instructions 2017-02-02 19:36:37 +00:00
HexagonInstrInfo.h [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
HexagonInstrInfo.td Fix spelling mistakes in Hexagon target comments. NFC. 2016-11-17 19:21:20 +00:00
HexagonInstrInfoV3.td [Hexagon] Split all selection patterns into a separate file 2016-11-05 15:01:38 +00:00
HexagonInstrInfoV4.td [Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions 2017-02-02 20:35:12 +00:00
HexagonInstrInfoV5.td [Hexagon] Split all selection patterns into a separate file 2016-11-05 15:01:38 +00:00
HexagonInstrInfoV60.td [Hexagon] Split all selection patterns into a separate file 2016-11-05 15:01:38 +00:00
HexagonInstrInfoVector.td [Hexagon] Split all selection patterns into a separate file 2016-11-05 15:01:38 +00:00
HexagonIntrinsics.td [Hexagon] Round 4 of selection pattern simplifications 2016-11-06 18:09:56 +00:00
HexagonIntrinsicsDerived.td [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
HexagonIntrinsicsV3.td
HexagonIntrinsicsV4.td [Hexagon] Rename operand/predicate names for unshifted integers 2016-11-01 19:02:10 +00:00
HexagonIntrinsicsV5.td
HexagonIntrinsicsV60.td [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
HexagonISelDAGToDAG.cpp [Hexagon] Give a predicate function a more meaningful name 2016-11-14 20:53:09 +00:00
HexagonISelLowering.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-17 01:09:05 +00:00
HexagonISelLowering.h [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-17 01:09:05 +00:00
HexagonIsetDx.td [Hexagon] Rename operand/predicate names for unshifted integers 2016-11-01 19:02:10 +00:00
HexagonLoopIdiomRecognition.cpp Shut up GCC warning about operator precedence. NFC. 2017-01-31 22:48:45 +00:00
HexagonMachineFunctionInfo.cpp
HexagonMachineFunctionInfo.h [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
HexagonMachineScheduler.cpp
HexagonMachineScheduler.h
HexagonMCInstLower.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
HexagonNewValueJump.cpp [Hexagon] Changing from literal numeric value to argument since #-1 will not parse when '-' is converted to a token. 2016-12-05 04:29:00 +00:00
HexagonOperands.td [Hexagon] Changing from literal numeric value to argument since #-1 will not parse when '-' is converted to a token. 2016-12-05 04:29:00 +00:00
HexagonOptAddrMode.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
HexagonOptimizeSZextends.cpp
HexagonPatterns.td [Hexagon] Give a predicate function a more meaningful name 2016-11-14 20:53:09 +00:00
HexagonPeephole.cpp [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
HexagonRDFOpt.cpp Remove unused lambda captures. NFC 2017-01-13 17:12:16 +00:00
HexagonRegisterInfo.cpp [Hexagon] Explicitly reserve aliases of reserved registers 2017-01-23 22:13:05 +00:00
HexagonRegisterInfo.h [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
HexagonRegisterInfo.td [Hexagon] Explicitly reserve aliases of reserved registers 2017-01-23 22:13:05 +00:00
HexagonSchedule.td
HexagonScheduleV4.td
HexagonScheduleV55.td
HexagonScheduleV60.td
HexagonSelectionDAGInfo.cpp
HexagonSelectionDAGInfo.h
HexagonSplitConst32AndConst64.cpp [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
HexagonSplitDouble.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
HexagonStoreWidening.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-17 01:09:05 +00:00
HexagonSubtarget.cpp [Hexagon] Add DAG mutations for machine pipeliner 2016-12-22 19:44:55 +00:00
HexagonSubtarget.h [Hexagon] Add DAG mutations for machine pipeliner 2016-12-22 19:44:55 +00:00
HexagonSystemInst.td [Hexagon] Rename operand/predicate names for unshifted integers 2016-11-01 19:02:10 +00:00
HexagonTargetMachine.cpp [Hexagon] Add Hexagon-specific loop idiom recognition pass 2017-01-26 21:41:10 +00:00
HexagonTargetMachine.h [Hexagon] Add Hexagon-specific loop idiom recognition pass 2017-01-26 21:41:10 +00:00
HexagonTargetObjectFile.cpp [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
HexagonTargetObjectFile.h Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. 2016-10-24 19:23:39 +00:00
HexagonTargetStreamer.h
HexagonTargetTransformInfo.cpp
HexagonTargetTransformInfo.h Do a sweep over move ctors and remove those that are identical to the default. 2016-10-20 12:20:28 +00:00
HexagonVectorPrint.cpp [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2016-12-17 01:09:05 +00:00
HexagonVLIWPacketizer.cpp
HexagonVLIWPacketizer.h [Hexagon] Make header self-contained. 2017-01-30 14:55:33 +00:00
LLVMBuild.txt [Hexagon] Require IPO library in Hexagon build 2017-01-26 23:03:22 +00:00
RDFCopy.cpp [RDF] Switch RegisterRef to be a pair (Register, LaneMask) 2016-10-14 17:57:55 +00:00
RDFCopy.h [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-04 02:02:05 +00:00
RDFDeadCode.cpp
RDFDeadCode.h
RDFGraph.cpp [RDF] Add support for regmasks 2017-01-30 19:16:30 +00:00
RDFGraph.h [RDF] Add support for regmasks 2017-01-30 19:16:30 +00:00
RDFLiveness.cpp [RDF] Extract the physical register information into a separate class 2017-01-30 17:46:56 +00:00
RDFLiveness.h [RDF] Extract the physical register information into a separate class 2017-01-30 17:46:56 +00:00
RDFRegisters.cpp [RDF] Add support for regmasks 2017-01-30 19:16:30 +00:00
RDFRegisters.h [RDF] Add support for regmasks 2017-01-30 19:16:30 +00:00