- Jul 19, 2009
-
-
Ted Kremenek authored
llvm-svn: 76380
-
Chris Lattner authored
llvm-svn: 76378
-
Chris Lattner authored
llvm-svn: 76377
-
Chris Lattner authored
llvm-svn: 76376
-
Eli Friedman authored
being more consistent with other backends, this makes the SPARC backend deal with functions with arguments with illegal types correctly, which fixes some tests in test/CodeGen/Generic. llvm-svn: 76375
-
Evan Cheng authored
llvm-svn: 76374
-
http://llvm.org/bugs/show_bug.cgi?id=4583Jakob Stoklund Olesen authored
Inline asm instructions may have additional <imp-def,kill> register operands. These operands are not marked with a flag like the normal asm operands, so we must not assert that there is a flag. llvm-svn: 76373
-
Daniel Dunbar authored
llvm-svn: 76366
-
Daniel Dunbar authored
llvm-svn: 76365
-
Daniel Dunbar authored
expressions. - This generally catches the important case of noreturn functions. - With the last two changes, we are down to 152 unreachable blocks emitted on 403.gcc, vs the 1805 we started with. llvm-svn: 76364
-
Xerxes Ranby authored
llvm-svn: 76363
-
Daniel Dunbar authored
llvm-svn: 76362
-
Daniel Dunbar authored
- Emit variable declarations as "simple", we want to avoid forcing the creation of a dummy basic block, but still need to make the variable available for later use. - With that, we can now skip IRgen for other unreachable statements (which don't define a label). - Anders, I added two fixmes on calls to EmitVLASize, can you check them? llvm-svn: 76361
-
Nick Lewycky authored
return the smallest union of two ranges instead of just any range that happens to contain the union. llvm-svn: 76360
-
Daniel Dunbar authored
llvm-svn: 76359
-
Daniel Dunbar authored
llvm-svn: 76357
-
Daniel Dunbar authored
llvm-svn: 76356
-
Daniel Dunbar authored
this". Um, ok, thanks! llvm-svn: 76355
-
Daniel Dunbar authored
llvm-svn: 76354
-
Eli Friedman authored
copied from the SystemZ target. I don't think this causes any significant changes to the output (I compared the assembly, and the results appeared to be essentially unchanged), although I don't actually have an Alpha to test on. I would appreciate if anyone with the appropriate hardware could test this. I'm not sure if that includes anyone subscribed to llvm-commits, though. llvm-svn: 76353
-
Daniel Dunbar authored
- What it doesn't have is the rest of its cmake files... llvm-svn: 76352
-
Daniel Dunbar authored
llvm-svn: 76351
-
Daniel Dunbar authored
- We should canonicalize this and get rid of the cmake and llvm-config hacks to support both variants. llvm-svn: 76350
-
Daniel Dunbar authored
- Shouldn't really be necessary, but currently .inc files get included into some main target headers. llvm-svn: 76349
-
Anders Carlsson authored
llvm-svn: 76348
-
Bruno Cardoso Lopes authored
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usage inside getSection* functions llvm-svn: 76347
-
Daniel Dunbar authored
llvm-svn: 76346
-
Eli Friedman authored
insertelement/extractelement. I'm not entirely sure this is precisely what we want to do: should we prefer bitcast(insertelement) or insertelement(bitcast)? Similarly. should we prefer extractelement(bitcast) or bitcast(extractelement)? llvm-svn: 76345
-
Daniel Dunbar authored
llvm-svn: 76344
-
- Jul 18, 2009
-
-
Anders Carlsson authored
llvm-svn: 76343
-
Chris Lattner authored
llvm-svn: 76342
-
Mikhail Glushenkov authored
llvm-svn: 76341
-
Mikhail Glushenkov authored
Implemented by moving the code out of static functions into methods of Program class. llvm-svn: 76340
-
Anders Carlsson authored
llvm-svn: 76339
-
Anders Carlsson authored
llvm-svn: 76338
-
Argyrios Kyrtzidis authored
llvm-svn: 76337
-
Argyrios Kyrtzidis authored
Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. llvm-svn: 76336
-
Argyrios Kyrtzidis authored
llvm-svn: 76335
-
Bruno Cardoso Lopes authored
llvm-svn: 76334
-
Anders Carlsson authored
llvm-svn: 76333
-