hanchenye-llvm-project/llvm/lib
Chris Lattner 308c7896a4 "fix" PR4612, which is a crash on:
%0 = malloc [3758096384 x i32]

The "malloc" instruction doesn't support 64-bits correctly (see PR715),
and should be removed.  Victor is actively working on fixing this, in 
the meantime just don't crash.

llvm-svn: 76899
2009-07-23 21:26:18 +00:00
..
Analysis Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser MDString 2009-07-23 02:00:51 +00:00
Bitcode MDString 2009-07-23 02:00:51 +00:00
CodeGen "fix" PR4612, which is a crash on: 2009-07-23 21:26:18 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
ExecutionEngine Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Linker Switch ValueSymbolTable to StringRef based API. 2009-07-23 18:52:12 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for 2009-07-23 18:34:13 +00:00
System Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Target Revert r75581: it causes massive breakage in the Ada 2009-07-23 19:00:02 +00:00
Transforms Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
VMCore Switch ValueSymbolTable to StringRef based API. 2009-07-23 18:52:12 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00