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-27 13:30:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3c6e49504e
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Andrew Trick
3c6e49504e
Disable a couple of experimental heuristics to get the best results from the current implementation of -pre-RA-sched=list-ilp.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@127113
91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-06 00:03:32 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Can't introduce floating-point immediate constants after legalization.
2011-03-02 19:36:30 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
There are times when the landing pad won't have a call to 'eh.selector' in
2011-03-03 23:14:05 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.
2011-02-25 21:41:48 +00:00
LegalizeFloatTypes.cpp
Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.
2011-02-25 21:41:48 +00:00
LegalizeIntegerTypes.cpp
Revert commit 126684 "Use the correct shift amount type". It is only the correct
2011-03-04 14:28:59 +00:00
LegalizeTypes.cpp
Move ExpandAtomic into the integer expansion routines - it's only used there.
2011-01-11 00:36:08 +00:00
LegalizeTypes.h
Revert r123908; the code in question is completely untested and wrong.
2011-03-03 22:33:23 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Add a few missed unary cases when legalizing vector results. Put some cases
2011-03-01 15:15:43 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
Disable a couple of experimental heuristics to get the best results from the current implementation of -pre-RA-sched=list-ilp.
2011-03-06 00:03:32 +00:00
ScheduleDAGSDNodes.cpp
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
2011-03-05 09:18:16 +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
Avoid exponential blow-up when printing DAGs.
2011-03-02 23:38:06 +00:00
SelectionDAGBuilder.cpp
Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.
2011-02-25 21:41:48 +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
trailing whitespace.
2011-03-01 01:39:05 +00:00
SelectionDAGPrinter.cpp
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-27 04:11:03 +00:00
TargetLowering.cpp
Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.
2011-02-25 21:41:48 +00:00
TargetSelectionDAGInfo.cpp