llvm-6502/lib
Reid Spencer eac65746d7 Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"
parameter on ConstantInt::get to indicate the signedness of the intended
value.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35182 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-19 20:40:22 +00:00
..
Analysis Now IndVarSimplify is a LoopPass. 2007-03-07 06:39:01 +00:00
Archive
AsmParser Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned" 2007-03-19 20:40:22 +00:00
Bytecode Use a simpler constructor for ConstantInt. 2007-03-01 20:25:31 +00:00
CodeGen Remove -reduce-joining-phys-regs options. Make it on by default. 2007-03-19 18:08:26 +00:00
Debugger
ExecutionEngine Unbreak C++ build. 2007-03-12 17:57:00 +00:00
Linker
Support Implement extension of sign bits for negative values in the uint64_t 2007-03-19 20:37:47 +00:00
System Fix mingw32 build 2007-03-19 20:19:08 +00:00
Target Fix naming inconsistencies. 2007-03-19 07:48:02 +00:00
Transforms fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll 2007-03-19 18:25:57 +00:00
VMCore Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a 2007-03-19 20:39:08 +00:00
Makefile