llvm-6502/lib
Chris Lattner d2cfb7a670 We have an assertion that checks that we do not encode null values into the
.bc file if they are supposed to be implicit.  This is cool, except that it
checked *after* constant expr folding: improving constant expr folding could
cause the .bc reader to assert out on old .bc files.  Move the check so that
it checks all simple constants, but no constantexprs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27480 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-07 05:00:02 +00:00
..
Analysis revert this, this is safe, if conservative. leave a note to that effect 2006-04-05 02:42:36 +00:00
Archive more C++ daintiness 2005-12-26 14:31:26 +00:00
AsmParser Add new generated files. 2006-03-23 23:48:12 +00:00
Bytecode We have an assertion that checks that we do not encode null values into the 2006-04-07 05:00:02 +00:00
CodeGen 1. If both vector operands of a vector_shuffle are undef, turn it into an undef. 2006-04-06 23:20:43 +00:00
Debugger Handle new forms of llvm.dbg intrinsics. 2006-03-23 18:06:46 +00:00
ExecutionEngine Get JIT/Interpreter working on Windows again. 2006-03-24 02:53:49 +00:00
Linker Add code to RemapOperand() to handle Instruction::ExtractElement and 2006-04-07 01:27:42 +00:00
Support Qualify dwarf namespace inside llvm namespace. 2006-02-27 22:37:23 +00:00
System Convert llvm.cs.uiuc.edu -> llvm.org 2006-03-14 05:54:52 +00:00
Target A MOVPS2SSmr, i.e. _mm_store_ss, encoding bug. 2006-04-06 23:53:29 +00:00
Transforms Fix inlining of insert/extract element constantexprs 2006-04-07 04:41:03 +00:00
VMCore Constant fold extractelement(zero, x) -> zero 2006-04-07 04:44:06 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00