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 04:33:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e4c705667b
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Chad Rosier
e4c705667b
Typo.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@132871
91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-11 02:16:36 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matches the ordering we prefer in instcombine. Part of rdar://9562809.
2011-06-09 22:14:44 +00:00
FastISel.cpp
PR10077: fix fast-isel of extractvalue of aggregate constants.
2011-06-06 05:46:34 +00:00
FunctionLoweringInfo.cpp
Add a parameter to CCState so that it can access the MachineFunction.
2011-06-08 23:55:35 +00:00
InstrEmitter.cpp
Use TRI::has{Sub,Super}ClassEq() where possible.
2011-06-02 05:43:46 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
2011-05-27 21:03:13 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
80-col cleanups.
2011-06-10 23:05:08 +00:00
LegalizeTypes.cpp
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
2011-06-01 19:47:10 +00:00
LegalizeTypes.h
Add methods to support the integer-promotion of vector types. Methods to
2011-06-06 20:55:56 +00:00
LegalizeTypesGeneric.cpp
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
2011-06-01 19:47:10 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Add methods to support the integer-promotion of vector types. Methods to
2011-06-06 20:55:56 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
Remove a temporary test case probe in CheckForLiveRegDef.
2011-06-08 15:19:49 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp
Add a parameter to CCState so that it can access the MachineFunction.
2011-06-08 23:55:35 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp
Remove unused statistical counter.
2011-05-25 21:55:40 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Typo.
2011-06-11 02:16:36 +00:00
TargetSelectionDAGInfo.cpp