llvm-6502/lib/CodeGen/SelectionDAG
Devang Patel 454e957979 Set default location for the function if it is not already set.
This code is not  yet enabled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83349 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-06 00:09:08 +00:00
..
CallingConvLower.cpp Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. 2009-09-02 08:44:58 +00:00
CMakeLists.txt
DAGCombiner.cpp Fix combiner-aa issue with bases which are different, but can alias. 2009-09-25 06:05:26 +00:00
FastISel.cpp If location info is attached with an instruction then keep track of alloca slots used by a variable. This info will be used by AsmPrinter to emit debug info for variables. 2009-10-01 01:03:26 +00:00
LegalizeDAG.cpp Use MDNode * directly as an RecordSourceLine() argument. 2009-09-30 22:51:28 +00:00
LegalizeFloatTypes.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeIntegerTypes.cpp Use getStoreSize() instead of getStoreSizeInBits()/8. 2009-09-23 21:07:02 +00:00
LegalizeTypes.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
LegalizeTypes.h Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeTypesGeneric.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Better solution for tracking both the original alignment of the access, and the current alignment based 2009-09-15 19:05:41 +00:00
Makefile
ScheduleDAGFast.cpp Fix integer overflow in instruction scheduling. This can happen if we have 2009-09-30 20:15:38 +00:00
ScheduleDAGList.cpp Fix integer overflow in instruction scheduling. This can happen if we have 2009-09-30 20:15:38 +00:00
ScheduleDAGRRList.cpp Silence comparison always false warning in -Asserts mode. 2009-09-30 20:43:07 +00:00
ScheduleDAGSDNodes.cpp Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
ScheduleDAGSDNodes.h Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
ScheduleDAGSDNodesEmit.cpp Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
SelectionDAG.cpp Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
SelectionDAGBuild.cpp Make sure sin, cos, sqrt calls are marked readonly 2009-09-25 18:00:35 +00:00
SelectionDAGBuild.h Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. 2009-09-18 21:02:19 +00:00
SelectionDAGISel.cpp Set default location for the function if it is not already set. 2009-10-06 00:09:08 +00:00
SelectionDAGPrinter.cpp Fix some refactos for iostream changes (in -Asserts mode). 2009-08-23 08:50:52 +00:00
TargetLowering.cpp Convert comparisons like (x == infinity) to (x >= infinity) on targets 2009-09-26 15:24:17 +00:00