llvm-6502/lib
Dan Gohman 84d08db733 Initialize LiveOutInfo's APInt members to zero, as APInt's
default constructor produces an uninitialized APInt.
This fixes PR3896.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67879 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-27 23:51:02 +00:00
..
Analysis Before deleting a basic block, give other loop passes a chance cleanup analysis values, related to the instructions in the basic block. 2009-03-25 23:57:48 +00:00
Archive
AsmParser Fix a bug in our autoupgrade support: in an argument list to a function 2009-03-25 06:36:36 +00:00
Bitcode Fix internal representation of fp80 to be the 2009-03-23 21:16:53 +00:00
CodeGen Initialize LiveOutInfo's APInt members to zero, as APInt's 2009-03-27 23:51:02 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger
ExecutionEngine fix one more fp80 case (used only by Interpreter) 2009-03-24 18:16:17 +00:00
Linker
Support Fix internal representation of fp80 to be the 2009-03-23 21:16:53 +00:00
System
Target remove trailing whitespace 2009-03-27 23:06:27 +00:00
Transforms Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due to 2009-03-27 14:56:47 +00:00
VMCore "ghostify" the ilist<Function> sentinel 2009-03-27 22:28:33 +00:00
Makefile