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-07 12:07:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1b40319eba
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Dan Gohman
1b40319eba
Delete the EdgeMapping variable itself.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@102810
91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-01 00:02:20 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
Apply a patch from Jan Sjodin to fix a compiler abort on vector
2010-04-30 17:19:19 +00:00
FastISel.cpp
While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matching llvm.dbg.declare intrinsic is missing.
2010-04-28 19:27:33 +00:00
FunctionLoweringInfo.cpp
Replace r102368 with code that's less fragile. This creates DBG_VALUE instructions for function arguments early and insert them after instruction selection is done.
2010-04-28 23:08:54 +00:00
FunctionLoweringInfo.h
Add comment.
2010-04-29 06:58:53 +00:00
InstrEmitter.cpp
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
2010-05-01 00:01:06 +00:00
InstrEmitter.h
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
2010-05-01 00:01:06 +00:00
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
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
EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the
2010-04-30 22:19:17 +00:00
SelectionDAGBuilder.cpp
Delete the EdgeMapping variable itself.
2010-05-01 00:02:20 +00:00
SelectionDAGBuilder.h
Delete the EdgeMapping variable itself.
2010-05-01 00:02:20 +00:00
SelectionDAGISel.cpp
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
2010-05-01 00:01:06 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp