index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Index: provide adjustment thunk information for C++ manglings
Saleem Abdulrasool
2016-02-06
1
-0
/
+30
*
[analyzer] DeallocChecker: Don't warn on release of readonly assign property ...
Devin Coughlin
2016-02-06
1
-1
/
+1
*
Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...
Samuel Antao
2016-02-06
1
-0
/
+3
*
Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...
Samuel Antao
2016-02-06
1
-3
/
+0
*
[OpenMP] Reorganize code to allow specialized code generation for different d...
Samuel Antao
2016-02-06
1
-0
/
+3
*
[modules] Compress files embedded into a .pcm file, to reduce the disk usage ...
Richard Smith
2016-02-06
3
-0
/
+29
*
Fix a crash when emitting dbeug info for forward-declared scoped enums.
Adrian Prantl
2016-02-06
1
-0
/
+15
*
[PGO] Test case update
Xinliang David Li
2016-02-05
2
-4
/
+4
*
Exempt char array initializers from -Wconstant-converion.
Richard Trieu
2016-02-05
1
-0
/
+2
*
Add an ARC autoreleased-return-value caller marker on i386.
John McCall
2016-02-05
1
-0
/
+43
*
[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
Ulrich Weigand
2016-02-05
1
-0
/
+8
*
Do not honor explicit alignment attribute on fields for PS4.
Sunil Srivastava
2016-02-05
1
-1
/
+37
*
[Parser] Perform CachedTokens update dependent on token consumption
Bruno Cardoso Lopes
2016-02-05
1
-0
/
+15
*
[modules] Separately track whether an identifier's preprocessor information and
Richard Smith
2016-02-05
1
-0
/
+10
*
[analyzer] Suppress localization diagnostics in debug classes and methods.
Devin Coughlin
2016-02-05
1
-0
/
+19
*
CodeGen: correct Windows ARM C++ assertion
Saleem Abdulrasool
2016-02-05
1
-0
/
+13
*
Don't synthesize an ImportDecl for a module named in -fmodule-implementation-of
Ben Langmuir
2016-02-05
2
-1
/
+2
*
PR25271: When attaching default template arguments to redeclarations of a
Richard Smith
2016-02-04
1
-0
/
+26
*
Fix a crash when there is a typo in the return statement.
Manman Ren
2016-02-04
1
-0
/
+11
*
[PGO] cc1 option name change for profile instrumentation
Rong Xu
2016-02-04
58
-66
/
+71
*
[x86] Correct setting of WIntType for MCU target
Andrey Bokhanko
2016-02-04
1
-0
/
+1
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
2
-6
/
+147
*
Add -nocudainc option to CUDA preprocessor test.
Samuel Antao
2016-02-04
1
-5
/
+5
*
Basic: mark TLS as supported on Windows on ARM
Saleem Abdulrasool
2016-02-04
1
-0
/
+5
*
PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousPar...
Alexey Bataev
2016-02-04
1
-0
/
+9
*
Fix predefine for __NSConstantString struct type
Ben Langmuir
2016-02-04
5
-11
/
+9
*
Reapply r259624, it is likely not the commit causing the bot failures.
Quentin Colombet
2016-02-03
5
-13
/
+30
*
[cfi] Safe handling of unaddressable vtable pointers (clang).
Evgeniy Stepanov
2016-02-03
3
-22
/
+41
*
Revert r259624 - Make CF constant string decl visible to name lookup to fix m...
Quentin Colombet
2016-02-03
5
-30
/
+13
*
Ensure that we substitute into the declaration of a template parameter pack
Richard Smith
2016-02-03
1
-0
/
+22
*
[Sema debugger support] Require non-void types to be complete in unknown-anyt...
Douglas Gregor
2016-02-03
1
-0
/
+11
*
Fix regression from r259622: the operand of an increment that is the operand of
Richard Smith
2016-02-03
1
-0
/
+1
*
Add builtins for bitreverse intrinsic
Matt Arsenault
2016-02-03
1
-0
/
+8
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
22
-0
/
+4213
*
[OpenCL] Adding reserved operator logical xor for OpenCL
Anastasia Stulova
2016-02-03
1
-0
/
+4
*
Forgot to remove file in previous commit.
Yury Gribov
2016-02-03
1
-9
/
+0
*
[analyzer] AnalysisConsumer: print fully-qualified function name while displa...
Yury Gribov
2016-02-03
1
-0
/
+26
*
-inline-asm][X86] Add ability to use AVX512 in MS inline asm
Marina Yatsina
2016-02-03
2
-1
/
+12
*
Make CF constant string decl visible to name lookup to fix module errors
Ben Langmuir
2016-02-03
5
-13
/
+30
*
Fix miscompile and rejects-valids when disambiguating after an ambiguous
Richard Smith
2016-02-03
1
-2
/
+7
*
Fix Itanium RTTI emission so that we emit fundamental type information into the
Richard Smith
2016-02-03
1
-0
/
+10
*
PR24989: Stop trying to use the C++11 rules for lambda return type inference in
Richard Smith
2016-02-02
1
-0
/
+6
*
Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.
Richard Smith
2016-02-02
1
-0
/
+2
*
[CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich
2016-02-02
1
-0
/
+393
*
ObjCXX: fix a crash during typo correction.
Manman Ren
2016-02-02
1
-0
/
+27
*
ARM: allow both vfma and vfms intrinsics on v7.
Tim Northover
2016-02-02
1
-0
/
+12
*
PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for...
Denis Zobnin
2016-02-02
2
-0
/
+21
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-02-02
3
-4
/
+49
*
Fix for PR8901: attribute "mode" rejected for enums and dependent types.
Denis Zobnin
2016-02-02
5
-2
/
+310
*
Test commit (NFC).
Denis Zobnin
2016-02-02
1
-2
/
+2
[next]