llvm-6502/lib/CodeGen/SelectionDAG
Bill Wendling 6f287b22d2 Add the new `-no-builtin' flag. This flag is meant to mimic the GCC
`-fno-builtin' flag. Currently, it's used to replace "memset" with "_bzero"
instead of "__bzero" on Darwin10+. This arguably violates the meaning of this
flag, but is currently sufficient. The meaning of this flag should become more
specific over time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56885 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-30 21:22:07 +00:00
..
CallingConvLower.cpp Add "inreg" field to CallSDNode (doesn't increase 2008-09-26 19:31:26 +00:00
CMakeLists.txt
DAGCombiner.cpp Rename ConstantSDNode's getSignExtended to getSExtValue, for 2008-09-26 21:54:37 +00:00
FastISel.cpp Move the primary fast-isel top-level comments to FastISel.cpp, where 2008-09-30 20:48:29 +00:00
LegalizeDAG.cpp Optimize SelectionDAG's AssignTopologicalOrder even further. 2008-09-30 18:30:35 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Add "inreg" field to CallSDNode (doesn't increase 2008-09-26 19:31:26 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAG.cpp
ScheduleDAGEmit.cpp
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Add the new `-no-builtin' flag. This flag is meant to mimic the GCC 2008-09-30 21:22:07 +00:00
SelectionDAGBuild.cpp Temporarily reverting r56683. This is causing a failure during the build of llvm-gcc: 2008-09-26 22:10:44 +00:00
SelectionDAGBuild.h Remove SelectionDag early allocation of registers 2008-09-24 23:13:09 +00:00
SelectionDAGISel.cpp Fix FastISel to not initialize the PIC-base register multiple times 2008-09-29 21:55:50 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Rename ConstantSDNode's getSignExtended to getSExtValue, for 2008-09-26 21:54:37 +00:00