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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Driver, CodeGen] rename options to disable an FP cast optimization
Sanjay Patel
2018-04-30
3
-6
/
+9
*
[OPENMP] Do not crash on codegen for CXX member functions.
Alexey Bataev
2018-04-30
1
-0
/
+3
*
[OPENMP] Do not crash on incorrect input data.
Alexey Bataev
2018-04-30
1
-11
/
+36
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
6
-3
/
+3
*
Remove unnecessary indirection. No behavior change.
Nico Weber
2018-04-30
1
-12
/
+6
*
[Targets] Implement getConstraintRegister for ARM and AArch64
Mikhail Maltsev
2018-04-30
2
-0
/
+10
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
26
-186
/
+247
*
Fix printing of reference-to-reference types.
Richard Smith
2018-04-29
1
-8
/
+20
*
PR37275 packed attribute should not apply to base classes
Richard Smith
2018-04-29
1
-3
/
+8
*
Remove unused includes of clang/Config/config.h
Nico Weber
2018-04-28
5
-5
/
+0
*
[ItaniumMangle] Undeduced auto type shouldn't be substitutable.
Erik Pilkington
2018-04-28
1
-11
/
+16
*
[analyzer] CStringChecker: Add support for BSD strlcpy() and strlcat().
Artem Dergachev
2018-04-27
1
-2
/
+39
*
[analyzer] ObjCAutoreleaseWrite: Support a few more APIs and fix warning text.
Artem Dergachev
2018-04-27
1
-6
/
+31
*
Revert r329698 (and r329702).
Nico Weber
2018-04-27
2
-5
/
+37
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
9
-11
/
+11
*
[clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifier
Ben Hamilton
2018-04-27
1
-4
/
+21
*
[Modules][ObjC] ASTReader should add protocols for class extensions
Bruno Cardoso Lopes
2018-04-27
1
-0
/
+6
*
Test commit removing trailing whitespace
Stuart Brady
2018-04-27
1
-1
/
+1
*
[Driver, CodeGen] add options to enable/disable an FP cast optimization
Sanjay Patel
2018-04-27
3
-0
/
+10
*
[ARM,AArch64] Add intrinsics for dot product instructions
Oliver Stannard
2018-04-27
1
-0
/
+12
*
[ARM] Add __ARM_FEATURE_DOTPROD pre-defined macro
Oliver Stannard
2018-04-27
2
-0
/
+7
*
[OpenCL] Add separate read_only and write_only pipe IR types
Sven van Haastregt
2018-04-27
3
-12
/
+25
*
Make MultiplexASTDeserializationListener part of the API [NFC]
Raphael Isemann
2018-04-27
1
-24
/
+0
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
4
-3
/
+31
*
Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"
Akira Hatanaka
2018-04-27
4
-35
/
+3
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
4
-3
/
+35
*
[analyzer] Fix operator delete[] array-type-sub-expression handling.
Artem Dergachev
2018-04-27
1
-2
/
+4
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
10
-50
/
+77
*
[Driver] Don't enable "-fregister-global-dtors-with-atexit" by default
Akira Hatanaka
2018-04-27
1
-1
/
+1
*
[x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsics
Chandler Carruth
2018-04-26
1
-98
/
+1
*
[X86] Make __builtin_ia32_readeflags_u32 and __builtin_ia32_writeeflags_u32 o...
Craig Topper
2018-04-26
1
-0
/
+17
*
[ConfigFiles] Update argument strings when merging argrument lists
Serge Pavlov
2018-04-26
1
-1
/
+4
*
[X86] Add support for _mm512_mullox_epi64 and _mm512_mask_mullox_epi64 intrin...
Craig Topper
2018-04-26
1
-0
/
+12
*
Diagnose missing template arguments for a variable template even when there is
Richard Smith
2018-04-26
1
-0
/
+8
*
Revert addition of 'concept' to diagnostics in r330890.
Richard Smith
2018-04-26
1
-2
/
+0
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
4
-22
/
+18
*
Fix a merge conflict that was inadvertently introduced in r330888
Faisal Vali
2018-04-26
1
-6
/
+0
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
20
-382
/
+29
*
Switch to Clang's isDigit function.
Richard Trieu
2018-04-25
1
-4
/
+4
*
Include <cctype> to get std::isdigit, fixes MSVC STL build
Reid Kleckner
2018-04-25
1
-0
/
+1
*
[analyzer] Fix a crash on lifetime extension through aggregate initialization.
Artem Dergachev
2018-04-25
2
-6
/
+22
*
Fix crash on qualified template name instantiation if the template name has no
Richard Smith
2018-04-25
1
-6
/
+9
*
[RISCV] More validations on the input value of -march=
Ana Pazos
2018-04-25
1
-20
/
+270
*
[driver][darwin] Do not infer -simulator environment for OS version env vars
Alex Lorenz
2018-04-25
1
-3
/
+16
*
[analyzer] Enable analysis of WebKit "unified sources".
Artem Dergachev
2018-04-25
4
-13
/
+14
*
[Driver] Reland "Android triples are not aliases for other triples."
Dan Albert
2018-04-25
1
-50
/
+76
*
[Driver] Fix implicit config files from prefixed symlinks
Martin Storsjo
2018-04-25
1
-1
/
+2
*
[TargetInfo] Sort target features before passing them to the backend
Eli Friedman
2018-04-25
1
-0
/
+3
*
[ASTImporter] FriendDecl importing improvements
Peter Szecsi
2018-04-25
2
-5
/
+92
*
[CodeComplete] Fix completion in the middle of ident in ctor lists.
Ilya Biryukov
2018-04-25
1
-1
/
+15
[prev]
[next]