- Dec 22, 2011
-
-
Johnny Chen authored
Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. llvm-svn: 147177
-
Chad Rosier authored
llvm-svn: 147176
-
Chad Rosier authored
time regressions. In general, it is beneficial to compile-time. Original commit message: Fix for bug #11429: Wrong behaviour for switches. Small improvement for code size heuristics. llvm-svn: 147175
-
Johnny Chen authored
llvm-svn: 147172
-
Nick Lewycky authored
to initialization sequence dumping. llvm-svn: 147171
-
Jim Grosbach authored
The value from the operands isn't right yet, but we weren't encoding it at all previously. The parser needs to twiddle the values when building the instruction. Partial for: rdar://10558523 llvm-svn: 147170
-
Jim Grosbach authored
llvm-svn: 147169
-
Douglas Gregor authored
class that comes from a different module file, make sure that we load all of the pending declarations for the original declaration. llvm-svn: 147168
-
Kevin Enderby authored
the clang driver to enable this when assembling a .s file. rdar://9275556 llvm-svn: 147167
-
Johnny Chen authored
With some minor modification from me. llvm-svn: 147160
-
Chris Lattner authored
llvm-svn: 147159
-
Jim Grosbach authored
llvm-svn: 147158
-
Jim Ingham authored
Switch from GetReturnValue, which was hardly ever used, to GetReturnValueObject which is much more convenient. Return the "return value object" as a persistent variable if requested. llvm-svn: 147157
-
Sebastian Redl authored
llvm-svn: 147156
-
Sebastian Redl authored
Fix a parser bug that prevented it from correctly parsing explicit construct expressoins of the form T{args}. llvm-svn: 147155
-
Rafael Espindola authored
it. It does need some some tests... llvm-svn: 147154
-
Jim Grosbach authored
Just treat it as-if the shift wasn't there at all. 'as' compatibility. rdar://10604767 llvm-svn: 147153
-
Jim Grosbach authored
llvm-svn: 147152
-
Jim Grosbach authored
llvm-svn: 147151
-
Jim Grosbach authored
llvm-svn: 147150
-
Jim Ingham authored
llvm-svn: 147149
-
Howard Hinnant authored
llvm-svn: 147148
-
Marshall Clow authored
llvm-svn: 147147
-
Sebastian Redl authored
List-initialization via constructor part 1. Still needs: pretty-printing, overloading, initializer_list. llvm-svn: 147145
-
Benjamin Kramer authored
Fixes PR11640. llvm-svn: 147144
-
Rafael Espindola authored
Fixes pr11620. llvm-svn: 147143
-
Chandler Carruth authored
probability wouldn't be considered "hot" in some weird loop structures or other compounding probability patterns. This makes it much harder to confuse, but isn't really a principled fix. I'd actually like it if we could model a zero probability, as it would make this much easier to reason about. Suggestions for how to do this better are welcome. llvm-svn: 147142
-
Craig Topper authored
llvm-svn: 147141
-
Eli Friedman authored
llvm-svn: 147140
-
Ted Kremenek authored
llvm-svn: 147139
-
Argyrios Kyrtzidis authored
\<newline><newline> don't consume the second newline. Thanks to David Blaikie for pointing out the crash! llvm-svn: 147138
-
Eli Friedman authored
llvm-svn: 147137
-
Rafael Espindola authored
llvm-svn: 147136
-
Rafael Espindola authored
llvm-svn: 147135
-
Eli Friedman authored
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while writing some code that tried to use them. llvm-svn: 147134
-
Rafael Espindola authored
llvm-svn: 147133
-
Rafael Espindola authored
llvm-svn: 147132
-
Chad Rosier authored
performance regressions (both execution-time and compile-time) on our nightly testers. Original commit message: Fix for bug #11429: Wrong behaviour for switches. Small improvement for code size heuristics. llvm-svn: 147131
-
Nick Kledzik authored
llvm-svn: 147130
-
Rafael Espindola authored
llvm-svn: 147129
-