llvm-6502/lib/VMCore
Reid Spencer b913bbaa41 Cleanup ConstantFoldCompareInstruction:
1. Make the arguments const like the other ConstantFold* functions.
2. Clean up evaluateFCmpRelation so it makes sense for floating point.
3. Implement the use of evaluateFCmpRelation to fold floating point CEs
4. Shorten a variable name so more things fit on one line.
5. Fix various comments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32759 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-24 18:52:08 +00:00
..
AsmWriter.cpp
BasicBlock.cpp
ConstantFold.cpp Cleanup ConstantFoldCompareInstruction: 2006-12-24 18:52:08 +00:00
ConstantFold.h Cleanup ConstantFoldCompareInstruction: 2006-12-24 18:52:08 +00:00
ConstantFolding.h Cleanup ConstantFoldCompareInstruction: 2006-12-24 18:52:08 +00:00
Constants.cpp Fix some comments. 2006-12-24 18:42:29 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp For PR950: 2006-12-23 06:05:41 +00:00
Instructions.cpp For PR950: 2006-12-23 06:05:41 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManager.cpp
PassManagerT.h
SymbolTable.cpp For PR950: 2006-12-23 06:05:41 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp For PR950: 2006-12-23 06:05:41 +00:00