llvm-6502/lib
Chris Lattner 68392422e6 Two fixes:
1. Fix a REALLY nasty cyclic replacement issue that Anshu discovered, causing
   nondeterminstic crashes and memory corruption.
2. For performance, don't go inserting constantexpr casts of GV pointers.

This should definitely go into 1.3


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15568 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-08 01:30:07 +00:00
..
Analysis
Archive
AsmParser
Bytecode Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get 2004-08-04 22:56:46 +00:00
CodeGen Get rid of a warning when compiling optimized. Uninitialized variable has 2004-08-07 15:19:31 +00:00
Debugger
ExecutionEngine
Linker Fix another minor problem that exists if you ahve multiple functions with 2004-08-04 22:39:54 +00:00
Support
System
Target Get rid of a warning when compiling optimized. Uninitialized variable has 2004-08-07 15:19:31 +00:00
Transforms Two fixes: 2004-08-08 01:30:07 +00:00
VMCore Split assertion to two in order to give better assertion messages. 2004-08-06 14:33:37 +00:00
Makefile