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
9aee335c23
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Devang Patel
9aee335c23
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.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@139330
91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-08 22:59:09 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +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
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
LegalizeTypes.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
LegalizeTypes.h
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
LegalizeTypesGeneric.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
LegalizeVectorOps.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
LegalizeVectorTypes.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures for atomic laod/store on ARM.
2011-09-07 02:23:42 +00:00
SelectionDAGBuilder.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
SelectionDAGBuilder.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
TargetSelectionDAGInfo.cpp