llvm-6502/lib/Target/Hexagon
Chandler Carruth 417c5c172c [PM] Remove the old 'PassManager.h' header file at the top level of
LLVM's include tree and the use of using declarations to hide the
'legacy' namespace for the old pass manager.

This undoes the primary modules-hostile change I made to keep
out-of-tree targets building. I sent an email inquiring about whether
this would be reasonable to do at this phase and people seemed fine with
it, so making it a reality. This should allow us to start bootstrapping
with modules to a certain extent along with making it easier to mix and
match headers in general.

The updates to any code for users of LLVM are very mechanical. Switch
from including "llvm/PassManager.h" to "llvm/IR/LegacyPassManager.h".
Qualify the types which now produce compile errors with "legacy::". The
most common ones are "PassManager", "PassManagerBase", and
"FunctionPassManager".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229094 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-13 10:01:29 +00:00
..
Disassembler [Hexagon] Adding vector load with post-increment instructions. Adding decoder function for 64bit control register class. 2015-02-10 16:59:36 +00:00
MCTargetDesc Remove dead code in the HexagonMCInst classes. This also fixes 2015-02-02 22:40:53 +00:00
TargetInfo Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
CMakeLists.txt Update CMake build for removed files. 2015-02-02 18:52:49 +00:00
Hexagon.h Remove unused class variables and update all callers/uses from 2015-02-02 22:28:44 +00:00
Hexagon.td [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonAsmPrinter.cpp Define a runOnMachineFunction for the Hexagon AsmPrinter and 2015-02-03 06:40:22 +00:00
HexagonAsmPrinter.h Define a runOnMachineFunction for the Hexagon AsmPrinter and 2015-02-03 06:40:22 +00:00
HexagonCallingConv.td
HexagonCFGOptimizer.cpp Grab TargetInstrInfo off of the MachineFunction and remove 2015-02-02 18:46:27 +00:00
HexagonCopyToCombine.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonExpandPredSpillCode.cpp [Hexagon] Renaming A2_addi and formatting. 2015-02-05 17:49:13 +00:00
HexagonFixupHwLoops.cpp [Hexagon] Removing old variants of instructions and updating references. 2014-12-19 20:29:29 +00:00
HexagonFrameLowering.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonFrameLowering.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
HexagonHardwareLoops.cpp [Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing formatting. 2015-02-05 18:38:08 +00:00
HexagonInstrFormats.td [Hexagon] Removing v2-4 flags. V4 is the minimum supported version. 2015-02-09 21:07:35 +00:00
HexagonInstrFormatsV4.td [Hexagon] Adding compound jump encodings. 2015-01-06 20:03:31 +00:00
HexagonInstrInfo.cpp Fix the clang -Werror build (-Wunused-variable) 2015-02-10 00:16:36 +00:00
HexagonInstrInfo.h Remove unused argument to CreateTargetScheduleState and change 2014-10-09 01:59:35 +00:00
HexagonInstrInfo.td [Hexagon] Adding vector load with post-increment instructions. Adding decoder function for 64bit control register class. 2015-02-10 16:59:36 +00:00
HexagonInstrInfoV3.td [Hexagon] Removing v2-4 flags. V4 is the minimum supported version. 2015-02-09 21:07:35 +00:00
HexagonInstrInfoV4.td [Hexagon] Adding vector load with post-increment instructions. Adding decoder function for 64bit control register class. 2015-02-10 16:59:36 +00:00
HexagonInstrInfoV5.td [Hexagon] Adding vector load with post-increment instructions. Adding decoder function for 64bit control register class. 2015-02-10 16:59:36 +00:00
HexagonInstrInfoVector.td [Hexagon] Since decoding conflicts have been resolved, isCodeGenOnly = 0 by default and remove explicitly setting it. 2015-02-05 17:32:17 +00:00
HexagonIntrinsics.td [Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing formatting. 2015-02-05 18:38:08 +00:00
HexagonIntrinsicsDerived.td [Hexagon] Deleting a lot of old variants of intrinsics and updating references. 2015-01-28 18:29:11 +00:00
HexagonIntrinsicsV3.td [Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning out old intrinsic patterns and updating tests. 2015-02-03 20:40:52 +00:00
HexagonIntrinsicsV4.td [Hexagon] Updating XTYPE/PRED intrinsics. 2015-02-03 19:43:59 +00:00
HexagonIntrinsicsV5.td [Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning out old intrinsic patterns and updating tests. 2015-02-03 20:40:52 +00:00
HexagonISelDAGToDAG.cpp MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line with countTrailingZeros 2015-02-12 15:35:40 +00:00
HexagonISelLowering.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonISelLowering.h Cache and use the subtarget that owns the target lowering. 2015-02-02 22:11:36 +00:00
HexagonMachineFunctionInfo.cpp [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
HexagonMachineFunctionInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
HexagonMachineScheduler.cpp Move HexagonMachineScheduler to use the subtarget off of the 2015-02-02 22:11:40 +00:00
HexagonMachineScheduler.h Move HexagonMachineScheduler to use the subtarget off of the 2015-02-02 22:11:40 +00:00
HexagonMCInstLower.cpp [Hexagon] Converting member InstrDesc to static variable. 2014-12-03 21:40:25 +00:00
HexagonNewValueJump.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonOperands.td [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonPeephole.cpp Use the cached subtarget on the MachineFunction. 2015-02-02 22:40:56 +00:00
HexagonRegisterInfo.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonRegisterInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
HexagonRegisterInfo.td [Hexagon] Adding vector shift instructions and tests. 2015-01-30 21:58:46 +00:00
HexagonRemoveSZExtArgs.cpp [LPM] Stop using the string based preservation API. It is an 2015-01-28 04:57:56 +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 Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
HexagonSplitConst32AndConst64.cpp [Hexagon] Factoring out a class for immediate transfers and cleaning up formatting. 2015-02-05 20:08:52 +00:00
HexagonSplitTFRCondSets.cpp Remove unused class variables and update all callers/uses from 2015-02-02 22:28:44 +00:00
HexagonSubtarget.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonSubtarget.h [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
HexagonTargetMachine.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
HexagonTargetMachine.h Move DataLayout back to the TargetMachine from TargetSubtargetInfo 2015-01-26 19:03:15 +00:00
HexagonTargetObjectFile.cpp Compute the ELF SectionKind from the flags. 2015-01-29 17:33:21 +00:00
HexagonTargetObjectFile.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
HexagonVLIWPacketizer.cpp [Hexagon] Removing more V4 predicates since V4 is the required minimum. 2015-02-09 21:56:37 +00:00
LLVMBuild.txt [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they have a circular dependency. 2014-11-20 21:56:35 +00:00
Makefile Update Makefile following directory removal in r222466 2014-11-20 22:48:24 +00:00