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
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-2
/
+1
*
Revert "[analyzer] Toning down invalidation a bit".
Artem Dergachev
2019-04-03
1
-17
/
+5
*
[OPENMP]Add codegen for firstprivate vars with allocate clause.
Alexey Bataev
2019-04-03
3
-14
/
+18
*
Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...
Alexey Bataev
2019-04-03
2
-205
/
+0
*
Bug-40323: MS ABI adding template static member in the linker directive secti...
Jennifer Yu
2019-04-03
1
-0
/
+6
*
[clang-format] Do not emit replacements while regrouping if Cpp includes are OK
Krasimir Georgiev
2019-04-03
1
-4
/
+16
*
[LibTooling] Add Transformer, a library for source-to-source transformations.
Yitzhak Mandelbaum
2019-04-03
2
-0
/
+205
*
[clang-format] Regroup #includes into blocks for Google style
Eric Liu
2019-04-03
1
-0
/
+1
*
[analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.
Artem Dergachev
2019-04-03
1
-1
/
+9
*
[WebAssembly] Add Emscripten OS definition + small_printf
Alon Zakai
2019-04-03
2
-0
/
+19
*
[HIP-Clang] Fat binary should not be produced for non GPU code
Aaron Enye Shi
2019-04-02
1
-2
/
+2
*
[HIP-Clang] Fat binary should not be produced for non GPU code 2
Aaron Enye Shi
2019-04-02
1
-1
/
+3
*
[HIP-Clang] Fat binary should not be produced for non GPU code
Aaron Enye Shi
2019-04-02
1
-0
/
+2
*
[Sema] Fix a use-after-deallocate of a ParsedAttr
Erik Pilkington
2019-04-02
1
-2
/
+2
*
[CodeGen] Fix a regression by emitting lambda expressions in EmitLValue
Erik Pilkington
2019-04-02
1
-0
/
+2
*
[OPENMP]Add codegen for private vars with allocate clause.
Alexey Bataev
2019-04-02
1
-6
/
+2
*
[driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`
Simon Atanasyan
2019-04-02
1
-14
/
+19
*
[driver] clang-format. Fix indentation, split long lines. NFC
Simon Atanasyan
2019-04-02
3
-18
/
+28
*
[os_log] Mark os_log_helper `nounwind`
Vedant Kumar
2019-04-02
1
-0
/
+1
*
[OPENMP]Fix mapping of the pointers captured by reference.
Alexey Bataev
2019-04-02
1
-3
/
+12
*
[Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.
Pierre Gousseau
2019-04-02
1
-0
/
+1
*
Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.
Simon Pilgrim
2019-04-02
1
-0
/
+1
*
[PowerPC] Fix issue with inline asm - soft float mode
Strahinja Petrovic
2019-04-02
2
-1
/
+12
*
Fix compiler warning, remove extra ";" [NFC]
Mikael Holmen
2019-04-02
1
-1
/
+1
*
[CodeGen] Generate follow-up metadata for loops with more than one transforma...
Michael Kruse
2019-04-01
2
-94
/
+530
*
[OPENMP]Allocate clause allocator in target region.
Alexey Bataev
2019-04-01
1
-0
/
+9
*
Attempt to fix failing buildbot (ppc64le)
Gabor Marton
2019-04-01
1
-0
/
+1
*
[ASTImporter] Convert ODR diagnostics inside ASTImporter implementation
Gabor Marton
2019-04-01
1
-14
/
+14
*
[ASTImporter] Make ODR error handling configurable
Gabor Marton
2019-04-01
1
-54
/
+106
*
[OPENMP] Check that allocated variables are used in private clauses.
Alexey Bataev
2019-04-01
1
-131
/
+226
*
[gnustep-objc] Make the GNUstep v2 ABI work for Windows DLLs.
David Chisnall
2019-03-31
1
-29
/
+134
*
COMDAT-fold block descriptors.
David Chisnall
2019-03-31
1
-0
/
+2
*
[objc-gnustep] Use .init_array not .ctors when requested.
David Chisnall
2019-03-31
1
-1
/
+6
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
29
-83
/
+56
*
[clang-format] [PR41187] moves Java import statements to the wrong location i...
Paul Hoad
2019-03-30
1
-1
/
+1
*
[clang-format]: Add NonEmptyParentheses spacing option
Reuben Thomas
2019-03-30
3
-4
/
+14
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
12
-2
/
+63
*
[analyzer] MIGChecker: Add support for more deallocator APIs.
Artem Dergachev
2019-03-29
1
-0
/
+22
*
Revert "[analyzer] Introduce a simplified API for adding custom path notes."
Artem Dergachev
2019-03-29
4
-39
/
+37
*
[analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisi...
Artem Dergachev
2019-03-29
1
-1
/
+1
*
[analyzer] Move taint API from ProgramState to a separate header. NFC.
Artem Dergachev
2019-03-29
12
-237
/
+361
*
[analyzer] PR37501: Disable assertion for logical op short circuit evaluation.
Artem Dergachev
2019-03-29
1
-2
/
+27
*
[analyzer] Introduce a simplified API for adding custom path notes.
Artem Dergachev
2019-03-29
4
-37
/
+39
*
[WebAssembly] Add mutable globals feature
Thomas Lively
2019-03-29
2
-0
/
+15
*
[Sema] Avoid sending a dependent expression to the constant evaluator.
Erik Pilkington
2019-03-29
1
-0
/
+3
*
[Sema] Fix assertion when `auto` parameter in lambda has an attribute.
Volodymyr Sapsai
2019-03-29
1
-1
/
+18
*
[Driver] Use --warn-shared-textrel for Android.
Dan Albert
2019-03-29
1
-0
/
+5
*
[AMDGPU] Switch default DWARF version to 5
Scott Linder
2019-03-29
1
-1
/
+1
*
[AArch64] Support selecting TPIDR_EL[1-3] as the thread base
Oliver Stannard
2019-03-29
1
-0
/
+12
*
[Sema] Fix a crash when nonnull checking
Michael Liao
2019-03-29
1
-0
/
+3
[next]