..
InstPrinter
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition
2014-04-29 07:58:16 +00:00
MCTargetDesc
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
TargetInfo
Prune redundant dependencies in LLVMBuild.txt.
2013-12-11 00:30:57 +00:00
CMakeLists.txt
[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.
2013-11-28 17:04:31 +00:00
Hexagon.h
Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.
2013-06-19 21:36:55 +00:00
Hexagon.td
[Hexagon] Add new InstrItinClass to support timing classes.
2014-05-08 18:47:08 +00:00
HexagonAsmPrinter.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
HexagonAsmPrinter.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition
2014-04-29 07:58:16 +00:00
HexagonCFGOptimizer.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonCallingConv.td
…
HexagonCallingConvLower.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonCallingConvLower.h
Replace '#include ValueTypes.h' with forward declarations.
2014-03-12 08:00:24 +00:00
HexagonCopyToCombine.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonExpandPredSpillCode.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonFixupHwLoops.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonFrameLowering.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonFrameLowering.h
Remove unnecessary caching of the subtarget for HexagonFrameLowering and remove the unused constructor argument.
2014-06-27 00:13:47 +00:00
HexagonHardwareLoops.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonISelDAGToDAG.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonISelLowering.cpp
Remove the target machine from CCState. Previously it was only used
2014-08-06 18:45:26 +00:00
HexagonISelLowering.h
Make HexagonISelLowering not dependent upon a HexagonTargetMachine,
2014-06-27 00:13:52 +00:00
HexagonInstrFormats.td
[Hexagon] Add new InstrItinClass to support timing classes.
2014-05-08 18:47:08 +00:00
HexagonInstrFormatsV4.td
[Hexagon] Add new InstrItinClass to support timing classes.
2014-05-08 18:47:08 +00:00
HexagonInstrInfo.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonInstrInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition
2014-04-29 07:58:16 +00:00
HexagonInstrInfo.td
[Hexagon] Add New TSFlags to be used in the upcoming patches.
2014-05-07 19:07:34 +00:00
HexagonInstrInfoV3.td
…
HexagonInstrInfoV4.td
TableGen: permit non-leaf ComplexPattern uses
2014-05-20 11:52:46 +00:00
HexagonInstrInfoV5.td
…
HexagonIntrinsics.td
reverting r209132
2014-05-19 16:22:11 +00:00
HexagonIntrinsicsDerived.td
…
HexagonIntrinsicsV3.td
…
HexagonIntrinsicsV4.td
…
HexagonIntrinsicsV5.td
…
HexagonMCInstLower.cpp
Move the llvm mangler to lib/IR.
2014-01-07 21:19:40 +00:00
HexagonMachineFunctionInfo.cpp
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
HexagonMachineFunctionInfo.h
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
HexagonMachineScheduler.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonMachineScheduler.h
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonNewValueJump.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonOperands.td
…
HexagonPeephole.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonRegisterInfo.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonRegisterInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition
2014-04-29 07:58:16 +00:00
HexagonRegisterInfo.td
reverting r209132
2014-05-19 16:22:11 +00:00
HexagonRemoveSZExtArgs.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition
2014-04-29 07:58:16 +00:00
HexagonSchedule.td
[Hexagon] Add new InstrItinClass to support timing classes.
2014-05-08 18:47:08 +00:00
HexagonScheduleV4.td
[Hexagon] Add new InstrItinClass to support timing classes.
2014-05-08 18:47:08 +00:00
HexagonSelectCCInfo.td
…
HexagonSelectionDAGInfo.cpp
Have HexagonSelectionDAGInfo take a DataLayout rather than a
2014-06-27 00:18:25 +00:00
HexagonSelectionDAGInfo.h
Have HexagonSelectionDAGInfo take a DataLayout rather than a
2014-06-27 00:18:25 +00:00
HexagonSplitConst32AndConst64.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonSplitTFRCondSets.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonSubtarget.cpp
Move all of the hexagon subtarget dependent variables from the target
2014-06-27 00:27:40 +00:00
HexagonSubtarget.h
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonTargetMachine.cpp
Move all of the hexagon subtarget dependent variables from the target
2014-06-27 00:27:40 +00:00
HexagonTargetMachine.h
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonTargetObjectFile.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
HexagonTargetObjectFile.h
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
2014-03-02 09:09:27 +00:00
HexagonVLIWPacketizer.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
HexagonVarargsCallingConvention.h
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
LLVMBuild.txt
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
2014-07-15 11:37:03 +00:00
Makefile
…