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
7e026b74dd
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Chris Lattner
f5a5546f43
add targetflags to jump tables and constant pool entries.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@74204
91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-25 21:35:31 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
Adapt the x86 build_vector dagcombine to the current state of the legalizer.
2009-06-05 21:37:30 +00:00
FastISel.cpp
mv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 22:08:58 +00:00
LegalizeDAG.cpp
This increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 19:41:55 +00:00
LegalizeFloatTypes.cpp
Rename CustomLowerResults to CustomLowerNode, since
2009-05-31 04:15:38 +00:00
LegalizeIntegerTypes.cpp
Allow libcalls for i16 sdiv/udiv/rem operations.
2009-06-05 14:41:10 +00:00
LegalizeTypes.cpp
Rename CustomLowerResults to CustomLowerNode, since
2009-05-31 04:15:38 +00:00
LegalizeTypes.h
This increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 19:41:55 +00:00
LegalizeTypesGeneric.cpp
Minor cleanup; fixes review comments for a previous patch. Sorry for
2009-06-19 06:01:55 +00:00
LegalizeVectorOps.cpp
Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
2009-06-06 03:27:50 +00:00
LegalizeVectorTypes.cpp
Makefile
remove dead makefile flags.
2009-06-24 05:29:56 +00:00
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
Revert 72707 and 72709, for the moment.
2009-06-02 03:12:52 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGSDNodesEmit.cpp
SelectionDAG.cpp
add targetflags to jump tables and constant pool entries.
2009-06-25 21:35:31 +00:00
SelectionDAGBuild.cpp
Change this from an assert to a cerr+exit, since it's diagnosing an
2009-06-15 22:32:41 +00:00
SelectionDAGBuild.h
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code.
2009-06-24 17:37:09 +00:00
TargetLowering.cpp
This increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 19:41:55 +00:00