llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 9f65c39f80 Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46513 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-29 12:43:50 +00:00
..
CallingConvLower.cpp Oops. Forgot to commit this. 2008-01-15 07:49:36 +00:00
DAGCombiner.cpp Fix PowerPC/./2007-10-18-PtrArithmetic.ll 2008-01-27 23:32:17 +00:00
LegalizeDAG.cpp Properly expand extract-element for non-power-of-2 codegen 2008-01-29 02:24:00 +00:00
LegalizeTypes.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LegalizeTypes.h * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesExpand.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesPromote.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesScalarize.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LegalizeTypesSplit.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp rename TargetInstrDescriptor -> TargetInstrDesc. 2008-01-07 07:27:27 +00:00
ScheduleDAGList.cpp Rename SSARegMap -> MachineRegisterInfo in keeping with the idea 2007-12-31 04:13:23 +00:00
ScheduleDAGRRList.cpp Fix a typo in a comment. 2008-01-29 12:43:50 +00:00
SelectionDAG.cpp don't bother making x&-1 only to simplify it in dag combine. This commonly occurs expanding i64 ops. 2008-01-26 01:05:42 +00:00
SelectionDAGISel.cpp Handle 'X' constraint in asm's better. 2008-01-29 02:21:21 +00:00
SelectionDAGPrinter.cpp include alignment and volatility information in -view-*-dags output 2008-01-25 06:40:45 +00:00
TargetLowering.cpp Handle 'X' constraint in asm's better. 2008-01-29 02:21:21 +00:00