This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-03-06 20:33:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
lib
/
Target
/
Hexagon
History
…
..
InstPrinter
…
MCTargetDesc
…
TargetInfo
…
CMakeLists.txt
…
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
…
HexagonAsmPrinter.cpp
…
HexagonAsmPrinter.h
…
HexagonCallingConv.td
…
HexagonCallingConvLower.cpp
…
HexagonCallingConvLower.h
…
HexagonCFGOptimizer.cpp
Print IR from Hexagon MI passes with -print-before/after-all.
2013-05-06 21:58:00 +00:00
HexagonCopyToCombine.cpp
…
HexagonExpandPredSpillCode.cpp
…
HexagonFixupHwLoops.cpp
…
HexagonFrameLowering.cpp
…
HexagonFrameLowering.h
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
2013-02-21 20:05:00 +00:00
HexagonHardwareLoops.cpp
…
HexagonInstrFormats.td
…
HexagonInstrFormatsV4.td
…
HexagonInstrInfo.cpp
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 06:08:31 +00:00
HexagonInstrInfo.h
…
HexagonInstrInfo.td
…
HexagonInstrInfoV3.td
…
HexagonInstrInfoV4.td
Fix typos
2014-02-25 04:21:15 +00:00
HexagonInstrInfoV5.td
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
2013-05-10 20:27:34 +00:00
HexagonIntrinsics.td
…
HexagonIntrinsicsDerived.td
…
HexagonIntrinsicsV3.td
…
HexagonIntrinsicsV4.td
…
HexagonIntrinsicsV5.td
…
HexagonISelDAGToDAG.cpp
…
HexagonISelLowering.cpp
…
HexagonISelLowering.h
…
HexagonMachineFunctionInfo.cpp
…
HexagonMachineFunctionInfo.h
…
HexagonMachineScheduler.cpp
…
HexagonMachineScheduler.h
…
HexagonMCInstLower.cpp
Move the llvm mangler to lib/IR.
2014-01-07 21:19:40 +00:00
HexagonNewValueJump.cpp
…
HexagonOperands.td
…
HexagonPeephole.cpp
…
HexagonRegisterInfo.cpp
…
HexagonRegisterInfo.h
…
HexagonRegisterInfo.td
…
HexagonRemoveSZExtArgs.cpp
…
HexagonSchedule.td
…
HexagonScheduleV4.td
…
HexagonSelectCCInfo.td
…
HexagonSelectionDAGInfo.cpp
…
HexagonSelectionDAGInfo.h
…
HexagonSplitConst32AndConst64.cpp
…
HexagonSplitTFRCondSets.cpp
…
HexagonSubtarget.cpp
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
HexagonSubtarget.h
…
HexagonTargetMachine.cpp
…
HexagonTargetMachine.h
Switch TargetTransformInfo from an immutable analysis pass that requires
2013-01-07 01:37:14 +00:00
HexagonTargetObjectFile.cpp
…
HexagonTargetObjectFile.h
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
2014-03-02 09:09:27 +00:00
HexagonVarargsCallingConvention.h
…
HexagonVLIWPacketizer.cpp
…
LLVMBuild.txt
…
Makefile
…