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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Objective-C ARC. First patch toward generating new APIs
Fariborz Jahanian
2014-08-06
8
-10
/
+49
*
FormatTokenLexer: Avoid non-static member initializer.
NAKAMURA Takumi
2014-08-06
1
-2
/
+2
*
Remove unnecessary semicolon.
Manuel Klimek
2014-08-06
1
-1
/
+1
*
clang-format: Correct SBPO_Always-behavior after function-like keywords
Daniel Jasper
2014-08-06
3
-1
/
+35
*
Fix sphinx warning.
Dan Liew
2014-08-06
1
-1
/
+1
*
clang-format: Add special comments to disable formatting.
Daniel Jasper
2014-08-06
2
-0
/
+20
*
clang-format: Fix indentation in multi-line placement new.
Daniel Jasper
2014-08-06
2
-0
/
+6
*
Fix modelling of non-lifetime-extended temporary destructors in the analyzer.
Manuel Klimek
2014-08-06
8
-425
/
+715
*
[Driver] Add missed include header.
Simon Atanasyan
2014-08-06
1
-0
/
+2
*
[Driver] Move information about toolchain specific include directories
Simon Atanasyan
2014-08-06
2
-17
/
+46
*
MS ABI: Mangle lambdas which are given the same mangling number
David Majnemer
2014-08-06
2
-8
/
+20
*
Remove trailing whitespaces
Rui Ueyama
2014-08-05
1
-3
/
+3
*
MS ABI: Mangle empty type parameter packs compatibly
David Majnemer
2014-08-05
2
-5
/
+30
*
Fix Driver tests that I broke on Windows in r214924
Reid Kleckner
2014-08-05
5
-126
/
+126
*
Expose the name mangling C API to Python bindings.
Eli Bendersky
2014-08-05
2
-0
/
+27
*
Make crash diagnostics on Windows the tiniest bit more useful
Reid Kleckner
2014-08-05
2
-1
/
+4
*
Introduce f[no-]max-unknown-pointer-align=[number] option
Fariborz Jahanian
2014-08-05
10
-5
/
+134
*
[Analyzer] fix for PR19102
Anton Yartsev
2014-08-05
2
-0
/
+84
*
Added f and m flags to be ignored. These will not display a warning. The revi...
Arthur Marble
2014-08-05
2
-0
/
+20
*
Added flags that should be ignored for compatibility. These flags will display
Arthur Marble
2014-08-05
2
-4
/
+170
*
[PR19983] SBPO_Always not covering all the cases.
Chad Rosier
2014-08-05
2
-1
/
+3
*
[AVX512] Add intrinsic for valignd/q
Adam Nemet
2014-08-05
3
-0
/
+29
*
ReleaseNotes: try to fix links
Hans Wennborg
2014-08-05
1
-3
/
+3
*
ReleaseNotes: mention basic debug info and ASan support in the Windows blurb
Hans Wennborg
2014-08-05
1
-2
/
+3
*
ASTMatchersTests/matchesConditionallyWithCuda: Add -fno-ms-extensions, and ge...
NAKAMURA Takumi
2014-08-05
1
-1
/
+4
*
ASTMatchers.h: Fix an annotation. [-Wdocumentation-html]
NAKAMURA Takumi
2014-08-05
1
-1
/
+1
*
[CMake] clangCodeGen: Update libdeps to add clangLex for PPChainedCallbacks.
NAKAMURA Takumi
2014-08-05
1
-0
/
+1
*
clang-format: Add option to always break after a function's return type.
Daniel Jasper
2014-08-05
5
-2
/
+39
*
clang-format: Break before 'else' in Stroustrup style.
Daniel Jasper
2014-08-05
3
-1
/
+14
*
Updating the documentation comment to list another parameter. No functional c...
Aaron Ballman
2014-08-05
1
-2
/
+4
*
MachO: set sizeof result type to what embedded headers expect.
Tim Northover
2014-08-05
2
-2
/
+3
*
Adds AST matchers for matching CUDA declarations.
Manuel Klimek
2014-08-05
4
-35
/
+207
*
MS ABI: Make the alias template mangling more correct
David Majnemer
2014-08-05
2
-2
/
+2
*
ReleaseNotes: add blurb about Windows support
Hans Wennborg
2014-08-05
1
-0
/
+15
*
CodeGenObjCXX: Add a test for r214699
David Majnemer
2014-08-05
1
-0
/
+22
*
MS ABI: Aligned tentative definitions don't have CommonLinkage
David Majnemer
2014-08-05
2
-2
/
+25
*
[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
Bill Schmidt
2014-08-04
2
-142
/
+4
*
ThreadSafety.cpp: Prune bogus \param(s). [-Wdocumentation]
NAKAMURA Takumi
2014-08-04
1
-3
/
+0
*
ThreadSafetyAnalysis: Fix annotations in class members. [-Wdocumentation]
NAKAMURA Takumi
2014-08-04
2
-7
/
+7
*
clang/test/Sema/struct-packed-align.c: Add the case in MS mode that alignment...
NAKAMURA Takumi
2014-08-04
1
-4
/
+6
*
Trailing linefeed.
NAKAMURA Takumi
2014-08-04
1
-4
/
+0
*
Remove separator parameter from static local naming code
Reid Kleckner
2014-08-04
2
-8
/
+5
*
Thread Safety Analysis: add a -Wthread-safety-negative flag that warns whenever
DeLesley Hutchins
2014-08-04
8
-39
/
+228
*
Update for LLVM API change.
Eric Christopher
2014-08-04
1
-2
/
+4
*
UsersManual: update clang-cl options
Hans Wennborg
2014-08-04
1
-49
/
+88
*
Don't drop dllimport from qualified friend redeclarations (PR20512)
Hans Wennborg
2014-08-04
3
-4
/
+29
*
Nit picky const-correctness with auto. No functional changes.
Aaron Ballman
2014-08-04
1
-2
/
+2
*
A static_assert declaration cannot be a template; adding the diagnostic for t...
Aaron Ballman
2014-08-04
4
-3
/
+23
*
Revert r214757 (Same fix as r214758)
Alex Lorenz
2014-08-04
1
-1
/
+0
*
Add CoverageMappingGen.cpp (introduced in r214752) to CMakeLists.txt
David Blaikie
2014-08-04
1
-0
/
+1
[next]