"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "353bdcde904cffb814c1f0053ecd89d6c9988155"
- Nov 06, 2007
-
-
Chris Lattner authored
minor bugs. llvm-svn: 43782
-
- Aug 15, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 41111
-
- Aug 05, 2007
-
-
Chris Lattner authored
contents of the set were small, deallocate and shrink the set. This avoids having us to memset as much data, significantly speeding up some pathological cases. For example, this speeds up the verifier from 0.3899s to 0.0763 (5.1x) on the testcase from PR1432 in a release build. llvm-svn: 40837
-
- Jul 27, 2007
-
-
Owen Anderson authored
llvm-svn: 40556
-
- Jul 24, 2007
-
-
Owen Anderson authored
llvm-svn: 40474
-
- Jul 19, 2007
-
-
Owen Anderson authored
llvm-svn: 40043
-
- Jul 18, 2007
-
-
Owen Anderson authored
would result in calling realloc() on a null pointer. Instead, if we encounter this situation, make a normal call to malloc(). llvm-svn: 40014
-
- Jul 17, 2007
-
-
Reid Spencer authored
having that implementation file #include <cstdlib>. llvm-svn: 39952
-
- Jul 16, 2007
-
-
Owen Anderson authored
llvm-svn: 39926
-
- Jul 10, 2007
-
-
Owen Anderson authored
llvm-svn: 38474
-
- Jul 09, 2007
-
-
Owen Anderson authored
Make the assignment operator for SmallPtrSet return a reference, and fix a long-standing bug in the copy ctor while I'm at it. Thanks to Chris Lattner for help with this patch. llvm-svn: 38470
-
Owen Anderson authored
Patch by Chis Lattner. llvm-svn: 38467
-
Chris Lattner authored
llvm-svn: 38460
-
- Jun 22, 2007
-
-
Owen Anderson authored
llvm-svn: 37697
-
Chris Lattner authored
1. Make SmallPtrSet::erase faster in the small case by replacing a memmove with a pointer copy. 2. Fix a bug where the null terminator at the end of the array in the small case was not copied llvm-svn: 37696
-
- Apr 14, 2007
-
-
Jeff Cohen authored
llvm-svn: 36016
-
- Feb 07, 2007
-
-
Chris Lattner authored
llvm-svn: 33973
-
- Feb 06, 2007
-
-
Chris Lattner authored
element was in the set. llvm-svn: 33931
-
- Jan 27, 2007
-
-
Chris Lattner authored
llvm-svn: 33581
-
Chris Lattner authored
llvm-svn: 33578
-
Chris Lattner authored
llvm-svn: 33577
-