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
*
[NFC]Refactor MultiVersion Resolver Emission to combine types
Erich Keane
2018-09-13
4
-93
/
+108
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
9
-67
/
+144
*
Print correctly dependency paths on Windows
David Bolvansky
2018-09-13
4
-18
/
+22
*
[AArch64] Enable return address signing for static ctors
Oliver Stannard
2018-09-13
2
-0
/
+27
*
Fix MSVC "illegal conversion; more than one user-defined conversion has been ...
Simon Pilgrim
2018-09-13
1
-1
/
+1
*
[clang-format] Wrapped block after case label should not be merged into one line
Owen Pan
2018-09-13
2
-0
/
+30
*
[AArch64] Support reserving x1-7 registers.
Tri Vo
2018-09-12
6
-12
/
+123
*
Remove dead code made unnecessary by r342018.
Richard Smith
2018-09-12
1
-7
/
+0
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
5
-28
/
+46
*
When we leave a module header, make that header visible in its
Richard Smith
2018-09-12
6
-6
/
+37
*
[Hexagon] Remove fp-contract=fast setting for at O3
Brendon Cahoon
2018-09-12
2
-6
/
+1
*
[Diagnostic] Fix a warning typo. NFC.
Matt Davis
2018-09-12
4
-6
/
+6
*
[OPENMP] Fix PR38902: support ADL for declare reduction constructs.
Alexey Bataev
2018-09-12
2
-1
/
+120
*
[RISCV] Explicitly set an empty --sysroot in the test
Roger Ferrer Ibanez
2018-09-12
1
-0
/
+2
*
[CodeGen] Align rtti and vtable data
David Green
2018-09-12
9
-36
/
+50
*
[CodeGen][ARM] Coerce FP16 vectors to integer vectors when needed
Mikhail Maltsev
2018-09-12
3
-153
/
+252
*
Fix Check test to avoid output string mismatch
Christian Bruel
2018-09-12
1
-8
/
+6
*
[Tooling] Wait for all threads to finish before resetting CWD.
Eric Liu
2018-09-12
1
-0
/
+2
*
[Driver] Search LibraryPaths when handling -print-file-name
Petr Hosek
2018-09-12
2
-18
/
+29
*
Revert r342019, "Track definition merging on the canonical declaration
Richard Smith
2018-09-12
5
-46
/
+28
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
5
-28
/
+46
*
Consistently create a new declaration when merging a pre-existing but
Richard Smith
2018-09-12
9
-78
/
+126
*
Fix tracking of merged definitions when the merge target is also merged
Richard Smith
2018-09-12
3
-3
/
+38
*
[NFC] Fix build breakage caused by D51948
Shuai Wang
2018-09-11
1
-0
/
+1
*
[analyzer] Add ExprMutationAnalyzer
Shuai Wang
2018-09-11
5
-0
/
+1305
*
Introduce the VTable interleaving scheme to the CFI design documentation
Peter Collingbourne
2018-09-11
1
-0
/
+148
*
[gcov] Update a clang test for r341977
Vedant Kumar
2018-09-11
1
-2
/
+1
*
[analyzer] [NFC] Change the tests by making the version check more resilient
George Karpenkov
2018-09-11
34
-34
/
+34
*
[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop
Mike Rice
2018-09-11
20
-66
/
+333
*
[ASTMatchers] add three matchers for dependent expressions
Jonas Toth
2018-09-11
4
-0
/
+127
*
[CodeCompletion] Enable signature help when initializing class/struct/union m...
Kadir Cetinkaya
2018-09-11
5
-17
/
+95
*
[OPENMP] Simplified checks for declarations in declare target regions.
Alexey Bataev
2018-09-11
2
-108
/
+38
*
[python bindings] Expose getNumTemplateArguments
Jonathan Coe
2018-09-11
2
-0
/
+40
*
[Tooling] Restore working dir in ClangTool.
Ilya Biryukov
2018-09-11
3
-1
/
+42
*
Make test more robust in case the expected output appears in clang version st...
Douglas Yung
2018-09-11
1
-3
/
+3
*
[Modules] Add imported modules to the output of -module-file-info
Bruno Cardoso Lopes
2018-09-11
4
-4
/
+16
*
clang-check: rename the local FixItAction
Saleem Abdulrasool
2018-09-10
1
-2
/
+2
*
[Sema][ObjC] Infer availability of +new from availability of -init.
Erik Pilkington
2018-09-10
10
-18
/
+140
*
Fix test regression in r341862
Erich Keane
2018-09-10
2
-11
/
+1
*
[AST] Fix a crash on invalid.
Erik Pilkington
2018-09-10
2
-0
/
+8
*
Move AESNI generation to Skylake and Goldmont
Erich Keane
2018-09-10
1
-2
/
+2
*
Implement -Watomic-implicit-seq-cst
JF Bastien
2018-09-10
4
-17
/
+397
*
Enhance -Wc++14-compat for class template argument deduction to list the
Richard Smith
2018-09-10
3
-8
/
+14
*
[clang-cl] Enable -march option
Alexandre Ganea
2018-09-10
2
-1
/
+2
*
Remove all uses of DIFlagBlockByrefStruct
Adrian Prantl
2018-09-10
3
-23
/
+47
*
Prevent cpu-specific/cpu-dispatch from giong on a lambda.
Erich Keane
2018-09-10
2
-0
/
+11
*
[clang] Make sure codecompletion is called for calls even when inside a token.
Kadir Cetinkaya
2018-09-10
8
-4
/
+88
*
[Analyzer] Commit fix for rL341790/rC341790
Adam Balogh
2018-09-10
1
-0
/
+175
*
[Analyzer] Iterator Checker - Part 8: Support for assign, clear, insert, empl...
Adam Balogh
2018-09-10
4
-3
/
+616
*
[Analyzer] Iterator Checker - Part 7: Support for push and pop operations
Adam Balogh
2018-09-10
5
-1
/
+550
[next]