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
2024-12-26 05:32:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
61b1851a20
llvm-6502
/
lib
/
Target
/
Hexagon
History
Craig Topper
c5eaae4e9b
Convert more static tables of registers used by calling convention to uint16_t to reduce space.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@152538
91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-11 07:57:25 +00:00
..
MCTargetDesc
TargetInfo
CMakeLists.txt
Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear in the Makefile and the output it produces isn't used. The Hexagon intrinsics are all in the global Intrinsics.gen.
2012-02-27 02:59:43 +00:00
Hexagon.h
Hexagon.td
HexagonAsmPrinter.cpp
Delete incorrect reference to inexistent Hexagon architecture manuals.
2012-02-27 23:00:52 +00:00
HexagonCallingConv.td
HexagonCallingConvLower.cpp
Use uint16_t to store register overlaps to reduce static data.
2012-03-04 10:43:23 +00:00
HexagonCallingConvLower.h
HexagonCFGOptimizer.cpp
HexagonExpandPredSpillCode.cpp
HexagonFrameLowering.cpp
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size.
2012-03-05 05:37:41 +00:00
HexagonFrameLowering.h
HexagonHardwareLoops.cpp
HexagonImmediates.td
HexagonInstrFormats.td
HexagonInstrFormatsV4.td
HexagonInstrInfo.cpp
HexagonInstrInfo.h
HexagonInstrInfo.td
HexagonInstrInfoV3.td
HexagonInstrInfoV4.td
HexagonIntrinsics.td
HexagonIntrinsicsDerived.td
HexagonIntrinsicsV3.td
HexagonIntrinsicsV4.td
HexagonISelDAGToDAG.cpp
HexagonISelLowering.cpp
Convert more static tables of registers used by calling convention to uint16_t to reduce space.
2012-03-11 07:57:25 +00:00
HexagonISelLowering.h
Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call.
2012-02-28 18:51:51 +00:00
HexagonMachineFunctionInfo.h
HexagonPeephole.cpp
Remove unused cl::opt, make another opt static.
2012-02-24 22:09:25 +00:00
HexagonRegisterInfo.cpp
Use uint16_t to store registers in callee saved register tables to reduce size of static data.
2012-03-04 03:33:22 +00:00
HexagonRegisterInfo.h
Use uint16_t to store registers in callee saved register tables to reduce size of static data.
2012-03-04 03:33:22 +00:00
HexagonRegisterInfo.td
HexagonRemoveSZExtArgs.cpp
HexagonSchedule.td
HexagonScheduleV4.td
HexagonSelectCCInfo.td
HexagonSelectionDAGInfo.cpp
HexagonSelectionDAGInfo.h
HexagonSplitTFRCondSets.cpp
HexagonSubtarget.cpp
HexagonSubtarget.h
HexagonTargetMachine.cpp
HexagonTargetMachine.h
HexagonTargetObjectFile.cpp
HexagonTargetObjectFile.h
HexagonVarargsCallingConvention.h
LLVMBuild.txt
Makefile