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
*
[ADCE] Fix non-deterministic behaviour due to iterating over a pointer set.
Amara Emerson
2019-07-16
1
-3
/
+8
*
[DAGCombiner] fold (addcarry (xor a, -1), b, c) -> (subcarry b, a, !c) and fl...
Amaury Sechet
2019-07-16
3
-38
/
+41
*
[SWIG] Deprecate SWIG 1.x
Jonas Devlieghere
2019-07-16
1
-0
/
+5
*
[OpenCL] Fixing sampler initialisations for C++ mode.
Neil Hickey
2019-07-16
3
-12
/
+17
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-16
28
-241
/
+497
*
AMDGPU/GlobalISel: Fix test failures in release build
Matt Arsenault
2019-07-16
15
-466
/
+406
*
[llvm-ar][test] Add to llvm-ar test coverage
Owen Reynolds
2019-07-16
3
-0
/
+252
*
[pstl] Fix compilation with TBB backend
Louis Dionne
2019-07-16
1
-8
/
+8
*
[clangd] Added highlighting for the targets in typedefs and using.
Johan Vikstrom
2019-07-16
2
-4
/
+27
*
Reapply [llvm-ar][test] Increase llvm-ar test coverage
Owen Reynolds
2019-07-16
9
-18
/
+413
*
remove a duplicate declaration
Sylvestre Ledru
2019-07-16
1
-3
/
+0
*
Document the LLVM_ENABLE_BINDINGS option
Sylvestre Ledru
2019-07-16
1
-0
/
+6
*
[Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...
George Rimar
2019-07-16
6
-12
/
+65
*
[Driver] Don't pass --dynamic-linker to ld on Solaris
Rainer Orth
2019-07-16
6
-8
/
+0
*
Reapply [llvm-ar][test] Add to MRI test coverage
Owen Reynolds
2019-07-16
4
-0
/
+139
*
[SemaTemplate] Fix uncorrected typos after pack expansion
Sam McCall
2019-07-16
2
-0
/
+3
*
[clangd] Don't rebuild background index until we indexed one TU per thread.
Sam McCall
2019-07-16
3
-12
/
+14
*
Remove username from git-llvm script, erroneously added in 366197
Sam McCall
2019-07-16
1
-1
/
+1
*
[AArch64] Implement __jcvt intrinsic from Armv8.3-A
Kyrylo Tkachov
2019-07-16
11
-2
/
+94
*
[lldb] Rename Options.inc to CommandOptions.inc [NFC]
Raphael Isemann
2019-07-16
5
-7
/
+7
*
[NFC] Test commit: add full stop at end of comment
Kyrylo Tkachov
2019-07-16
1
-1
/
+1
*
[clang-scan-view] Force utf-8 when handling report (python2 only)
Serge Guelton
2019-07-16
1
-2
/
+2
*
[COFF] Rename variale references in comments after VariableName -> variableNa...
Fangrui Song
2019-07-16
11
-24
/
+24
*
[WebAssembly] Rename variale references in comments after VariableName -> var...
Fangrui Song
2019-07-16
5
-7
/
+7
*
[NFC][PowerPC] Add test case for D64195
Zi Xuan Wu
2019-07-16
1
-0
/
+106
*
[DWARF] Fix the reserved values for unit length in DWARFDebugLine.
Igor Kudrin
2019-07-16
2
-8
/
+8
*
[DWARF] Fix an incorrect format specifier.
Igor Kudrin
2019-07-16
1
-1
/
+1
*
[DWARF] Simplify DWARFAttribute. NFC.
Igor Kudrin
2019-07-16
2
-13
/
+3
*
[lldb] Handle EOF from `lldb-vscode`
Jan Kratochvil
2019-07-16
1
-0
/
+5
*
Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"
Stephan Bergmann
2019-07-16
10
-26
/
+113
*
[NFC][test] Fix for riscv tests.
Puyan Lotfi
2019-07-16
4
-16
/
+16
*
[X86] In combineStore, don't convert v2f32 load/store pairs to f64 loads/stores.
Craig Topper
2019-07-16
1
-3
/
+2
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
25
-106
/
+104
*
[RISCV] Match GNU tools canonical JALR and add aliases
Alex Bradbury
2019-07-16
9
-36
/
+60
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
140
-372
/
+372
*
[RISCV] Avoid overflow when determining number of nops for code align
Alex Bradbury
2019-07-16
2
-2
/
+13
*
[RISCV] Fix a potential issue in shouldInsertFixupForCodeAlign()
Alex Bradbury
2019-07-16
1
-4
/
+3
*
[RISCV][NFC] Split PseudoCALL pattern out from instruction
Alex Bradbury
2019-07-16
1
-2
/
+2
*
[RISCV][NFC] Fix HasStedExtA -> HasStdExtA typo in comment
Alex Bradbury
2019-07-16
1
-1
/
+1
*
[RISCV] Make RISCVELFObjectWriter::getRelocType check IsPCRel
Alex Bradbury
2019-07-16
1
-25
/
+36
*
hwasan: Pad arrays with non-1 size correctly.
Peter Collingbourne
2019-07-16
5
-14
/
+33
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
9
-6
/
+263
*
Revert "[OPENMP]Add support for analysis of if clauses."
Ali Tamur
2019-07-16
27
-494
/
+239
*
AMDGPU: Avoid code predicates for extload PatFrags
Matt Arsenault
2019-07-16
5
-48
/
+72
*
Change a lit test to permit vendor specific clang version
Nathan Lanza
2019-07-16
1
-1
/
+1
*
reland "add -fthinlto-index= option to clang-cl"
Bob Haarman
2019-07-16
2
-1
/
+10
*
Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"
Jonas Devlieghere
2019-07-16
3
-43
/
+52
*
[Sema] Suppress additional warnings for C's zero initializer
Peter Wu
2019-07-16
2
-2
/
+9
*
[InstructionSimplify] Apply sext/trunc after pointer stripping
Michael Liao
2019-07-16
2
-1
/
+14
*
[Target] Remove unused method Target::GetDefaultClangModuleSearchPaths
Alex Langford
2019-07-16
2
-9
/
+0
[next]