llvm-project/llvm/lib/CodeGen/SelectionDAG
Devang Patel 9ac4390bf4 Record line number at the beginning of a func.start.
This line was accidently lost yesterday.

llvm-svn: 69286
2009-04-16 15:07:09 +00:00
..
CMakeLists.txt Experimental post-pass scheduling support. Post-pass scheduling 2008-11-19 23:18:57 +00:00
CallingConvLower.cpp Minor top-level comment fix. 2009-03-31 16:51:18 +00:00
DAGCombiner.cpp Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be 2009-04-13 22:05:19 +00:00
FastISel.cpp Record line number at the beginning of a func.start. 2009-04-16 15:07:09 +00:00
LegalizeDAG.cpp Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads 2009-04-15 20:06:30 +00:00
LegalizeFloatTypes.cpp Soft float support for FREM. 2009-04-08 16:20:57 +00:00
LegalizeIntegerTypes.cpp Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be 2009-04-13 22:05:19 +00:00
LegalizeTypes.cpp Fix PR3899: add support for extracting floats from vectors 2009-03-29 13:51:06 +00:00
LegalizeTypes.h Soft float support for FREM. 2009-04-08 16:20:57 +00:00
LegalizeTypesGeneric.cpp Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be 2009-04-13 22:05:19 +00:00
LegalizeVectorTypes.cpp Added missing support for widening when splitting an unary op (PR3683) 2009-03-18 06:24:04 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ScheduleDAGFast.cpp When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
ScheduleDAGList.cpp When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
ScheduleDAGRRList.cpp Minor compile-time optimization; don't bother checking 2009-03-24 00:50:07 +00:00
ScheduleDAGSDNodes.cpp Don't set SUnit::hasPhysRegDefs to true unless the defs are 2009-03-23 17:39:36 +00:00
ScheduleDAGSDNodes.h Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize 2009-04-13 21:06:25 +00:00
ScheduleDAGSDNodesEmit.cpp When the result of an EXTRACT_SUBREG, INSERT_SUBREG, or SUBREG_TO_REG 2009-04-14 22:17:14 +00:00
SelectionDAG.cpp Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads 2009-04-15 20:06:30 +00:00
SelectionDAGBuild.cpp Record line number at the beginning of a func.start. 2009-04-16 15:07:09 +00:00
SelectionDAGBuild.h If FastISel is run and it has known DebugLoc then use it. 2009-04-16 01:33:10 +00:00
SelectionDAGISel.cpp In -fast mode do what FastISel does. 2009-04-16 02:33:41 +00:00
SelectionDAGPrinter.cpp Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. 2009-03-13 07:51:59 +00:00
TargetLowering.cpp Implement support for using modeling implicit-zero-extension on x86-64 2009-04-08 00:15:30 +00:00