llvm-6502/lib/VMCore
Reid Spencer 9d908e8ca0 Now that ConstantInt::isValueValidForType can handle signed and unsigned
values regardless of the signedness of the constant's type, it is okay to
always make the AsmWriter.cpp print constant ints as signed values. The
AsmParser will automatically handle things like: uint -1 as a result.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32686 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-19 21:16:35 +00:00
..
AsmWriter.cpp Now that ConstantInt::isValueValidForType can handle signed and unsigned 2006-12-19 21:16:35 +00:00
BasicBlock.cpp
ConstantFold.cpp Clean up ConstantFoldCastInstruction. 2006-12-19 07:41:40 +00:00
ConstantFold.h
ConstantFolding.h
Constants.cpp Make ConstantInt not care about sign any more. To ensure the AsmParser can 2006-12-19 01:28:19 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Remove the createInferredCast methods now that their last uses have been 2006-12-18 08:52:59 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp Using PDL as a prefix for PassDebugLevel enums is not a good idea. 2006-12-13 21:13:31 +00:00
PassManager.cpp Now, there is additional layer, referred in the comment, 2006-12-19 20:12:38 +00:00
PassManagerT.h Using PDL as a prefix for PassDebugLevel enums is not a good idea. 2006-12-13 21:13:31 +00:00
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp Remove a useless statement. 2006-12-18 23:40:19 +00:00