- Oct 22, 2009
-
-
Mike Stump authored
the copy/dispose helpers as appropriate. llvm-svn: 84817
-
Fariborz Jahanian authored
llvm-svn: 84800
-
Mike Stump authored
llvm-svn: 84789
-
Mike Stump authored
llvm-svn: 84787
-
- Oct 21, 2009
-
-
Fariborz Jahanian authored
for base classe members as well. Test case enhanced for this. llvm-svn: 84780
-
Fariborz Jahanian authored
llvm-svn: 84771
-
Mike Stump authored
llvm-svn: 84770
-
Mike Stump authored
llvm-svn: 84769
-
Edward O'Callaghan authored
llvm-svn: 84758
-
Mike Stump authored
generate the debug information for the first parameter to the block invoke functions. WIP. llvm-svn: 84737
-
Mike Stump authored
llvm-svn: 84719
-
Fariborz Jahanian authored
as argument to a function call. Removes a FIXME. llvm-svn: 84694
-
Anders Carlsson authored
llvm-svn: 84686
-
- Oct 20, 2009
-
-
Mike Stump authored
it was. Fixes codegen bug introduced yesterday. llvm-svn: 84668
-
Devang Patel authored
Do not eagerly cache DITypes because it allows real struct type to be shadowed by forward declared struct type. llvm-svn: 84659
-
Devang Patel authored
llvm-svn: 84653
-
Daniel Dunbar authored
llvm-svn: 84650
-
Edward O'Callaghan authored
llvm-svn: 84646
-
Mike Stump authored
WIP. I have yet to find the magic incantation to get the structure type to be defined. If someone has a pointer, love to hear it. llvm-svn: 84590
-
- Oct 19, 2009
-
-
Anders Carlsson authored
llvm-svn: 84518
-
Daniel Dunbar authored
llvm-svn: 84458
-
Daniel Dunbar authored
llvm-svn: 84456
-
Anders Carlsson authored
When binding a reference to a temporary, it's important that other temporaries created as on the RHS are destroyed before emitting the dtor for the temporary. llvm-svn: 84451
-
- Oct 18, 2009
-
-
Daniel Dunbar authored
are updated. llvm-svn: 84447
-
Daniel Dunbar authored
trashing. llvm-svn: 84439
-
Anders Carlsson authored
llvm-svn: 84438
-
Daniel Dunbar authored
- strcmp -> == - OS.write(II->getName() ...) -> OS << II->getNameStr() - Avoid std::string concatenation - Use getNameStr().str() when an std::string is really needed. llvm-svn: 84437
-
Daniel Dunbar authored
llvm-svn: 84436
-
Nate Begeman authored
form that LLVM code generators can turn into efficient code. For example, int4 a, b, c; a = (int4)(b.yzw, a.x) llvm-svn: 84434
-
Anders Carlsson authored
llvm-svn: 84423
-
Nuno Lopes authored
llvm-svn: 84418
-
- Oct 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 84329
-
Chris Lattner authored
anymore. In C++ it is bool. llvm-svn: 84308
-
- Oct 16, 2009
-
-
Fariborz Jahanian authored
FIXME in CGCXX.cpp that I would like Anders to take a look at. llvm-svn: 84265
-
Nuno Lopes authored
llvm-svn: 84255
-
Anders Carlsson authored
llvm-svn: 84237
-
John McCall authored
TypeLoc records for declarations; it should not be necessary to represent it directly in the type system. Please complain if you were using these classes and feel you can't replicate previous functionality using the TypeLoc API. llvm-svn: 84222
-
- Oct 15, 2009
-
-
Mike Stump authored
non-virtual part of the return result adjustments for covariant thunks. WIP. llvm-svn: 84178
-
Mike Stump authored
Track path information completely to ensure we get all the overrides. WIP. llvm-svn: 84166
-
Anders Carlsson authored
struct A { }; struct B : A { }; void f() { const A& a = B(); } correctly. (This now does the offset conversion if necessary and calls the destructor when a goes out of scope). llvm-svn: 84162
-