- Dec 14, 2011
-
-
Anna Zaks authored
Also, allow adding taint to a region (not only a symbolic value). llvm-svn: 146532
-
Chad Rosier authored
llvm-svn: 146531
-
Chad Rosier authored
llvm-svn: 146530
-
Kostya Serebryany authored
llvm-svn: 146529
-
Kostya Serebryany authored
llvm-svn: 146528
-
Kostya Serebryany authored
[asan] remove .preinit_array from the compiler module (it breaks .so builds). This should be done in the run-time. llvm-svn: 146527
-
Kostya Serebryany authored
llvm-svn: 146526
-
Richard Trieu authored
handle non-pointer types. This is for the extra info printed when function types are compared. llvm-svn: 146525
-
Michael J. Spencer authored
llvm-svn: 146524
-
Michael J. Spencer authored
llvm-svn: 146523
-
Michael J. Spencer authored
llvm-svn: 146522
-
Michael J. Spencer authored
llvm-svn: 146521
-
- Dec 13, 2011
-
-
Jim Grosbach authored
rdar://10549767 llvm-svn: 146520
-
Jim Grosbach authored
rdar://10550269 llvm-svn: 146519
-
Jim Grosbach authored
rdar://10549786 llvm-svn: 146518
-
Jim Grosbach authored
llvm-svn: 146517
-
Jim Grosbach authored
llvm-svn: 146516
-
Jim Grosbach authored
rdar://10549741 llvm-svn: 146515
-
Jim Grosbach authored
llvm-svn: 146514
-
Jim Grosbach authored
llvm-svn: 146511
-
Jim Grosbach authored
llvm-svn: 146508
-
Jim Grosbach authored
llvm-svn: 146507
-
Kostya Serebryany authored
llvm-svn: 146505
-
Fariborz Jahanian authored
in classes. // rdar://10535349 llvm-svn: 146504
-
Kostya Serebryany authored
llvm-svn: 146503
-
Chad Rosier authored
load and then move the result from a GPR to a FPR. llvm-svn: 146502
-
Kostya Serebryany authored
llvm-svn: 146501
-
Kostya Serebryany authored
build compiler-rt with -fPIC, otherwise the run-time libs will not link with -pie, at least on linux llvm-svn: 146499
-
Argyrios Kyrtzidis authored
rdar://10573361 llvm-svn: 146498
-
Argyrios Kyrtzidis authored
rdar://10567864&10567916 llvm-svn: 146497
-
Argyrios Kyrtzidis authored
@class forward references. rdar://10568080&10568103&10568119 llvm-svn: 146496
-
Chris Lattner authored
llvm-svn: 146493
-
Chad Rosier authored
instructions that define aggregate types. llvm-svn: 146492
-
Tobias Grosser authored
llvm-svn: 146487
-
Tobias Grosser authored
llvm-svn: 146486
-
Tobias Grosser authored
llvm-svn: 146485
-
Tobias Grosser authored
llvm-svn: 146484
-
Ted Kremenek authored
Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issue' to 'ARC Parse Issue' and 'ARC Issue' to 'ARC Semantic Issue'. Patch by Jean-Daniel Dupas. llvm-svn: 146483
-
Abramo Bagnara authored
Added an assertion about overflow in sizeof evaluation. This does not solve the underlying structural issue that is waiting for a proper solution. llvm-svn: 146482
-
Bill Wendling authored
Fast ISel isn't able to handle 'insertvalue' and it causes a large slowdown during -O0 compilation. We don't necessarily need to generate an aggregate of the values here if they're just going to be extracted directly afterwards. <rdar://problem/10530851> llvm-svn: 146481
-