- Dec 19, 2008
-
-
Chris Lattner authored
llvm-svn: 61244
-
Rafael Espindola authored
The EH_frame and .eh symbols are now private, except for darwin9 and earlier. The patch also fixes the definition of PrivateGlobalPrefix on pcc linux. llvm-svn: 61242
-
Nick Lewycky authored
llvm-svn: 61241
-
Nick Lewycky authored
llvm-svn: 61240
-
Nick Lewycky authored
The problematic part of this patch is that we were out of attribute bits, requiring some fancy bit hacking to make it fit (by shrinking alignment) without breaking existing users or the file format. This change will require users to rebuild llvm-gcc to match llvm. llvm-svn: 61239
-
Bill Wendling authored
llvm-svn: 61238
-
Dan Gohman authored
data from a previous block. llvm-svn: 61237
-
Dan Gohman authored
one instruction. llvm-svn: 61236
-
Dan Gohman authored
argument. Nothing was using it, and it set the MBB member without calling enterBasicBlock, which was problematic. llvm-svn: 61234
-
Ted Kremenek authored
llvm-svn: 61233
-
Fariborz Jahanian authored
llvm-svn: 61231
-
Ted Kremenek authored
llvm-svn: 61230
-
Douglas Gregor authored
llvm-svn: 61229
-
Mon P Wang authored
of incorrectly generating pmuldq llvm-svn: 61228
-
Ted Kremenek authored
Added test case for suppressing leak warnings for reference-counted objects passed by-reference to an unknown function. llvm-svn: 61227
-
Ted Kremenek authored
Fix regression when invalidating reference-counts for objects passed-by-reference to a function/method. llvm-svn: 61224
-
- Dec 18, 2008
-
-
Steve Naroff authored
llvm-svn: 61223
-
Bill Wendling authored
llvm-svn: 61222
-
Dan Gohman authored
subreg instructions. llvm-svn: 61220
-
Bill Wendling authored
llvm-svn: 61219
-
Dan Gohman authored
that of INSERT_SUBREG and SUBREG_TO_REG. llvm-svn: 61218
-
Dan Gohman authored
llvm-svn: 61217
-
Dan Gohman authored
llvm-svn: 61216
-
Dan Gohman authored
used, mark the defs as dead. llvm-svn: 61215
-
Dan Gohman authored
non-entry blocks, so that it doesn't appear use-before-def anywhere. llvm-svn: 61214
-
Dan Gohman authored
llvm-svn: 61213
-
Douglas Gregor authored
llvm-svn: 61212
-
Mon P Wang authored
llvm-svn: 61211
-
Mon P Wang authored
llvm-svn: 61210
-
Mon P Wang authored
llvm-svn: 61209
-
Douglas Gregor authored
become useful or correct until we (1) parse template arguments correctly, (2) have some way to turn template-ids into types, declarators, etc., and (3) have a real representation of templates. llvm-svn: 61208
-
Ted Kremenek authored
llvm-svn: 61205
-
Fariborz Jahanian authored
code gen which did not belong there. llvm-svn: 61203
-
-
Evan Cheng authored
llvm-svn: 61201
-
Chris Lattner authored
array size declarators. No need to go through all the trouble of parsing crazy things like [static const 4] when most code doesn't need it. llvm-svn: 61200
-
Chris Lattner authored
llvm-svn: 61199
-
Chris Lattner authored
these completely ignore parsed attributes anyway, so don't try to read them. llvm-svn: 61198
-
Chris Lattner authored
emit duplicate diags (some in parser and some in sema) and to warn about use of typequals in array sizes. This implements PR2759. llvm-svn: 61197
-
Nick Lewycky authored
Simplifying the sdiv might allow further simplifications for our users. llvm-svn: 61196
-