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 19:31:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8a115d5bf4
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Devang Patel
8a115d5bf4
Remove unused statistical counter.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@132087
91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-25 21:55:40 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Revert 121907 (it causes llc crash) and apply original patch from PR9817.
2011-05-23 22:04:42 +00:00
FastISel.cpp
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
2011-05-16 21:06:17 +00:00
FunctionLoweringInfo.cpp
Make codegen able to handle values of empty types. This is one way
2011-05-13 15:18:06 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Revert commit 131534 since it seems to have broken several buildbots.
2011-05-18 14:57:56 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
Revert commit 131534 since it seems to have broken several buildbots.
2011-05-18 14:57:56 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
2011-03-23 22:18:48 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
Be careful about scheduling nodes above previous calls. It increase usages of
2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.cpp
Be careful about scheduling nodes above previous calls. It increase usages of
2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.h
Added a check in the preRA scheduler for potential interference on a
2011-04-07 19:54:57 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Remove dead code.
2011-05-24 18:27:52 +00:00
SelectionDAGBuilder.cpp
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until end of function.
2011-05-23 17:44:13 +00:00
SelectionDAGBuilder.h
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until end of function.
2011-05-23 17:44:13 +00:00
SelectionDAGISel.cpp
Remove unused statistical counter.
2011-05-25 21:55:40 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Update some currently-disabled code, preparing for eventual use.
2011-05-19 18:48:20 +00:00
TargetSelectionDAGInfo.cpp