- Apr 01, 2009
-
-
Chris Lattner authored
llvm-svn: 68151
-
- Mar 28, 2009
-
-
Eli Friedman authored
types don't get generated when blocks aren't used. llvm-svn: 67898
-
- Mar 22, 2009
-
-
Chris Lattner authored
in release-assert builds. For automatic variables, explicitly set a name with setName that does not make a temporary std::string. This speeds up -emit-llvm-only -disable-free on PR3810 by 4.6% llvm-svn: 67459
-
- Mar 17, 2009
-
-
Anders Carlsson authored
llvm-svn: 67075
-
- Mar 07, 2009
-
-
Mike Stump authored
llvm-svn: 66319
-
- Mar 06, 2009
-
-
Mike Stump authored
llvm-svn: 66231
-
- Mar 05, 2009
-
-
Mike Stump authored
llvm-svn: 66117
-
- Mar 04, 2009
-
-
Mike Stump authored
functionality change. llvm-svn: 66048
-
- Feb 27, 2009
-
-
Douglas Gregor authored
giving them rough classifications (normal types, never-canonical types, always-dependent types, abstract type representations) and making it far easier to make sure that we've hit all of the cases when decoding types. Switched some switch() statements on the type class over to using this mechanism, and filtering out those things we don't care about. For example, CodeGen should never see always-dependent or non-canonical types, while debug info generation should never see always-dependent types. More switch() statements on the type class need to be moved over to using this approach, so that we'll get warnings when we add a new type then fail to account for it somewhere in the compiler. As part of this, some types have been renamed: TypeOfExpr -> TypeOfExprType FunctionTypeProto -> FunctionProtoType FunctionTypeNoProto -> FunctionNoProtoType There shouldn't be any functionality change... llvm-svn: 65591
-
- Feb 26, 2009
-
-
Daniel Dunbar authored
- For types whose native representation is a pointer. - Use to replace ExprConstant.cpp:HasPointerEvalType, CodeGenFunction::isObjCPointerType. llvm-svn: 65569
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 65560
-
Mike Stump authored
llvm-svn: 65487
-
- Feb 25, 2009
-
-
Daniel Dunbar authored
global variable) out of GenerateStaticBlockVarDecl. - No intended functionality change. - Prep for some mild cleanups and PR3662. llvm-svn: 65466
-
- Feb 23, 2009
-
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 65325
-
- Feb 21, 2009
-
-
Mike Stump authored
stuff is mostly done. Move BlockHasCopyDispose up. llvm-svn: 65242
-
- Feb 19, 2009
-
-
Douglas Gregor authored
llvm-svn: 64984
-
- Feb 13, 2009
-
-
Anders Carlsson authored
llvm-svn: 64445
-
Douglas Gregor authored
ABI to the CodeGen library. Since C++ code-generation is so incomplete, we can't exercise much of this mangling code. However, a few smoke tests show that it's doing the same thing as GCC. When C++ codegen matures, we'll extend the ABI tester to verify name-mangling as well, and complete the implementation here. At this point, the major client of name mangling is in the uses of the new "overloadable" attribute in C, which allows overloading. Any "overloadable" function in C (or in an extern "C" block in C++) will be mangled the same way that the corresponding C++ function would be mangled. llvm-svn: 64413
-
- Feb 10, 2009
-
-
Daniel Dunbar authored
llvm-svn: 64235
-
Anders Carlsson authored
llvm-svn: 64205
-
- Feb 09, 2009
-
-
Anders Carlsson authored
llvm-svn: 64156
-
- Feb 08, 2009
-
-
Anders Carlsson authored
llvm-svn: 64100
-
Anders Carlsson authored
llvm-svn: 64099
-
Anders Carlsson authored
llvm-svn: 64096
-
Anders Carlsson authored
llvm-svn: 64072
-
Anders Carlsson authored
llvm-svn: 64069
-
Anders Carlsson authored
llvm-svn: 64068
-
Anders Carlsson authored
llvm-svn: 64064
-
Anders Carlsson authored
llvm-svn: 64059
-
Anders Carlsson authored
llvm-svn: 64053
-
Anders Carlsson authored
Add support for emitting cleanup blocks. Make EmitCompoundStatement emit cleanup blocks if necessary llvm-svn: 64051
-
- Feb 07, 2009
-
-
Anders Carlsson authored
llvm-svn: 64043
-
Mike Stump authored
llvm-svn: 64014
-
- Feb 05, 2009
-
-
Anders Carlsson authored
llvm-svn: 63879
-
- Feb 04, 2009
-
-
Daniel Dunbar authored
llvm-svn: 63678
-
- Feb 03, 2009
-
-
Daniel Dunbar authored
- Inefficient & leaks memory currently, will be cleaned up subsequently. llvm-svn: 63567
-
- Feb 02, 2009
-
-
Daniel Dunbar authored
- Lift CGFunctionInfo creation above ReturnTypeUsesSret and EmitFunction{Epi,Pro}log. llvm-svn: 63553
-
- Jan 27, 2009
-
-
Daniel Dunbar authored
case correctly. llvm-svn: 63068
-
- Jan 26, 2009
-
-
Daniel Dunbar authored
a unified return). llvm-svn: 63038
-
- Jan 20, 2009
-
-
Eli Friedman authored
struct. llvm-svn: 62585
-