llvm-6502/lib/CodeGen
Evan Cheng d385fd62cb Allow the target to override the ISD::CondCode that's to be used to test the
result of the comparison libcall against zero.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33701 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-31 09:29:11 +00:00
..
SelectionDAG Allow the target to override the ISD::CondCode that's to be used to test the 2007-01-31 09:29:11 +00:00
AsmPrinter.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
BranchFolding.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
DwarfWriter.cpp Out of line function. 2007-01-29 23:40:33 +00:00
ELFWriter.cpp Use TargetELFWriterInfo class. 2007-01-27 02:55:44 +00:00
IntrinsicLowering.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
LiveInterval.cpp
LiveIntervalAnalysis.cpp
LiveVariables.cpp
LLVMTargetMachine.cpp
MachineBasicBlock.cpp
MachineFunction.cpp Teach TargetData to handle 'preferred' alignment for each target, and use 2007-01-20 22:35:55 +00:00
MachineInstr.cpp
MachineModuleInfo.cpp Out of line function. 2007-01-29 23:40:33 +00:00
MachinePassRegistry.cpp
MachOWriter.cpp Properly support cstrings 2007-01-29 21:20:42 +00:00
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
RegAllocLinearScan.cpp
RegAllocLocal.cpp
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp Switch this to use SmallSet to avoid mallocs in the common case. 2007-01-23 00:59:48 +00:00
VirtRegMap.h