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-17 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8415f84e49
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Sanjay Patel
ff5cfb4c23
Use SDValue bool operator to reduce code. No functional change.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@218314
91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-23 16:24:20 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Use SDValue bool operator to reduce code. No functional change.
2014-09-23 16:24:20 +00:00
FastISel.cpp
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
2014-09-15 20:47:13 +00:00
FunctionLoweringInfo.cpp
Optimize sext/zext insertion algorithm in back-end.
2014-09-19 05:30:35 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Replace dead links to "Hacker's Delight" with general references. NFC.
2014-09-15 19:47:44 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Optimize sext/zext insertion algorithm in back-end.
2014-09-19 05:30:35 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Allow targets to custom legalize vector insertion and extraction.
2014-09-12 22:16:11 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
Change MCSchedModel to be a struct of statically initialized data.
2014-09-02 17:43:54 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp
Fix crash with an insertvalue that produces an empty object.
2014-09-20 00:10:47 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp
[FastISel] Rename public visible FastISel functions. NFC.
2014-09-03 20:56:52 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Replace repeated null checks with an assert. NFC.
2014-09-15 21:52:51 +00:00
TargetSelectionDAGInfo.cpp