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-02 22:04:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8fc1c3a619
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Michael Kuperstein
8fc1c3a619
Revert r226811, MSVC accepts code sane compilers don't.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@226814
91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-22 12:48:07 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Revert r226811, MSVC accepts code sane compilers don't.
2015-01-22 12:48:07 +00:00
FastISel.cpp
[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-15 02:16:27 +00:00
FunctionLoweringInfo.cpp
Remove dead code for llvm.eh.selector in the old EH model
2015-01-14 18:49:39 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Implement new way of expanding extloads.
2015-01-14 01:35:17 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Fixed a bug in type legalizer for masked load/store intrinsics.
2015-01-22 12:07:59 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
Fixed a bug in type legalizer for masked load/store intrinsics.
2015-01-22 12:07:59 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Fixed a bug in type legalizer for masked load/store intrinsics.
2015-01-22 12:07:59 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
Adjust ScheduleDAGSDNodes::RegDefIter for patchpoints
2015-01-14 01:07:03 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp
Revert r226811, MSVC accepts code sane compilers don't.
2015-01-22 12:48:07 +00:00
SelectionDAGBuilder.cpp
Fixed a bug in type legalizer for masked load/store intrinsics.
2015-01-22 12:07:59 +00:00
SelectionDAGBuilder.h
Factor out a splitSwitchCase() function so that it can be reused.
2015-01-20 08:57:44 +00:00
SelectionDAGDumper.cpp
Masked Load / Store Intrinsics - the CodeGen part.
2014-12-04 09:40:44 +00:00
SelectionDAGISel.cpp
[PM] Remove the Pass argument from all of the critical edge splitting
2015-01-19 12:09:11 +00:00
SelectionDAGPrinter.cpp
StatepointLowering.cpp
Move ownership of GCStrategy objects to LLVMContext
2015-01-16 20:07:33 +00:00
StatepointLowering.h
TargetLowering.cpp
Replace size method call of containers to empty method where appropriate
2015-01-15 11:41:30 +00:00
TargetSelectionDAGInfo.cpp