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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang: Add -fconvergent-functions flag
Matt Arsenault
2019-11-19
6
-3
/
+19
*
[ELF] Disallow out-of-range section group indices after D70146
Fangrui Song
2019-11-19
1
-0
/
+2
*
[OPENMP]Rename function, NFC.
Alexey Bataev
2019-11-19
3
-16
/
+16
*
[nfc][libomptarget] Write amdgcn macros in terms of compiler intrinsics
JonChesterfield
2019-11-19
1
-3
/
+3
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
46
-175
/
+333
*
[libTooling] Extend `buildASTFromCodeWithArgs` to take files argument.
Yitzhak Mandelbaum
2019-11-19
2
-2
/
+9
*
[FileCheck] Use lit's internal shell for the test suite
Joel E. Denny
2019-11-19
1
-0
/
+5
*
[ELF] Improve --gc-sections compatibility with GNU ld regarding section groups
Fangrui Song
2019-11-19
5
-2
/
+129
*
Fix openmp on PowerPC64-BE-ELFv2 ABI on FreeBSD.
AndreyChurbanov
2019-11-19
2
-15
/
+15
*
[NFC] Attempting to fix sphinx build failure with badly encoded characters fr...
Mitchell Balan
2019-11-19
1
-1
/
+1
*
gn build: Merge 7fe9435dc88
LLVM GN Syncbot
2019-11-19
1
-0
/
+1
*
Work on cleaning up denormal mode handling
Matt Arsenault
2019-11-19
10
-13
/
+131
*
[cmake] Disable GCC 9's -Winit-list-lifetime warning in ArrayRef
Pavel Labath
2019-11-19
1
-0
/
+10
*
[clang][NFC] Make various uses of Regex const
Thomas Preud'homme
2019-11-19
6
-43
/
+43
*
[NFC] Attempting to fix sphinx build failure with badly encoded characters fr...
Mitchell Balan
2019-11-19
1
-1
/
+1
*
[AIX][XCOFF] Write Function descriptors and TOC base to data section
jasonliu
2019-11-19
2
-6
/
+125
*
[clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...
Mitchell Balan
2019-11-19
5
-8
/
+91
*
[SLP] fix insertion point for min/max reduction
Sanjay Patel
2019-11-19
2
-3
/
+18
*
gn build: Merge 765b1250f68
LLVM GN Syncbot
2019-11-19
2
-0
/
+2
*
Fixup AVR tests to reflect changes in addend format in llvm-objdump
David Bozier
2019-11-19
8
-14
/
+14
*
[SLP] add test for reduction miscompile; NFC
Sanjay Patel
2019-11-19
1
-0
/
+30
*
[lldb] Add logging to IRExecutionUnit::GetStaticInitializers
Raphael Isemann
2019-11-19
1
-6
/
+21
*
[ARM,MVE] Add intrinsics for scalar shifts.
Simon Tatham
2019-11-19
7
-23
/
+606
*
[clangd] Show values of more expressions on hover
Sam McCall
2019-11-19
2
-14
/
+83
*
AMDGPU: Refactor treatment of denormal mode
Matt Arsenault
2019-11-19
19
-90
/
+153
*
AMDGPU: Be explicit about denormal mode in MIR tests
Matt Arsenault
2019-11-19
8
-873
/
+1965
*
[clang-tidy] DefaultOperatorNewCheck test fixes.
Balázs Kéri
2019-11-19
2
-11
/
+11
*
[clangd] Untangle Hover from XRefs, move into own file.
Sam McCall
2019-11-19
13
-1961
/
+2025
*
[lldb][NFC] Early exit in IRExecutionUnit::GetStaticInitializers
Raphael Isemann
2019-11-19
1
-24
/
+28
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
19
-28
/
+64
*
Fix modules build by adding missing includes
Raphael Isemann
2019-11-19
2
-0
/
+2
*
[AMDGPU] Tune inlining parameters for AMDGPU target (part 2)
dfukalov
2019-11-19
5
-4
/
+11
*
[NFC][X86] Fixup comment in CodeGen/X86/cmov.ll
Roman Lebedev
2019-11-19
1
-2
/
+0
*
[ARM] Regenerate vector lane store tests
Simon Pilgrim
2019-11-19
1
-98
/
+285
*
[PowerPC] Regenerate vsx_insert_extract_le.ll tests
Simon Pilgrim
2019-11-19
1
-12
/
+17
*
Revert "[RISCV] Support mutilib in baremetal environment"
Nico Weber
2019-11-19
29
-201
/
+11
*
[ThinLTO] Simplify code. NFC
evgeny
2019-11-19
1
-5
/
+4
*
[lldb] Also test Get[De]mangledName of SBType in TestSBTypeClassMembers.py
Raphael Isemann
2019-11-19
1
-0
/
+14
*
[clang-tidy] modernize-use-override new option AllowOverrideAndFinal
Mitchell Balan
2019-11-19
5
-4
/
+63
*
[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a
Mitchell Balan
2019-11-19
3
-9
/
+18
*
Revert "[clang-tidy] modernize-use-override new option AllowOverrideAndFinal"
Mitchell Balan
2019-11-19
3
-18
/
+9
*
Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"
Mitchell Balan
2019-11-19
4
-23
/
+4
*
[llvm-objdump] Print relocation addends in hexadecimal
David Bozier
2019-11-19
13
-62
/
+171
*
[X86][SSE] Remove XFormVExtractWithShuffleIntoLoad to prevent legalization in...
Simon Pilgrim
2019-11-19
5
-139
/
+83
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
4
-93
/
+1
*
Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsn
Thomas Preud'homme
2019-11-19
2
-6
/
+100
*
[mips] Joint MipsMemSimmXXXAsmOperand into the single template class. NFC
Simon Atanasyan
2019-11-19
2
-60
/
+14
*
gn build: Merge e8a4c74f115
LLVM GN Syncbot
2019-11-19
1
-0
/
+1
*
[clang-tidy] Added DefaultOperatorNewCheck.
Balázs Kéri
2019-11-19
9
-5
/
+193
*
[DependenceAnalysis] Dependecies for loads marked with "ivnariant.load" shoul...
Evgeniy Brevnov
2019-11-19
1
-6
/
+19
[next]