- Jul 23, 2009
-
-
Reid Kleckner authored
Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. llvm-svn: 76838
-
Zhongxing Xu authored
llvm-svn: 76837
-
Devang Patel authored
llvm-svn: 76836
-
Devang Patel authored
llvm-svn: 76835
-
Devang Patel authored
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. llvm-svn: 76834
-
Eric Christopher authored
llvm-svn: 76829
-
Reid Kleckner authored
out of memory, and also make the default memory manager allocate more memory when it runs out. Also, switch function stubs and global data over to using the BumpPtrAllocator. This makes it so the JIT no longer mmaps (or the equivalent on Windows) 16 MB of memory, and instead allocates in 512K slabs. I suspect this size could go lower, especially on embedded platforms, now that more slabs can be allocated. llvm-svn: 76828
-
Reid Kleckner authored
malloc, so there should be no functional changes to other code. These changes are necessary since I have plans to use this allocator in the JIT memory manager, and it needs a special allocator. I also added some tests which helped me pinpoint some bugs. llvm-svn: 76825
-
Dan Gohman authored
llvm-svn: 76823
-
Chris Lattner authored
a better solution for it in the future. llvm-svn: 76818
-
Dan Gohman authored
llvm-svn: 76817
-
Dan Gohman authored
llvm-svn: 76812
-
Dan Gohman authored
llvm-svn: 76811
-
Dan Gohman authored
which stand for no-unsigned-wrap and no-signed-wrap. llvm-svn: 76810
-
David Greene authored
Reorder if-else branches as suggested by Bill. llvm-svn: 76808
-
David Goodwin authored
llvm-svn: 76806
-
Dan Gohman authored
llvm-svn: 76805
-
Evan Cheng authored
llvm-svn: 76803
-
Dan Gohman authored
unintended matches. llvm-svn: 76802
-
- Jul 22, 2009
-
-
David Greene authored
Constify the key in Mi2IndexMap. llvm-svn: 76801
-
Evan Cheng authored
llvm-svn: 76799
-
Daniel Dunbar authored
simplification. - NFC llvm-svn: 76789
-
Devang Patel authored
llvm-svn: 76787
-
Daniel Dunbar authored
llvm-svn: 76786
-
Daniel Dunbar authored
llvm-svn: 76785
-
Daniel Dunbar authored
llvm-svn: 76782
-
David Greene authored
Put comment printing under asm-verbose. llvm-svn: 76780
-
Daniel Dunbar authored
llvm-svn: 76778
-
David Greene authored
Make some changes suggested by Bill and Evan. llvm-svn: 76775
-
Devang Patel authored
llvm-svn: 76769
-
Sanjiv Gupta authored
llvm-svn: 76768
-
Devang Patel authored
llvm-svn: 76767
-
Devang Patel authored
llvm-svn: 76765
-
Devang Patel authored
This fixes unittest failure. llvm-svn: 76764
-
Devang Patel authored
llvm-svn: 76763
-
Evan Cheng authored
llvm-svn: 76762
-
Sanjiv Gupta authored
llvm-svn: 76761
-
Devang Patel authored
Derive MDString directly from MetadataBase. Introduce new bitcode block to hold metadata. llvm-svn: 76759
-
Daniel Dunbar authored
llvm-svn: 76754
-
Chris Lattner authored
llvm-svn: 76751
-