- Sep 20, 2011
-
-
Eric Christopher authored
llvm-svn: 140109
-
Jim Grosbach authored
llvm-svn: 140108
-
Bruno Cardoso Lopes authored
if this doesn't work, please provide more details. llvm-svn: 140107
-
Jim Grosbach authored
llvm-svn: 140106
-
Jim Grosbach authored
llvm-svn: 140105
-
Owen Anderson authored
llvm-svn: 140104
-
Bill Wendling authored
llvm-svn: 140103
-
Owen Anderson authored
llvm-svn: 140102
-
Bill Wendling authored
llvm-svn: 140101
-
Anna Zaks authored
llvm-svn: 140100
-
Jim Grosbach authored
llvm-svn: 140099
-
Bruno Cardoso Lopes authored
llvm-svn: 140098
-
Bruno Cardoso Lopes authored
128-bit undef subvector insertion into a 256-bit vector llvm-svn: 140097
-
Jim Grosbach authored
llvm-svn: 140096
-
Jim Grosbach authored
llvm-svn: 140095
-
Bill Wendling authored
llvm-svn: 140094
-
Eric Christopher authored
The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093
-
Anna Zaks authored
llvm-svn: 140092
-
Anna Zaks authored
llvm-svn: 140091
-
Eli Friedman authored
Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. <rdar://problem/9397672>. llvm-svn: 140090
-
Jim Grosbach authored
llvm-svn: 140089
-
Jim Grosbach authored
llvm-svn: 140088
-
Jim Grosbach authored
llvm-svn: 140087
-
Jim Grosbach authored
llvm-svn: 140086
-
Jim Grosbach authored
llvm-svn: 140085
-
Bill Wendling authored
llvm-svn: 140084
-
Bill Wendling authored
extract the landing pad block. Otherwise, there will be a situation where the invoke's unwind edge lands on a non-landing pad. We also forbid the user from extracting the landing pad block by itself. Again, this is not a valid transformation. llvm-svn: 140083
-
Jim Grosbach authored
llvm-svn: 140082
-
Jim Grosbach authored
llvm-svn: 140081
-
Jim Grosbach authored
llvm-svn: 140080
-
Owen Anderson authored
llvm-svn: 140079
-
Jim Grosbach authored
llvm-svn: 140078
-
Bill Wendling authored
llvm-svn: 140077
-
Bill Wendling authored
resume. Note that some of these tests were basically dead. llvm-svn: 140076
-
Bill Wendling authored
check for the landingpad instruction instead. This check looks at each of the clauses in the landingpad instruction. If it's a catch clause, it compares the name directly with the global. If it's a filter clause, it has to look through each value in the filer to see if any have the prefix. llvm-svn: 140075
-
Eli Friedman authored
llvm-svn: 140074
-
Argyrios Kyrtzidis authored
llvm-svn: 140073
-
- Sep 19, 2011
-
-
Eli Friedman authored
Fix an infinite loop where a transform in InstCombiner::visitAnd claims a construct is changed when it is not. (See included testcase.) Patch by Xiaoyi Guo. llvm-svn: 140072
-
Johnny Chen authored
through the watchpoint locations by index. llvm-svn: 140071
-
Jim Grosbach authored
llvm-svn: 140070
-