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-24 06:30:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ff4faabd2d
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Eli Bendersky
b804a1b178
Remove duplicate line and move another closer to its actual use
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@176391
91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-01 23:32:40 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
DAGCombiner: Make the post-legalize vector op optimization more aggressive.
2013-02-21 15:24:35 +00:00
FastISel.cpp
Put some per-instruction statistics of fast isel under NDEBUG, together with
2013-02-28 18:05:12 +00:00
FunctionLoweringInfo.cpp
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
2013-02-08 20:35:15 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
Move the SplatByte helper to APInt and generalize it a bit.
2013-02-20 13:00:06 +00:00
LegalizeFloatTypes.cpp
Set properties for f128 type.
2013-03-01 21:11:44 +00:00
LegalizeIntegerTypes.cpp
Fix PR10475
2013-03-01 18:40:30 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
2013-01-25 15:18:54 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
SelectionDAG compile time improvement.
2013-02-22 23:33:30 +00:00
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
pre-RA-sched fix: only reevaluate physreg interferences when necessary.
2013-02-25 19:11:48 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
Fix #includes, so we include only what we really need.
2013-02-20 00:26:25 +00:00
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Fix PR10475
2013-03-01 18:40:30 +00:00
SelectionDAGBuilder.cpp
Generate an error message instead of asserting or segfaulting when we can't
2013-03-01 19:12:05 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
Teach SDISel to combine fsin / fcos into a fsincos node if the following
2013-01-29 02:32:37 +00:00
SelectionDAGISel.cpp
Remove duplicate line and move another closer to its actual use
2013-03-01 23:32:40 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
2013-02-12 21:21:59 +00:00
TargetSelectionDAGInfo.cpp