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-16 11:30:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aa0d350fe5
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Dan Gohman
a6cb641f48
Add initial kill flag support to FastISel.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@103529
91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-11 23:54:07 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
Be careful with operand promotion. For a binary operation, the source operands may be the same. PR7018. rdar://7939869.
2010-05-10 19:03:57 +00:00
FastISel.cpp
Add initial kill flag support to FastISel.
2010-05-11 23:54:07 +00:00
FunctionLoweringInfo.cpp
Remove the code for special-casing byval for fast-isel. SelectionDAG
2010-05-01 02:44:23 +00:00
FunctionLoweringInfo.h
InstrEmitter.cpp
Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't
2010-05-11 21:59:14 +00:00
InstrEmitter.h
Teach scheduler about REG_SEQUENCE.
2010-05-04 00:22:40 +00:00
LegalizeDAG.cpp
Trim #includes and forward declarations.
2010-05-11 19:11:43 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
2010-05-11 20:16:09 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
2010-05-01 00:01:06 +00:00
ScheduleDAGSDNodes.h
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
2010-05-01 00:01:06 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Implement a bunch more TargetSelectionDAGInfo infrastructure.
2010-05-11 17:31:57 +00:00
SelectionDAGBuilder.cpp
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
2010-05-11 20:16:09 +00:00
SelectionDAGBuilder.h
Don't pass SDValues by non-const reference unless they may be
2010-05-01 00:33:16 +00:00
SelectionDAGISel.cpp
Instruction selection optimizations may have moved the def of a function argument out of the entry block. rdar://7937489
2010-05-04 00:58:39 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Trim #includes and forward declarations.
2010-05-11 19:11:43 +00:00
TargetSelectionDAGInfo.cpp
Implement a bunch more TargetSelectionDAGInfo infrastructure.
2010-05-11 17:31:57 +00:00