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 21:32:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
85de1e5bad
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Anton Korobeynikov
60283f9bc9
Fix weird typo which leads to unallocated memory access for nodes with 4 results.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@91233
91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-13 01:00:59 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
2009-12-11 21:31:27 +00:00
FastISel.cpp
Make TargetSelectInstruction protected and called from FastISel.cpp
2009-12-05 01:27:58 +00:00
FunctionLoweringInfo.cpp
FunctionLoweringInfo.h
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never
2009-12-11 23:26:08 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics from i32 to platform's largest native type
2009-12-07 02:28:26 +00:00
LegalizeTypes.cpp
Added support to allow clients to custom widen. For X86, custom widen vectors for
2009-11-30 02:42:02 +00:00
LegalizeTypes.h
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
2009-12-11 21:31:27 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
2009-12-11 21:31:27 +00:00
LegalizeVectorTypes.cpp
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
2009-12-11 21:31:27 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SelectionDAG.cpp
Fix weird typo which leads to unallocated memory access for nodes with 4 results.
2009-12-13 01:00:59 +00:00
SelectionDAGBuilder.cpp
Fix the result type of SELECT nodes lowered from Select instructions with
2009-12-11 19:50:50 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp
Remove old DBG_LABEL code.
2009-12-05 17:56:26 +00:00
SelectionDAGPrinter.cpp
Add edge source labels to SelectionDAG graphs, now that the graph printing
2009-12-01 19:20:00 +00:00
TargetLowering.cpp
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
2009-12-11 21:31:27 +00:00