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-19 01:34:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6bf3a05235
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Chad Rosier
5b3fca50a0
The getRegForInlineAsmConstraint function should only accept MVT value types.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@184642
91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-22 18:37:38 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Fix PR16360
2013-06-21 18:45:27 +00:00
FastISel.cpp
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
2013-06-21 22:56:30 +00:00
FunctionLoweringInfo.cpp
Don't cache the TLI object since we have access to it through TargetMachine already.
2013-06-19 20:32:16 +00:00
InstrEmitter.cpp
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
2013-06-16 20:34:15 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Introduce getSelect usage and use more getSelectCC
2013-06-14 22:04:37 +00:00
LegalizeFloatTypes.cpp
Introduce getSelect usage and use more getSelectCC
2013-06-14 22:04:37 +00:00
LegalizeIntegerTypes.cpp
Introduce getSelect usage and use more getSelectCC
2013-06-14 22:04:37 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
Introduce getSelect usage and use more getSelectCC
2013-06-14 22:04:37 +00:00
LegalizeVectorTypes.cpp
Introduce getSelect usage and use more getSelectCC
2013-06-14 22:04:37 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp
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
SelectionDAGBuilder.cpp
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
SelectionDAGBuilder.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
SelectionDAGDumper.cpp
SelectionDAGISel.cpp
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
SelectionDAGPrinter.cpp
TargetLowering.cpp
The getRegForInlineAsmConstraint function should only accept MVT value types.
2013-06-22 18:37:38 +00:00
TargetSelectionDAGInfo.cpp