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-11-03 14:08:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8327f0bca1
llvm-6502
/
lib
/
Target
/
NVPTX
History
Olivier Sallenave
01cef58e6b
Override the TLI callback enableAggressiveFMAFusion and return true. Indeed, fmul, fmadd and fadd nodes cost the same number of cycles, so we can enable more combining heuristics to produce more fmadd nodes.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@225984
91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 14:47:24 +00:00
..
InstPrinter
MCTargetDesc
[NVPTX] Do not emit .weak symbols for NVPTX
2014-12-01 21:16:17 +00:00
TargetInfo
cl_common_defines.h
CMakeLists.txt
LLVMBuild.txt
Makefile
ManagedStringPool.h
NVPTX.h
Test commit.
2014-12-03 23:21:02 +00:00
NVPTX.td
NVPTXAllocaHoisting.cpp
NVPTXAllocaHoisting.h
NVPTXAsmPrinter.cpp
[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 11:23:27 +00:00
NVPTXAsmPrinter.h
NVPTX: Remove duplicate of AsmPrinter::lowerConstant
2014-12-16 19:16:17 +00:00
NVPTXAssignValidGlobalNames.cpp
NVPTXFavorNonGenericAddrSpaces.cpp
NVPTXFrameLowering.cpp
NVPTXFrameLowering.h
NVPTXGenericToNVVM.cpp
NVPTX: Use MapMetadata() instead of custom/stale/untested logic
2015-01-14 05:14:30 +00:00
NVPTXImageOptimizer.cpp
[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 11:23:27 +00:00
NVPTXInstrFormats.td
NVPTXInstrInfo.cpp
[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 11:23:27 +00:00
NVPTXInstrInfo.h
NVPTXInstrInfo.td
NVPTXIntrinsics.td
NVPTXISelDAGToDAG.cpp
NVPTXISelDAGToDAG.h
NVPTXISelLowering.cpp
[SelectionDAG] Allow targets to specify legality of extloads' result
2015-01-08 00:51:32 +00:00
NVPTXISelLowering.h
Override the TLI callback enableAggressiveFMAFusion and return true. Indeed, fmul, fmadd and fadd nodes cost the same number of cycles, so we can enable more combining heuristics to produce more fmadd nodes.
2015-01-14 14:47:24 +00:00
NVPTXLowerAggrCopies.cpp
NVPTXLowerAggrCopies.h
NVPTXLowerStructArgs.cpp
NVPTXMachineFunctionInfo.h
NVPTXMCExpr.cpp
NVPTXMCExpr.h
NVPTXPrologEpilogPass.cpp
NVPTXRegisterInfo.cpp
NVPTXRegisterInfo.h
NVPTXRegisterInfo.td
NVPTXReplaceImageHandles.cpp
[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 11:23:27 +00:00
NVPTXSection.h
NVPTXSubtarget.cpp
NVPTXSubtarget.h
NVPTXTargetMachine.cpp
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
2014-12-11 21:26:47 +00:00
NVPTXTargetMachine.h
[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 11:23:27 +00:00
NVPTXTargetObjectFile.h
NVPTXTargetTransformInfo.cpp
NVPTXutil.cpp
NVPTXutil.h
NVPTXUtilities.cpp
[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 11:23:27 +00:00
NVPTXUtilities.h
NVPTXVector.td
NVVMReflect.cpp