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
a4c920db7a
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Eli Friedman
a4c920db7a
Fix silly typo.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@131419
91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-16 20:34:53 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
2011-05-11 14:40:50 +00:00
FastISel.cpp
Fix silly typo.
2011-05-16 20:34:53 +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
Since I can't reproduce the failures from 131261, re-trying with a
2011-05-13 00:51:54 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Revert commit 126684 "Use the correct shift amount type". It is only the correct
2011-03-04 14:28:59 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
2011-03-23 22:18:48 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
Add support for legalizing UINT_TO_FP of vectors on platforms which do
2011-03-19 13:09:10 +00:00
LegalizeVectorTypes.cpp
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
2011-03-23 22:18:48 +00:00
Makefile
ScheduleDAGFast.cpp
Re-commit 127368 and 127371. They are exonerated.
2011-03-10 00:16:32 +00:00
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
Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that.
2011-05-02 22:25:45 +00:00
SelectionDAGBuilder.cpp
Make codegen able to handle values of empty types. This is one way
2011-05-13 15:18:06 +00:00
SelectionDAGBuilder.h
Remove unused STL header includes.
2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp
Don't do tail calls in a function that call setjmp. The stack might be
2011-05-16 03:05:33 +00:00
SelectionDAGPrinter.cpp
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-27 04:11:03 +00:00
TargetLowering.cpp
Look through struct wrapped types for inline asm statments.
2011-05-09 20:04:43 +00:00
TargetSelectionDAGInfo.cpp