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
*
gn build: Merge 25ee861372f
LLVM GN Syncbot
2019-11-07
2
-1
/
+1
*
[debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils
Daniel Sanders
2019-11-07
6
-40
/
+28
*
[compiler-rt] Fix tests after 03b84e4f6d0
Jan Korous
2019-11-07
2
-2
/
+2
*
BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...
Jim Ingham
2019-11-07
3
-1
/
+25
*
[clang] Report sanitizer blacklist as a dependency in cc1
Jan Korous
2019-11-07
6
-21
/
+62
*
Revert "[MachineVerifier] Improve verification of live-in lists.
Galina Kistanova
2019-11-07
5
-154
/
+0
*
[codeview] Reference types in type parent scopes
Reid Kleckner
2019-11-07
4
-16
/
+170
*
[Diagnostics] Teach -Wnull-dereference about address_space attribute
Dávid Bolvanský
2019-11-07
2
-14
/
+29
*
[CodeGenModule] Group blocks runtime globals together, NFC
Vedant Kumar
2019-11-07
1
-4
/
+4
*
[lldb] Improve assert in GDBRemoteCommunicationReplayServer
Jonas Devlieghere
2019-11-07
1
-1
/
+8
*
[InstCombine] Add test cases to show bad canonicalization of bitcasts between...
Craig Topper
2019-11-07
1
-0
/
+19
*
[Sema] Fixes a crash with a templated destructor
Mark de Wever
2019-11-07
2
-4
/
+13
*
[clang] Add -fdebug-default-version for specifying the default DWARF version
David Blaikie
2019-11-07
5
-1
/
+76
*
Wrong debug info generated at -O2 (-O0 is correct)
Vedant Kumar
2019-11-07
8
-8
/
+73
*
crashlog.py: Improve regular expressions
Adrian Prantl
2019-11-07
2
-13
/
+63
*
Revert "[Sema] Suppress -Wchar-subscripts if the index is a literal char"
Edward Jones
2019-11-07
2
-15
/
+1
*
FDRRecords - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-07
1
-3
/
+3
*
ImutAVLTree::validateTree - fix null dereference typo warning. NFCI.
Simon Pilgrim
2019-11-07
1
-2
/
+1
*
canFoldMergeOpcode returns a bool result not an unsigned. NFCI.
Simon Pilgrim
2019-11-07
1
-2
/
+2
*
Fix warning about unused std::unique result, erase shifted elements
Reid Kleckner
2019-11-07
1
-8
/
+11
*
[AsmWritter] Fixed "null check after dereferencing" warning
Dávid Bolvanský
2019-11-07
1
-4
/
+2
*
[RISCV] Fix up tests on Windows after new usage of sys::path::append
Reid Kleckner
2019-11-07
2
-22
/
+22
*
[XCOFF] Add back extern template declarations
Reid Kleckner
2019-11-07
1
-0
/
+6
*
Revert "[XCOFF] Fix link errors from explicit template instantiation"
Reid Kleckner
2019-11-07
2
-10
/
+0
*
[XCOFF] Fix link errors from explicit template instantiation
Reid Kleckner
2019-11-07
2
-0
/
+10
*
[llvm-ar] Support verbose mode for operation 'x'
Fangrui Song
2019-11-07
2
-4
/
+17
*
[XCOFF] Move explicit instantions after member function definitions to fix cl...
Fangrui Song
2019-11-07
1
-4
/
+4
*
[InstCombine] canonicalize shift+logic+shift to reduce dependency chain
Sanjay Patel
2019-11-07
3
-31
/
+77
*
X86FrameLowering - fix bool to unsigned cast static analyzer warnings. NFCI.
Simon Pilgrim
2019-11-07
1
-7
/
+7
*
MachineMemOperand::getBaseAlignment() - fix "shift of i32 then extended to i6...
Simon Pilgrim
2019-11-07
1
-1
/
+1
*
TypeRecord - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-07
1
-26
/
+26
*
PostRAScheduler - fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-07
1
-1
/
+1
*
ManagedStringPool - pre-increment iterator. NFC.
Simon Pilgrim
2019-11-07
1
-1
/
+1
*
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
[next]