index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CrossTU] Fix handling of Cross Translation Unit directory path
Gabor Horvath
2017-10-27
1
-4
/
+1
*
Test commit
Ivan Donchevskii
2017-10-27
1
-1
/
+1
*
[CodeGen] Add support for IncompleteArrayType in Obj-C ivars.
Volodymyr Sapsai
2017-10-27
1
-0
/
+5
*
[WebAssembly] Include libclang_rt.builtins in the standard way
Sam Clegg
2017-10-27
3
-11
/
+9
*
[X86] Add 'sse4' to X86TargetInfo::isValidFeatureName
Craig Topper
2017-10-27
1
-0
/
+1
*
Use -fuse-init-array if no gcc installation is found.
Nico Weber
2017-10-26
1
-1
/
+2
*
[X86] Make -march=i686 an alias of -march=pentiumpro
Craig Topper
2017-10-26
2
-14
/
+3
*
[CGBlocks] Improve line info in backtraces containing *_helper_block
Vedant Kumar
2017-10-26
1
-6
/
+2
*
Simplify codegen and debug info generation for block context parameters.
Adrian Prantl
2017-10-26
3
-24
/
+13
*
Revert "Simplify codegen and debug info generation for block context paramete...
Adrian Prantl
2017-10-26
3
-14
/
+22
*
Simplify codegen and debug info generation for block context parameters.
Adrian Prantl
2017-10-26
3
-22
/
+14
*
Move MS inline asm parser methods out of line to reduce indentation, NFC
Reid Kleckner
2017-10-26
1
-98
/
+118
*
Add objcCategoryImplDecl matcher
Dave Lee
2017-10-26
1
-0
/
+1
*
[Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...
Roman Lebedev
2017-10-26
1
-2
/
+14
*
Try to fix warnings and windows test failures caused by r316653
Eric Liu
2017-10-26
1
-1
/
+1
*
[Tooling] A new framework for executing clang frontend actions.
Eric Liu
2017-10-26
6
-8
/
+193
*
Fix overloaded static functions in SemaCodeComplete
Benjamin Kramer
2017-10-26
2
-9
/
+23
*
[LSan] Enable -fsanitize=leak for PPC64 Linux.
Alex Shlyapnikov
2017-10-26
1
-1
/
+1
*
Allow StmtPrinter to supress implicit 'this' and 'self' base expressions
Alex Lorenz
2017-10-26
1
-9
/
+33
*
[Analyzer] Give more descriptive name to BdyFrm field.
George Karpenkov
2017-10-25
1
-3
/
+3
*
[CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.
Justin Lebar
2017-10-25
3
-8
/
+22
*
Enable -pie and --enable-new-dtags by default on Android.
Evgeniy Stepanov
2017-10-25
3
-6
/
+18
*
Ignore implicity casts for zero-as-null-pointer-constant warning
Erich Keane
2017-10-25
1
-1
/
+1
*
CodeGen: fix PPC Darwin variadics
Saleem Abdulrasool
2017-10-25
1
-1
/
+37
*
[X86] Add avx512vpopcntdq to Knights Mill
Craig Topper
2017-10-25
1
-0
/
+2
*
[OPENMP] Improve debug info for taskgroup implicitly generated
Alexey Bataev
2017-10-25
1
-15
/
+13
*
[OPENMP] Constify function parameters, NFC.
Alexey Bataev
2017-10-25
1
-3
/
+4
*
Add support of the next Debian (Debian buster - version 10)
Sylvestre Ledru
2017-10-25
1
-0
/
+2
*
Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)
Sylvestre Ledru
2017-10-25
1
-0
/
+1
*
[rename] support renaming class member.
Haojian Wu
2017-10-25
1
-0
/
+49
*
[clang-rename] Fix and enable the failing TemplatedClassFunction test.
Haojian Wu
2017-10-25
1
-0
/
+20
*
CodeGen: fix a case of incorrect checks for ivars
Saleem Abdulrasool
2017-10-25
1
-4
/
+8
*
[Analyzer] Remove spaces inside comments mentioning the parameter name,
George Karpenkov
2017-10-25
1
-34
/
+34
*
[Analyzer] Store BodyFarm in std::unique_ptr
George Karpenkov
2017-10-24
1
-7
/
+2
*
[Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable when
Akira Hatanaka
2017-10-24
1
-6
/
+13
*
Correct behavior of fastcall when default CC is set.
Erich Keane
2017-10-24
1
-1
/
+1
*
Replaced unicode characters with ASCII, as introduced in r316518.
Erich Keane
2017-10-24
1
-5
/
+4
*
mplement __has_unique_object_representations
Erich Keane
2017-10-24
3
-0
/
+150
*
[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.
Alexey Bataev
2017-10-24
1
-1
/
+7
*
CodeGen: Fix missing debug loc due to alloca
Yaxun Liu
2017-10-24
1
-2
/
+1
*
Add missing clangRewrite lib dependency for clangToolingRefactor
Alex Lorenz
2017-10-24
1
-0
/
+1
*
[refactor] Initial outline of implementation of "extract function" refactoring
Alex Lorenz
2017-10-24
4
-0
/
+319
*
[code completion] Complete ObjC methods in @implementation without leading
Alex Lorenz
2017-10-24
2
-13
/
+26
*
Do not add a colon chunk to the code completion of class inheritance access m...
Erik Verbruggen
2017-10-24
2
-3
/
+8
*
[Tooling] Add a factory method for CommonOptionsParser
Eric Liu
2017-10-24
1
-6
/
+39
*
[AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpu
Peter Smith
2017-10-24
1
-6
/
+10
*
Unnamed bitfields don't block constant evaluation of constexpr ctors
Jordan Rose
2017-10-24
1
-0
/
+3
*
Fix template parameter default args missed if redecled
Erich Keane
2017-10-24
1
-1
/
+6
*
[Analyzer] Fix for the memory leak: fix typo in if-statement.
George Karpenkov
2017-10-24
1
-1
/
+1
*
[Analyzer] Handle implicit function reference in bodyfarming std::call_once
George Karpenkov
2017-10-24
1
-8
/
+20
[prev]
[next]