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 05:32:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8d41a1a7e6
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Craig Topper
8d41a1a7e6
Remove default case from switch that was already covering all cases.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@153996
91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-04 04:42:42 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Add predicates for checking whether targets have free FNEG and FABS operations, and prevent the DAGCombiner from turning them into bitwise operations if they do.
2012-04-02 22:10:29 +00:00
FastISel.cpp
If we have a VLA that has a "use" in a metadata node that's then used
2012-03-30 00:02:55 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call.
2012-02-28 18:51:51 +00:00
LegalizeTypes.h
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095>
2012-04-03 22:57:55 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
Convert assert(0) to llvm_unreachable
2012-02-05 08:31:47 +00:00
LegalizeVectorTypes.cpp
Removed useless switch for default case when switch was covering all the enum values
2012-04-04 00:53:04 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
2012-03-31 18:14:00 +00:00
SelectionDAGBuilder.cpp
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
2012-03-31 18:14:00 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp
Remove default case from switch that was already covering all cases.
2012-04-04 04:42:42 +00:00
TargetSelectionDAGInfo.cpp