llvm-6502/lib/CodeGen/SelectionDAG
2006-05-06 00:11:52 +00:00
..
DAGCombiner.cpp Fold trunc(any_ext). This gives stuff like: 2006-05-05 22:56:26 +00:00
LegalizeDAG.cpp
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp Fix VC++ compilation error. 2006-05-05 01:47:05 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp
SelectionDAGISel.cpp More aggressively sink GEP offsets into loops. For example, before we 2006-05-05 21:17:49 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Fold (trunc (srl x, c)) -> (srl (trunc x), c) 2006-05-06 00:11:52 +00:00