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
*
X86CondBrFolding - remove non-existent fixBranchProb function. NFC.
Simon Pilgrim
2019-11-07
1
-2
/
+0
*
AsmWriterOperand - fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-07
1
-1
/
+1
*
Using crtp to refactor the xcoff section header
diggerlin
2019-11-07
3
-25
/
+36
*
[lldb] Comment typo fix
Jan Kratochvil
2019-11-07
1
-1
/
+1
*
comment shiftamountthreshold
joanlluch
2019-11-07
1
-0
/
+1
*
[openmp] [test] Skip one more test that kills NetBSD buildbot
Michał Górny
2019-11-07
1
-0
/
+3
*
[OPENMP][DOCS] Update OpenMP status (NFC)
Alexey Bataev
2019-11-07
1
-2
/
+4
*
[Sema] Suppress -Wchar-subscripts if the index is a literal char
Edward Jones
2019-11-07
2
-1
/
+15
*
[GWP-ASan] Respect compiler-rt's -fno-lto
Mitch Phillips
2019-11-07
1
-1
/
+2
*
[RISCV] Add riscv{32,64} to ALL_CRT_SUPPORTED_ARCH list
Edward Jones
2019-11-07
1
-1
/
+1
*
[SDAG] reduce code duplication; NFC
Sanjay Patel
2019-11-07
1
-18
/
+11
*
Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...
Melanie Blower
2019-11-07
13
-19
/
+540
*
[RISCV] Improve sysroot computation if no GCC install detected
Edward Jones
2019-11-07
11
-7
/
+82
*
[SDAG] reduce code duplication; NFC
Sanjay Patel
2019-11-07
1
-4
/
+4
*
[OpenCL] Add geometric and relational builtin functions
Sven van Haastregt
2019-11-07
1
-0
/
+100
*
[OpenCL] Add integer builtin functions
Sven van Haastregt
2019-11-07
2
-11
/
+70
*
[lldb] Add -m option to 'target modules dump symtab' to disable demangling
Raphael Isemann
2019-11-07
8
-16
/
+86
*
SampleProfWriter - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-07
1
-2
/
+2
*
CodeGen: set correct result for atomic compound expressions
Tim Northover
2019-11-07
2
-9
/
+73
*
[libc++] Fix potential OOB in poisson_distribution
Louis Dionne
2019-11-07
3
-22
/
+98
*
[ConstantRange][LVI] Use overflow flags from `sub` to constrain the range
Roman Lebedev
2019-11-07
2
-6
/
+4
*
[OpenCL] Add math and common builtin functions
Sven van Haastregt
2019-11-07
1
-18
/
+153
*
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...
Louis Dionne
2019-11-07
5
-7
/
+15
*
[libc++] Fix some constexpr tests broken by D68837
Louis Dionne
2019-11-07
4
-4
/
+4
*
[ThinLTO] Import readonly vars with refs
evgeny
2019-11-07
12
-31
/
+76
*
[SLP] allow forming 2-way reduction patterns
Sanjay Patel
2019-11-07
4
-20
/
+43
*
[NFC][CVP] Add some tests for `sub` with preexisting no-wrap flags
Roman Lebedev
2019-11-07
1
-0
/
+216
*
[mips] Set macros for Octeon+ CPU
Simon Atanasyan
2019-11-07
2
-2
/
+15
*
[mips] Add `octeon+` to the list of CPUs accepted by the driver
Simon Atanasyan
2019-11-07
6
-3
/
+23
*
[mips] Write `AFL_EXT_OCTEONP` flag to the `.MIPS.abiflags` section
Simon Atanasyan
2019-11-07
2
-1
/
+9
*
[mips] Support `octeon+` CPU in the `.set arch=` directive
Simon Atanasyan
2019-11-07
2
-2
/
+7
*
[mips] Implement Octeon+ `saa` and `saad` instructions
Simon Atanasyan
2019-11-07
18
-16
/
+410
*
Revert f0c2a5a "[LV] Generalize conditions for sinking instrs for first order...
Hans Wennborg
2019-11-07
2
-271
/
+14
*
[clangd] NFC, hide the internal-only utility function lex.
Haojian Wu
2019-11-07
1
-3
/
+4
*
[lldb-server] Add setting to force 'g' packet use
Guilherme Andrade
2019-11-07
10
-21
/
+127
*
[clang-rename] Respect the traversal scope when traversing the entire AST.
Haojian Wu
2019-11-07
1
-1
/
+1
*
Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...
Hans Wennborg
2019-11-07
4
-31
/
+10
*
[clangd] Add unit tests for comments in system headers
Ilya Biryukov
2019-11-07
1
-0
/
+27
*
[clang-format] Make '.clang-format' variants finding a loop (NFC)
Anders Waldenborg
2019-11-07
1
-31
/
+27
*
[clangd] Set RetainCommentsFromSystemHeaders to true
Ilya Biryukov
2019-11-07
2
-0
/
+2
*
[AMDGPU] Fix bug introduced in 47a5c36b37f0
dfukalov
2019-11-07
2
-5
/
+16
*
[Syntax] Silence "unused function" warning in no-assert builds. NFC
Ilya Biryukov
2019-11-07
1
-0
/
+2
*
[llvm-readobj] - Simplify elf-hash-symbols.test. NFCI.
Georgii Rymar
2019-11-07
1
-10
/
+24
*
[X86] Remove unused variable. NFC
Craig Topper
2019-11-06
1
-1
/
+0
*
[X86] Remove dead code from combineStore.
Craig Topper
2019-11-06
1
-44
/
+10
*
[Clang] Add ENABLE_LINKER_BUILD_ID to Hurd driver.
kristina
2019-11-07
1
-0
/
+4
*
Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...
Eric Christopher
2019-11-06
7
-174
/
+131
*
[OPENMP] [DOCS] fix section formatting issues [NFC]
Kelvin Li
2019-11-06
1
-13
/
+10
*
Keep import function list for inlinee profile update
Wenlei He
2019-11-06
4
-8
/
+99
*
[AArch64][SVE] Add remaining patterns and intrinsics for add/sub/mad patterns
Danilo Carvalho Grael
2019-11-06
8
-29
/
+901
[next]