John McCall
|
f85e193739
Automatic Reference Counting.
|
14 anos atrás |
Eli Friedman
|
cb5d2d0647
PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to determine whether the vtable should be externally visible, instead of a rough approximation of it which messes up with templates.
|
14 anos atrás |
Douglas Gregor
|
6a576ab708
When inferring the result type of a block based on a return statement
|
14 anos atrás |
Eli Friedman
|
b0dd6702ab
Match llvm-gcc's string literals alignment by forcing alignment on string literals to 1. This can significantly impact the size of the string data, and as far as I know, the alignment doesn't help performance. rdar://9078969 .
|
14 anos atrás |
Rafael Espindola
|
abca5a1b3e
Update for llvm api change.
|
14 anos atrás |
Fariborz Jahanian
|
25dba5d294
Code cleanup of my last patch.
|
14 anos atrás |
Fariborz Jahanian
|
6f40e2244b
Patch to fix IR-gen crash generating structure ABI which implements
|
14 anos atrás |
John McCall
|
0774cb8471
Use arrays and SmallVectors instead of std::vectors when building function
|
14 anos atrás |
Joerg Sonnenberger
|
62c296e1bd
Simplify
|
14 anos atrás |
Joerg Sonnenberger
|
4fe497d5cd
Bug 8765: Honor assembler labels for builtins. Ensure that the label is
|
14 anos atrás |
Fariborz Jahanian
|
cf8e168baf
Produce UTF-8 strings with -fconstant-string-class
|
14 anos atrás |
Douglas Gregor
|
2bb110125e
When determining whether we can make a declaration into a global
|
14 anos atrás |
Douglas Gregor
|
da55074866
In C++, allow us to emit a global as 'constant' even if it has class
|
14 anos atrás |
Sean Hunt
|
10620eb516
Modify some deleted function methods to better reflect reality:
|
14 anos atrás |
Eli Friedman
|
7dcdf5ba93
Add an implementation of thunks for varargs methods. The implementation is a bit messy, but it is correct as long as the method in question doesn't use indirect gotos. A couple of possible alternative implementations are outlined in FIXME's in this patch. rdar://problem/8077308 .
|
14 anos atrás |
Richard Smith
|
3e4c6c4c79
Implement support for C++0x alias templates.
|
14 anos atrás |
Nick Lewycky
|
3dc0541853
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
|
14 anos atrás |
Nick Lewycky
|
5ea4f44e34
Record where the GCOV data files should be placed.
|
14 anos atrás |
Francois Pichet
|
8387e2a41e
Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup.
|
14 anos atrás |
Nick Lewycky
|
e8ba8d78a2
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
|
14 anos atrás |
Jay Foad
|
6f141659ca
PR9214: Convert Metadata API to use ArrayRef.
|
14 anos atrás |
Daniel Dunbar
|
db57a4cdb0
ADT/Triple: Switch to using .isOSDarwin() predicate.
|
14 anos atrás |
Daniel Dunbar
|
f7e903d7a3
IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type,
|
14 anos atrás |
John McCall
|
99ace16bc6
Template static data members can have weak_odr linkage, not just
|
14 anos atrás |
John McCall
|
26fbc72b33
Ignore indirect field declarations. Fixes PR9570.
|
14 anos atrás |
John McCall
|
755d8497e3
After some discussion with Doug, we decided that it made a lot more sense
|
14 anos atrás |
Chris Lattner
|
baf101d1f9
fix indentation
|
14 anos atrás |
John McCall
|
1de4d4e8cb
Basic, untested implementation for an "unknown any" type requested by LLDB.
|
14 anos atrás |
Peter Collingbourne
|
0ac2cf4d28
If this is an intrinsic function, set the function's attributes to the intrinsic's attributes.
|
14 anos atrás |
Douglas Gregor
|
4421d2b341
On Mac OS X, the presence of an 'availability' attribute for that
|
14 anos atrás |