- Sep 30, 2008
-
-
Chris Lattner authored
fixes problems handling references of va_list, which happens on x86_64. This fixes PR2841 and rdar://6252231 llvm-svn: 56809
-
Dale Johannesen authored
valid types. No functional change. llvm-svn: 56808
-
- Sep 29, 2008
-
-
Dan Gohman authored
in functions with PIC references from more than one basic block. llvm-svn: 56807
-
Chris Lattner authored
and add a dump method to FullSourceLoc! Patch by Nico Weber! llvm-svn: 56806
-
Chris Lattner authored
Wrap line to 80 cols. llvm-svn: 56805
-
Ted Kremenek authored
llvm-svn: 56804
-
Dan Gohman authored
llvm-svn: 56802
-
Devang Patel authored
llvm-svn: 56801
-
Steve Naroff authored
llvm-svn: 56800
-
Ted Kremenek authored
llvm-svn: 56797
-
Devang Patel authored
llvm-svn: 56796
-
Devang Patel authored
llvm-svn: 56795
-
Devang Patel authored
llvm-svn: 56794
-
Steve Naroff authored
Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). llvm-svn: 56793
-
Evan Cheng authored
llvm-svn: 56792
-
-
Ted Kremenek authored
<rdar://problem/6253141> Parser rejection occurs when command line has more than one -isysroot switch llvm-svn: 56790
-
Daniel Dunbar authored
llvm-svn: 56789
-
Duncan Sands authored
huge simply connected components. Suggested by Chris. llvm-svn: 56787
-
Nuno Lopes authored
llvm-svn: 56786
-
-
Duncan Sands authored
llvm-svn: 56784
-
Matthijs Kooijman authored
adding a backend. llvm-svn: 56783
-
Duncan Sands authored
instead of hasWeakLinkage in a bunch of optimization passes. llvm-svn: 56782
-
Matthijs Kooijman authored
I originally made this script to show that scalarrepl didn't support them, but it turned out it does. Better to still add the testcase then. llvm-svn: 56781
-
Nico Weber authored
llvm-svn: 56776
-
- Sep 28, 2008
-
-
Steve Naroff authored
llvm-svn: 56775
-
Ted Kremenek authored
llvm-svn: 56774
-
rdar://problem/6252129Steve Naroff authored
Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. llvm-svn: 56771
-
-
rdar://6252231Chris Lattner authored
by decaying __builtin_va_list's type when forming builtins. On x86-64 (and other targets) __builtin_va_list is a typedef for an array. llvm-svn: 56768
-
Chris Lattner authored
wasn't covering checking builtins like __builtin___vsnprintf_chk) with a check that won't get out of date. llvm-svn: 56767
-
-
Ted Kremenek authored
llvm-svn: 56765
-
-
Daniel Dunbar authored
Comment exception-handling code generation strategy. llvm-svn: 56763
-
Daniel Dunbar authored
llvm-svn: 56762
-
-
Dan Gohman authored
helper functions instead of duplicating it inline each time it is needed. This eliminates a few hundred or so copies of this code in each target. llvm-svn: 56759
-
Daniel Dunbar authored
readable and to generate more readable IR. llvm-svn: 56758
-