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-21 00:32:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ade9f18934
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Dan Gohman
ade9f18934
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@59340
91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-15 00:23:40 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
2008-11-15 00:23:40 +00:00
DAGCombiner.cpp
Fix for PR3040:
2008-11-11 08:25:46 +00:00
FastISel.cpp
LatencyPriorityQueue.cpp
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
2008-11-15 00:23:40 +00:00
LatencyPriorityQueue.h
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
2008-11-15 00:23:40 +00:00
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
Fix unsigned char->ppcf128 conversion.
2008-11-12 18:38:44 +00:00
LegalizeIntegerTypes.cpp
Correct some thinkos in the expansion of ADD/SUB
2008-11-12 08:23:26 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp
Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means
2008-11-12 08:37:57 +00:00
Makefile
ScheduleDAG.cpp
Add support for building a ScheduleDAG from MachineInstrs. This is currently
2008-11-14 21:47:58 +00:00
ScheduleDAGEmit.cpp
For post-regalloc scheduling, remove the instructions from the block
2008-11-14 00:33:17 +00:00
ScheduleDAGFast.cpp
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
2008-11-13 23:24:17 +00:00
ScheduleDAGList.cpp
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
2008-11-15 00:23:40 +00:00
ScheduleDAGRRList.cpp
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
2008-11-13 23:24:17 +00:00
SelectionDAG.cpp
SelectionDAGBuild.cpp
SelectionDAGBuild.h
SelectionDAGISel.cpp
Move the code that inserts X87 FP_REG_KILL instructions from a
2008-11-12 22:55:05 +00:00
SelectionDAGPrinter.cpp
Check in the correct version of the patch in r59279.
2008-11-14 00:32:34 +00:00
TargetLowering.cpp
Fix the testb optimization so x86 also bootstraps.
2008-11-12 02:00:35 +00:00