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-17 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
01205a80f5
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Dan Gohman
01205a80f5
Don't let a noalias difference disrupt the tailcall optimization.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@88672
91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-13 18:49:38 +00:00
..
CallingConvLower.cpp
Add code to check at SelectionDAGISel::LowerArguments time to see if return values can be lowered to registers. Coming soon, code to perform sret-demotion if return values cannot be lowered to registers
2009-11-07 02:11:54 +00:00
CMakeLists.txt
DAGCombiner.cpp
Remove an unneeded #include.
2009-11-09 22:28:30 +00:00
FastISel.cpp
"Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for line number and scopes.
2009-11-12 19:02:56 +00:00
InstrEmitter.cpp
Don't mark registers dead here when processing nodes with MVT::Flag
2009-10-30 23:57:47 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Emit correct code when making a ConstantPool entry for a vector
2009-11-10 23:16:41 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
2009-10-25 06:33:48 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
Remove includes of Support/Compiler.h that are no longer needed after the
2009-10-25 06:57:41 +00:00
ScheduleDAGList.cpp
Remove includes of Support/Compiler.h that are no longer needed after the
2009-10-25 06:57:41 +00:00
ScheduleDAGRRList.cpp
Remove includes of Support/Compiler.h that are no longer needed after the
2009-10-25 06:57:41 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
Initial target-independent CodeGen support for BlockAddresses.
2009-10-30 01:27:03 +00:00
SelectionDAG.cpp
Adjust isConstantSplat to allow for big-endian targets.
2009-11-13 01:45:18 +00:00
SelectionDAGBuild.cpp
Don't let a noalias difference disrupt the tailcall optimization.
2009-11-13 18:49:38 +00:00
SelectionDAGBuild.h
x86 users can now return arbitrary sized structs. Structs too large to fit in return registers will be returned through a hidden sret parameter introduced during SelectionDAG construction.
2009-11-11 19:59:24 +00:00
SelectionDAGISel.cpp
Implement support to debug inlined functions.
2009-11-10 23:06:00 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Add compare_lower and equals_lower methods to StringRef. Switch all users of
2009-11-12 20:36:59 +00:00