- Oct 06, 2009
-
-
Mike Stump authored
units, we should as well. The problem is the non-predictability of the dimension of the values. I'd love for the dimension to be part of the static type system... but in C++ it is kinda annoying to do. llvm-svn: 83345
-
Devang Patel authored
void foo() { static int bar = 42; } Here, foo's DIE is parent of bar's DIE. llvm-svn: 83344
-
Devang Patel authored
llvm-svn: 83343
-
Mike Stump authored
llvm-svn: 83342
-
Edward O'Callaghan authored
llvm-svn: 83341
-
Evan Phoenix authored
llvm-svn: 83338
-
Mike Stump authored
llvm-svn: 83337
-
Jim Grosbach authored
spill slot. When frame references are via the frame pointer, they will be negative, but Thumb1 load/store instructions only allow positive immediate offsets. Instead, Thumb1 will spill to R12. llvm-svn: 83336
-
Douglas Gregor authored
llvm-svn: 83335
-
Evan Phoenix authored
llvm-svn: 83334
-
Douglas Gregor authored
llvm-svn: 83331
-
Mike Stump authored
llvm-svn: 83330
-
- Oct 05, 2009
-
-
Mike Stump authored
llvm-svn: 83328
-
Eric Christopher authored
llvm-svn: 83327
-
Fariborz Jahanian authored
extension class's protocol list so its AST is complete. 2) Because of this no need to issue warning on unimplemeted methods coming from the extended class protocols because warning is issued when class definition is seen. llvm-svn: 83326
-
Chris Lattner authored
llvm-svn: 83325
-
Torok Edwin authored
Fixes second part of PR5130, miscompilation in FreeBSD kernel, where malloc takes 3 params, and *does* initialize memory. llvm-svn: 83324
-
Douglas Gregor authored
assume that PCH files from different Clang revisions are not compatible. Addresses <rdar://problem/7266572>. llvm-svn: 83323
-
Fariborz Jahanian authored
<rdar://problem/7269631> Protocols on class extensions don't work llvm-svn: 83322
-
Douglas Gregor authored
branch/revision information. Use that information in the driver, rather than one-off branch/revision computation. llvm-svn: 83321
-
Douglas Gregor authored
llvm-svn: 83319
-
Edward O'Callaghan authored
llvm-svn: 83318
-
Devang Patel authored
llvm-svn: 83317
-
Steve Naroff authored
- Make sure CHECK: lines in test case match the expected output. llvm-svn: 83316
-
Dan Gohman authored
ConstantFoldLoadThroughGEPConstantExpr. llvm-svn: 83311
-
Dan Gohman authored
llvm-svn: 83310
-
Dan Gohman authored
they make it less convenient to add new entries. llvm-svn: 83308
-
Dan Gohman authored
is used in an operand which requires GR64_NOREX. llvm-svn: 83307
-
Dan Gohman authored
llvm-svn: 83306
-
Benjamin Kramer authored
llvm-svn: 83303
-
Rafael Espindola authored
its own binary-relative headers. Useful when using clang's preprocessor with gcc. llvm-svn: 83302
-
Chris Lattner authored
llvm-svn: 83299
-
Chris Lattner authored
the new predicates I added) instead of going through a context and doing a pointer comparison. Besides being cheaper, this allows a smart compiler to turn the if sequence into a switch. llvm-svn: 83297
-
Chris Lattner authored
llvm-svn: 83296
-
Chris Lattner authored
llvm-svn: 83295
-
Chris Lattner authored
llvm-svn: 83294
-
Chris Lattner authored
llvm-svn: 83293
-
Chris Lattner authored
llvm-svn: 83292
-
Evan Cheng authored
llvm-svn: 83291
-
Chris Lattner authored
This fixes PR5130. llvm-svn: 83290
-