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 Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. 2006-05-03 01:29:57 +00:00
Makefile
ScheduleDAG.cpp Remove and simplify some more machineinstr/machineoperand stuff. 2006-05-04 18:16:01 +00:00
ScheduleDAGList.cpp Fix VC++ compilation error. 2006-05-05 01:47:05 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll and 2006-04-27 05:01:07 +00:00
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