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-13 04:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f754f50805
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Jim Grosbach
3fc8317798
Fix formatting of debug helper string.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@126471
91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-25 03:59:03 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Enable support for vector sext and trunc:
2011-02-24 21:01:34 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it
2011-02-25 01:11:01 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Do not lose debug info of an inlined function argument even if the argument is only used through GEPs.
2011-02-18 22:43:42 +00:00
LegalizeFloatTypes.cpp
Swap VT and DebugLoc operands of getExtLoad() for consistency with
2011-02-16 16:23:55 +00:00
LegalizeIntegerTypes.cpp
Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at
2011-02-17 12:42:48 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
fix PR9210 by implementing some type legalization logic for
2011-02-14 06:30:45 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Swap VT and DebugLoc operands of getExtLoad() for consistency with
2011-02-16 16:23:55 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
Introducing a new method of tracking register pressure. We can't
2011-02-04 03:18:17 +00:00
ScheduleDAGSDNodes.cpp
Introducing a new method of tracking register pressure. We can't
2011-02-04 03:18:17 +00:00
ScheduleDAGSDNodes.h
Introducing a new method of tracking register pressure. We can't
2011-02-04 03:18:17 +00:00
SDNodeDbgValue.h
Do not lose debug info of an inlined function argument even if the argument is only used through GEPs.
2011-02-18 22:43:42 +00:00
SDNodeOrdering.h
SelectionDAG.cpp
Add a getNumSignBits() method to APInt.
2011-02-24 10:00:20 +00:00
SelectionDAGBuilder.cpp
Fix formatting of debug helper string.
2011-02-25 03:59:03 +00:00
SelectionDAGBuilder.h
Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."
2011-02-21 23:21:26 +00:00
SelectionDAGISel.cpp
Merge information about the number of zero, one, and sign bits of live-out
2011-02-24 10:00:25 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Enhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 22:25:43 +00:00
TargetSelectionDAGInfo.cpp