- Apr 19, 2009
-
-
Chris Lattner authored
llvm-svn: 69517
-
Duncan Sands authored
bigger than the vector element type, turn checking of the operand type back on again, appropriately adjusted. llvm-svn: 69516
-
Duncan Sands authored
value type union: this field was causing problems for some compilers on 64 bit systems, presumably because SimpleTy is 32 bits wide while the other fields are 64 bits wide. llvm-svn: 69515
-
rdar://6804402Chris Lattner authored
@class but no implementation. This was broken in all 3 runtime impls. llvm-svn: 69512
-
Chris Lattner authored
llvm-svn: 69511
-
Chris Lattner authored
they do allow switches. llvm-svn: 69510
-
Chris Lattner authored
calling into the jump checker when a function or method is known to contain no VLAs or @try blocks. llvm-svn: 69509
-
Chris Lattner authored
llvm-svn: 69508
-
Chris Lattner authored
llvm-svn: 69507
-
Chris Lattner authored
llvm-svn: 69506
-
Chris Lattner authored
already too large. llvm-svn: 69505
-
Daniel Dunbar authored
llvm-svn: 69504
-
Daniel Dunbar authored
- The confusing IRgen bitfield interface is partly to blame here; fixing the functional error for now, cleanups to the interface to follow. llvm-svn: 69503
-
Chris Lattner authored
llvm-svn: 69502
-
Chris Lattner authored
llvm-svn: 69501
-
Chris Lattner authored
llvm-svn: 69500
-
Chris Lattner authored
address taken labels are in function scope llvm-svn: 69499
-
Chris Lattner authored
llvm-svn: 69498
-
Chris Lattner authored
llvm-svn: 69497
-
Daniel Dunbar authored
- No functionality change (but added a FIXME). llvm-svn: 69496
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 69495
-
Mikhail Glushenkov authored
Fixes segfaults in some corner cases. llvm-svn: 69494
-
Chris Lattner authored
"This patch fixes message sends to super in class methods for the GNU runtime (currently an instance method lookup is being performed)." Patch by David Chisnall! llvm-svn: 69493
-
Chris Lattner authored
llvm-svn: 69492
-
Chris Lattner authored
VLA's and statement expressions. llvm-svn: 69491
-
Chris Lattner authored
llvm-svn: 69490
-
Chris Lattner authored
llvm-svn: 69488
-
Chris Lattner authored
llvm-svn: 69487
-
Chris Lattner authored
the scope checker to not think @catches are nested in each other, eliminating some bogus notes. llvm-svn: 69486
-
Chris Lattner authored
llvm-svn: 69485
-
Chris Lattner authored
the first real character of a token. For example, advancing to byte 3 of foo\ bar should stop at the b, not the \. llvm-svn: 69484
-
Chris Lattner authored
llvm-svn: 69483
-
Chris Lattner authored
llvm-svn: 69482
-
- Apr 18, 2009
-
-
Chris Lattner authored
llvm-svn: 69481
-
Chris Lattner authored
llvm-svn: 69480
-
Chris Lattner authored
llvm-svn: 69479
-
Bill Wendling authored
llvm-svn: 69478
-
Chris Lattner authored
reasonably well except for the problem that @catches are nested within each other in the AST, giving the ugly diagnostics in L8. llvm-svn: 69477
-
Chris Lattner authored
statements don't end up in the LabelMap so we don't have a quick way to filter them. We could add state to Sema (a "has vla" and "has jump" bit) to try to filter this out, but that would be sort of gross and I'm not convinced it is the best way. Thoughts welcome. llvm-svn: 69476
-
Mikhail Glushenkov authored
Turns out that doing this by hand is easier than using autoreconf:-). llvm-svn: 69475
-