Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1fab7c3e3bd97a909a80b1bfea1909c6e7347fc0
/
include
1fab7c3
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
by Stephen Hines
· 11 years ago
03e463e
Merging r196212:
by Bill Wendling
· 11 years ago
01f3d00
Merging r196771:
by Bill Wendling
· 11 years ago
696e2d7
Merging r196535:
by Bill Wendling
· 11 years ago
612f5bf
Merging r196359:
by Bill Wendling
· 11 years ago
917b328
Merging r196211:
by Bill Wendling
· 11 years ago
c5c84b8
Merging r196209:
by Bill Wendling
· 11 years ago
d93bc43
Merging r196199:
by Bill Wendling
· 11 years ago
1b2dde5
Merging r196191:
by Bill Wendling
· 11 years ago
2647623
Merging r196189:
by Bill Wendling
· 11 years ago
2434dcf
Merging r196454:
by Bill Wendling
· 11 years ago
b4384b5
Merging r196206:
by Bill Wendling
· 11 years ago
751c7ca
Merging r196153:
by Bill Wendling
· 11 years ago
37c07bf
Merging r196050:
by Bill Wendling
· 11 years ago
e3b558d
Merging r195943:
by Bill Wendling
· 11 years ago
08efe36
Merging r195942:
by Bill Wendling
· 11 years ago
4bb8fe3
Merging r195940:
by Bill Wendling
· 11 years ago
681fbd7
Merging r195937:
by Bill Wendling
· 11 years ago
6f1d097
Merging r195792:
by Bill Wendling
· 11 years ago
3875013
Merging r195804:
by Bill Wendling
· 11 years ago
c02b18c
Merging r195789:
by Bill Wendling
· 11 years ago
c98db72
Merging r195906:
by Bill Wendling
· 11 years ago
65173e0
Merging r195887:
by Bill Wendling
· 11 years ago
e9a9086
Merging r195422:
by Bill Wendling
· 11 years ago
2b3e50e
Merging r195587:
by Bill Wendling
· 11 years ago
7f3ec66
Merging r195710:
by Bill Wendling
· 11 years ago
a36ef5b
Merging r195556:
by Bill Wendling
· 11 years ago
bc5de89
Merging r195329:
by Bill Wendling
· 11 years ago
f27429d
Merging r195326:
by Bill Wendling
· 11 years ago
9ee92a0
Merging r195547:
by Bill Wendling
· 11 years ago
3eb52bb
Merging r195174:
by Bill Wendling
· 11 years ago
7b0fe5d
Merging r195168:
by Bill Wendling
· 11 years ago
f0cc19f
Merging r195163:
by Bill Wendling
· 11 years ago
ec1cef6
Merging r195135:
by Bill Wendling
· 11 years ago
11a94f9
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
by Hao Liu
· 11 years ago
2098d1a
Implement AArch64 SISD intrinsics for vget_high and vget_low.
by Jiangning Liu
· 11 years ago
315007b
Add predicate for AArch64 crypto instructions.
by Jiangning Liu
· 11 years ago
3daade9
ObjectiveC 'objc_bridging'. Assorment of improvements
by Fariborz Jahanian
· 11 years ago
0f3bb9e
ObjectiveC ARC. Adopt objc_bridge attribute
by Fariborz Jahanian
· 11 years ago
fbe8851
Remove period at end of "optimization level is unsupported" diagnostic
by Hans Wennborg
· 11 years ago
6c1dc78
Add partial support for the hasDeclaration() matcher in the dynamic layer.
by Samuel Benzaquen
· 11 years ago
762e567
Using an invalid -O falls back on -O3 instead of an error
by Sylvestre Ledru
· 11 years ago
155c877
clang/Parse/Parser.h: Fix annotations properly in SkipUntilFlags. [-Wdocumentation]
by NAKAMURA Takumi
· 11 years ago
8fe2475
Replaced bool parameters in SkipUntil function with single bit-based parameter.
by Alexey Bataev
· 11 years ago
dd12780
Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors.
by Hao Liu
· 11 years ago
07ac846
Remove method that always returns true.
by Rafael Espindola
· 11 years ago
98b303c
RewriteBuffer::write(): Add a doc comment about non-portable use
by Alp Toker
· 11 years ago
ce5b5f1
Add -freroll-loops to enable loop rerolling
by Hal Finkel
· 11 years ago
8c927fc
Fixes a typo and changes references to the function clang_displayDiagnostic (which was removed in r96823) to clang_formatDiagnostics.
by Sylvestre Ledru
· 11 years ago
72dcd52
Implement vreinterpret ACLE functions in Clang.
by Hao Liu
· 11 years ago
b7a747b
[analyzer] Better modeling of memcpy by the CStringChecker (PR16731).
by Anton Yartsev
· 11 years ago
749152b
ObjectiveC ARC. Validate toll free bridge casting
by Fariborz Jahanian
· 11 years ago
9571ab1
ObjetiveC ARC. Start diagnosing invalid toll free bridging. // rdar://15454846.
by Fariborz Jahanian
· 11 years ago
5f900e8
Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. Some
by Richard Smith
· 11 years ago
4c3e0bc
Consumed analysis: track state of temporary objects.
by DeLesley Hutchins
· 11 years ago
51cc017
Implemented aarch64 Neon scalar vmulx_lane intrinsics
by Ana Pazos
· 11 years ago
6207622
Updated comment - testing commit rights
by Ana Pazos
· 11 years ago
4b777c0
ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.
by Fariborz Jahanian
· 11 years ago
7faf81f
PR17949: Fix crash if someone puts a namespace inside a class template.
by Richard Smith
· 11 years ago
e78728a
ObjectiveC ARC. Lookup type associated with objc_bridage at
by Fariborz Jahanian
· 11 years ago
b72227f
Fix bogus diagnostic wording. There's no such thing as a compound expression.
by Richard Smith
· 11 years ago
e22017e
Revert "Using an invalid -O falls back on -O3 instead of an error"
by Alp Toker
· 11 years ago
d378144
clang-cl: Make the driver parse all(?) msvc flags
by Hans Wennborg
· 11 years ago
93b717a
[-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
by Hans Wennborg
· 11 years ago
eb4d7c3
Using an invalid -O falls back on -O3 instead of an error
by Sylvestre Ledru
· 11 years ago
26297f5
When we hit a #include directive that maps to a module import, emit a token
by Richard Smith
· 11 years ago
e05372a
Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-formed in C++11.
by Richard Smith
· 11 years ago
2c050f6
[objcmt] Introduce "objcmt-white-list-dir-path=" option.
by Argyrios Kyrtzidis
· 11 years ago
624bb5e
[AArch64 neon] support poly64 and relevant intrinsic functions.
by Kevin Qin
· 11 years ago
8137a60
Implement aarch64 neon instruction class misc.
by Kevin Qin
· 11 years ago
142ab06
Added warning on structures/unions that are empty or contain only
by Serge Pavlov
· 11 years ago
2e22f29
Implement AArch64 NEON instruction set AdvSIMD (table).
by Jiangning Liu
· 11 years ago
933a894
ObjectiveC ARC. Introduce a new attribute, 'objc_bridge'
by Fariborz Jahanian
· 11 years ago
6526de4
-fms-extensions: Recognize _alloca as an alias for the alloca builtin
by Reid Kleckner
· 11 years ago
f2941ec
Only provide MS builtins when -fms-extensions is on
by Reid Kleckner
· 11 years ago
86cfda2
Documentation parsing: move comment-to-XML conversion routines to libIndex
by Dmitri Gribenko
· 11 years ago
1d40d62
No functional change. Renaming a variable in RecordLayoutBuilder and
by Warren Hunt
· 11 years ago
7792fde
Adds ARM backend options: -mrestrict-it and -mno-restrict-it
by Weiming Zhao
· 11 years ago
f88536a
Add an optional mapping from source paths to source contents.
by Manuel Klimek
· 11 years ago
b85a9ec
Add -fprofile-sample-use to Clang's driver.
by Diego Novillo
· 11 years ago
d1fa81c
Warn on duplicate function specifier
by Serge Pavlov
· 11 years ago
9b60286
Fix closing namespace comment to reflect reality
by Dmitri Gribenko
· 11 years ago
5d2a206
ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY
by Fariborz Jahanian
· 11 years ago
86e2a6f
clang-cl: parse the /Yc flag (PR17895)
by Hans Wennborg
· 11 years ago
f6785e3
Documentation parsing: add support for \throws \throw \exception commands
by Dmitri Gribenko
· 11 years ago
186b26d
add intrinsics: __builtin_arm_{dmb,dsb} for ARM
by Weiming Zhao
· 11 years ago
a2f1ed0
clang-cl: parse the /GT option
by Hans Wennborg
· 11 years ago
3347b49
Rather than duplicating extension diagnostics to allow them to cause a
by Richard Smith
· 11 years ago
d78d659
REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.
by Faisal Vali
· 11 years ago
849f3ec
Revert "Using an invalid -O falls back on -O3 instead of an error"
by Sylvestre Ledru
· 11 years ago
2bd8af5
[AArch64] The shift right/left and insert immediate builtins expect 3
by Chad Rosier
· 11 years ago
1cd76b1
Using an invalid -O falls back on -O3 instead of an error
by Sylvestre Ledru
· 11 years ago
9473c19
[AArch64] Add support for NEON scalar floating-point convert to fixed-point instructions.
by Chad Rosier
· 11 years ago
bd39527
This reverts commit r194330, r194329 and r194328.
by Rafael Espindola
· 11 years ago
a799d7d
Add support for -fuse-ld=.
by David Chisnall
· 11 years ago
b310439
Try to recover a bit better if a close brace is missing from the end of a class
by Richard Smith
· 11 years ago
c31fbe3
Comment parsing: recognize \def (but processing is a no-op, like the rest of
by Dmitri Gribenko
· 11 years ago
ce6426f
Issue a diagnostic if we see a templated friend declaration that we do not
by Richard Smith
· 11 years ago
6acb04f
Thread the info about vbptr sharing through ASTRecordLayout
by Timur Iskhodzhanov
· 11 years ago
db7da0b
Remove diagnostic leftover from the ancient times when C++1y support was incomplete.
by Benjamin Kramer
· 11 years ago
Next »