llvm-6502/lib
Chris Lattner 8e8eda78cc Fix bugs in the inliner having to do with single-entry phi nodes and valuemap
updating.  These were exposed by Devang's recent passmgr changes (with
non-default passorderings) because now the inliner can be interleved with
the LCSSA pass.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33760 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-01 18:48:38 +00:00
..
Analysis Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll 2007-01-31 18:04:55 +00:00
Archive For PR1050: 2006-12-15 19:44:51 +00:00
AsmParser regenerate 2007-01-31 04:44:08 +00:00
Bytecode eliminate a temporary vector while parsing gep's from bc files. 2007-01-31 19:56:15 +00:00
CodeGen Slip up 2007-02-01 17:48:20 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Linker preserve sections of globals 2007-02-01 17:12:54 +00:00
Support improve comments, add an assertion 2007-02-01 05:33:21 +00:00
System silence warning 2007-02-01 04:57:00 +00:00
Target Fix .thumb_func directive on linux. 2007-02-01 18:25:34 +00:00
Transforms Fix bugs in the inliner having to do with single-entry phi nodes and valuemap 2007-02-01 18:48:38 +00:00
VMCore silence some warnings when assertions are disabled. 2007-02-01 04:59:37 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00