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-10 17:07:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e9e16a36d9
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Devang Patel
6fe75aaaeb
Use frame index, if available for byval argument while lowering dbg_declare. Otherwise let getRegForValue() find register for this argument.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@113843
91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-14 20:29:31 +00:00
..
CMakeLists.txt
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
2010-09-13 23:59:48 +00:00
DAGCombiner.cpp
Don't narrow the load and store in a load+twiddle+store sequence unless
2010-09-02 21:18:42 +00:00
FastISel.cpp
Use frame index, if available for byval argument while lowering dbg_declare. Otherwise let getRegForValue() find register for this argument.
2010-09-14 20:29:31 +00:00
FunctionLoweringInfo.cpp
Reapply r112623. Included additional check for unused byval argument.
2010-08-31 22:22:42 +00:00
InstrEmitter.cpp
Revert r112461. It was failing on PPC...
2010-08-30 04:36:50 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Add a missing check when legalizing a vector extending load. This doesn't
2010-09-03 19:20:37 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
Teach if-converter to be more careful with predicating instructions that would
2010-09-10 01:29:16 +00:00
ScheduleDAGSDNodes.h
Teach if-converter to be more careful with predicating instructions that would
2010-09-10 01:29:16 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
zap unused method. x86 is the only user and already has a more powerfull version
2010-08-31 02:36:20 +00:00
SelectionDAGBuilder.cpp
Added skeleton for inline asm multiple alternative constraint support.
2010-09-13 18:15:37 +00:00
SelectionDAGBuilder.h
Offset is not always unsigned number.
2010-08-31 06:12:08 +00:00
SelectionDAGISel.cpp
implement rdar://6653118 - fastisel should fold loads where possible.
2010-09-05 02:18:34 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Silence more warnings. Two more unused variables.
2010-09-13 18:30:57 +00:00
TargetSelectionDAGInfo.cpp