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-28 04:33:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8540101252
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Eli Friedman
8540101252
Remove the old atomic instrinsics. autoupgrade functionality is included with this patch.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@141333
91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06 23:20:49 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
2011-09-22 23:01:29 +00:00
FastISel.cpp
Directly point debug info to the stack slot of the arugment, instead of trying to keep track of vreg in which it the arugment is copied. The LiveDebugVariable can keep track of variable's ranges.
2011-09-08 22:59:09 +00:00
FunctionLoweringInfo.cpp
Directly point debug info to the stack slot of the arugment, instead of trying to keep track of vreg in which it the arugment is copied. The LiveDebugVariable can keep track of variable's ranges.
2011-09-08 22:59:09 +00:00
InstrEmitter.cpp
Simplify EXTRACT_SUBREG emission.
2011-10-05 20:26:40 +00:00
InstrEmitter.h
Simplify EXTRACT_SUBREG emission.
2011-10-05 20:26:40 +00:00
LegalizeDAG.cpp
Moved type construction out of the loop and added an assert on the legality of the type. Formatted lines to the 80 char limit.
2011-10-01 18:39:28 +00:00
LegalizeFloatTypes.cpp
Tweak the handling of MERGE_VALUES nodes: remove the need for
2011-09-23 13:59:22 +00:00
LegalizeIntegerTypes.cpp
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
2011-09-27 11:16:47 +00:00
LegalizeTypes.cpp
Tweak the handling of MERGE_VALUES nodes: remove the need for
2011-09-23 13:59:22 +00:00
LegalizeTypes.h
Tweak the handling of MERGE_VALUES nodes: remove the need for
2011-09-23 13:59:22 +00:00
LegalizeTypesGeneric.cpp
Tweak the handling of MERGE_VALUES nodes: remove the need for
2011-09-23 13:59:22 +00:00
LegalizeVectorOps.cpp
white space cleanups
2011-09-18 10:29:29 +00:00
LegalizeVectorTypes.cpp
Tweak the handling of MERGE_VALUES nodes: remove the need for
2011-09-23 13:59:22 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
When inferring the pointer alignment, if the global doesn't have an initializer
2011-09-30 23:19:55 +00:00
SelectionDAGBuilder.cpp
Remove the old atomic instrinsics. autoupgrade functionality is included with this patch.
2011-10-06 23:20:49 +00:00
SelectionDAGBuilder.h
Remove the old atomic instrinsics. autoupgrade functionality is included with this patch.
2011-10-06 23:20:49 +00:00
SelectionDAGISel.cpp
Modify the mapping from landing pad to call sites to accept more than one call
2011-10-05 22:24:35 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp