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-11-01 15:11:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
26323442d5
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Eli Friedman
26323442d5
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves correctly. PR11494.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@145996
91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-07 00:11:56 +00:00
..
CMakeLists.txt
build/CMake: Finish removal of add_llvm_library_dependencies.
2011-11-29 19:25:30 +00:00
DAGCombiner.cpp
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves correctly. PR11494.
2011-12-07 00:11:56 +00:00
FastISel.cpp
If fast-isel fails, remove dead instructions generated during the failed
2011-11-29 19:40:47 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-11-28 19:23:13 +00:00
LegalizeFloatTypes.cpp
Added invariant field to the DAG.getLoad method and changed all calls.
2011-11-08 18:42:53 +00:00
LegalizeIntegerTypes.cpp
CONCAT_VECTORS can have more than two operands. PR11389.
2011-11-16 02:52:39 +00:00
LegalizeTypes.cpp
Added invariant field to the DAG.getLoad method and changed all calls.
2011-11-08 18:42:53 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
Remove some unnecessary includes of PseudoSourceValue.h.
2011-11-15 07:50:46 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Remove some unnecessary includes of PseudoSourceValue.h.
2011-11-15 07:50:46 +00:00
LLVMBuild.txt
Makefile
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
2011-11-16 01:02:57 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Move global variables in TargetMachine into new TargetOptions class. As an API
2011-12-02 22:16:29 +00:00
SelectionDAGBuilder.cpp
Add support for vectors of pointers.
2011-12-05 06:29:09 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp
First chunk of MachineInstr bundle support.
2011-12-06 22:12:01 +00:00
SelectionDAGPrinter.cpp
Twinify GraphWriter a little bit.
2011-11-15 16:26:38 +00:00
TargetLowering.cpp
Add check so we don't try to perform an impossible transformation. Fixes issue from PR11319.
2011-11-09 22:25:12 +00:00
TargetSelectionDAGInfo.cpp