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-28 19:31:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f316eb7074
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Dan Gohman
f316eb7074
Fix whitespace and 80-column violations.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@131428
91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-16 22:09:53 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
2011-05-11 14:40:50 +00:00
FastISel.cpp
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
2011-05-16 21:06:17 +00:00
FunctionLoweringInfo.cpp
Make codegen able to handle values of empty types. This is one way
2011-05-13 15:18:06 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Fix whitespace and 80-column violations.
2011-05-16 22:09:53 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
Move ExpandAtomic into the integer expansion routines - it's only used there.
2011-01-11 00:36:08 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
Be careful about scheduling nodes above previous calls. It increase usages of
2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.cpp
Be careful about scheduling nodes above previous calls. It increase usages of
2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that.
2011-05-02 22:25:45 +00:00
SelectionDAGBuilder.cpp
Preserve debug info for unused zero extended boolean argument.
2011-05-16 21:24:05 +00:00
SelectionDAGBuilder.h
Remove unused STL header includes.
2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp
Track how many insns fast-isel successfully selects as well as how many it
2011-05-16 21:51:07 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Look through struct wrapped types for inline asm statments.
2011-05-09 20:04:43 +00:00
TargetSelectionDAGInfo.cpp