Chris Lattner
|
ff8f9ec833
ConstantArray::get() (for strings) is going away, use
|
13 년 전 |
Kostya Serebryany
|
71efba0bba
The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable
|
13 년 전 |
David Blaikie
|
3026348bd4
More dead code removal (using -Wunreachable-code)
|
13 년 전 |
Seth Cantrell
|
7d6a7c0043
test svn commit access
|
13 년 전 |
Nick Lewycky
|
f6b56374e4
Fix a string over-run detected by ASAN.
|
13 년 전 |
Nick Lewycky
|
22afaccd9a
Fix special king of typo.
|
13 년 전 |
Douglas Gregor
|
ef96ee0be5
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
|
13 년 전 |
Richard Smith
|
2d6a567046
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
|
13 년 전 |
Bill Wendling
|
1bf7a3fcc4
The `-fwritable-strings' flag doesn't make the backing store strings of all
|
13 년 전 |
Douglas Gregor
|
bd9482d859
Eliminate ObjCForwardProtocolDecl, which is redundant now that
|
13 년 전 |
Douglas Gregor
|
375bb1413c
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
|
13 년 전 |
Rafael Espindola
|
bcf6b98247
Extend the fix for PR9614 to handle inline asm in the outer decl and
|
13 년 전 |
Douglas Gregor
|
15de72cf58
Introduce a module import declaration, so that we properly represent, e.g.,
|
13 년 전 |
Eli Friedman
|
64f45a24b1
Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving
|
14 년 전 |
Rafael Espindola
|
cc4889f72e
Fix PR9614 for functions with the always_inline attribute. Try to keep
|
14 년 전 |
Rafael Espindola
|
a411d2f1ed
Fix pr9614 by not emitting an available_externally function when it calls
|
14 년 전 |
Benjamin Kramer
|
1d236ab930
Replace vectors with arrays.
|
14 년 전 |
Eric Christopher
|
73fb35003a
Recommit:
|
14 년 전 |
Eric Christopher
|
28e06354b5
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
|
14 년 전 |
Eric Christopher
|
4b2d549872
Start handling debug line and scope information better:
|
14 년 전 |
Ted Kremenek
|
0628b724ff
Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an obvious memory leak that was reported from LLDB devs. The comment indicates the leak is deliberate, but I have no idea why this needs to be so. Please comment/revert if you know otherwise.
|
14 년 전 |
Peter Collingbourne
|
d51e43af0b
CUDA: add -fcuda-is-device flag
|
14 년 전 |
Peter Collingbourne
|
6c0aa5ff6e
CUDA: IR generation support for kernel call expressions
|
14 년 전 |
Argyrios Kyrtzidis
|
491306a83c
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
|
14 년 전 |
Argyrios Kyrtzidis
|
11d7716955
Pass from the parser the locations of selector identifiers when creating
|
14 년 전 |
John McCall
|
d1e40d5389
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
14 년 전 |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 년 전 |
David Blaikie
|
b219cfc4d7
Switch assert(0/false) llvm_unreachable.
|
14 년 전 |
Peter Collingbourne
|
8c25fc584c
OpenCL: introduce support for function scope __local variables
|
14 년 전 |
John McCall
|
5584d91c93
In apple-kext mode, use external linkage for explicit template instantiations
|
14 년 전 |