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
2025-01-08 18:31:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
28e65b5245
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Nadav Rotem
28e65b5245
Fix a type in the legalization of CONCAT_VECTORS.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@142579
91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-20 13:38:16 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.
2011-10-18 17:34:47 +00:00
FastISel.cpp
Fix a thinko that Nick noticed. The previous code actually worked as
2011-10-12 15:56:56 +00:00
FunctionLoweringInfo.cpp
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
Move the legalization of vector loads and stores into LegalizeVectorOps. In some
2011-10-15 07:41:10 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Fix a type in the legalization of CONCAT_VECTORS.
2011-10-20 13:38:16 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
Add support for the vector-widening of vselect and vector-setcc
2011-10-19 09:45:11 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
Improve code generation for vselect on SSE2:
2011-10-19 20:43:16 +00:00
LegalizeVectorTypes.cpp
Add support for the vector-widening of vselect and vector-setcc
2011-10-19 09:45:11 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Fix a bunch of unused variable warnings when doing a release
2011-10-18 12:44:00 +00:00
SelectionDAGBuilder.cpp
Fix a bunch of unused variable warnings when doing a release
2011-10-18 12:44:00 +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
Correct over-zealous removal of hack.
2011-10-17 18:43:40 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Enable element promotion type legalization by deafault.
2011-10-16 20:31:33 +00:00
TargetSelectionDAGInfo.cpp