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-01 15:33:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0eb5914411
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Owen Anderson
afd3d56b9d
Make it possible for a target to mark FSUB as Expand. This requires providing a default expansion (FADD+FNEG), and teaching DAGCombine not to form FSUBs post-legalize if they are not legal.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@152079
91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-06 00:29:31 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Make it possible for a target to mark FSUB as Expand. This requires providing a default expansion (FADD+FNEG), and teaching DAGCombine not to form FSUBs post-legalize if they are not legal.
2012-03-06 00:29:31 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
Tabs, formatting and long lines oh my!
2012-02-24 01:59:01 +00:00
InstrEmitter.cpp
Don't crash when a glue node contains an internal CopyToReg
2012-02-24 17:53:59 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Make it possible for a target to mark FSUB as Expand. This requires providing a default expansion (FADD+FNEG), and teaching DAGCombine not to form FSUBs post-legalize if they are not legal.
2012-03-06 00:29:31 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" optimization, making the lives of later passes easier.
2012-02-29 13:27:00 +00:00
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
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
Use uint16_t to store register overlaps to reduce static data.
2012-03-04 10:43:23 +00:00
ScheduleDAGRRList.cpp
Use uint16_t to store register overlaps to reduce static data.
2012-03-04 10:43:23 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.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
SelectionDAGBuilder.cpp
Fix warnings about adding a bool to a string.
2012-03-05 19:29:36 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp