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
*
[OMPT] Fix tool initialization returning 0
Joachim Protze
2018-02-06
1
-0
/
+6
*
Revert "[MergeICmps] Enable the MergeICmps Pass by default."
Clement Courbet
2018-02-06
4
-20
/
+46
*
[MergeICmps] Enable the MergeICmps Pass by default.
Clement Courbet
2018-02-06
4
-46
/
+20
*
[ThinLTO] fix test failure without x86 backend
Hiroshi Inoue
2018-02-06
2
-0
/
+3
*
[X86] Modify a few tests to not use icmps that are provably false.
Craig Topper
2018-02-06
3
-17
/
+15
*
AMDGPU/MemoryModel: Fix monotonic atomic loads
Konstantin Zhuravlyov
2018-02-06
2
-3
/
+4
*
ThinLTOBitcodeWriter: Do not include module-level inline asm in the merged mo...
Peter Collingbourne
2018-02-06
2
-0
/
+13
*
No, really this time mark 3034 as 'Patch Ready'
Marshall Clow
2018-02-06
1
-2
/
+2
*
[DAGCombiner] Pass the original load to ExtendSetCCUses not the turncate.
Craig Topper
2018-02-06
1
-11
/
+12
*
Mark issue 3034 as 'Patch Ready'
Marshall Clow
2018-02-06
1
-2
/
+2
*
Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...
Nirav Dave
2018-02-06
8
-276
/
+17
*
Fix crash on invalid.
Richard Trieu
2018-02-06
2
-1
/
+17
*
More patches ready
Marshall Clow
2018-02-06
1
-7
/
+7
*
[COFF] Add minimal support for /guard:cf
Reid Kleckner
2018-02-06
14
-53
/
+632
*
[WebAssembly] Fix test expectations after r324274
Derek Schuff
2018-02-06
2
-80
/
+33
*
Update test expectations after reverting PLT change
Reid Kleckner
2018-02-06
2
-15
/
+15
*
[RISCV] Add support for %pcrel_lo.
Ahmed Charles
2018-02-06
9
-12
/
+65
*
Fix test/Driver/sanitizer-ld.c broken by D40903
Alex Shlyapnikov
2018-02-06
1
-43
/
+43
*
Revert "Don't assume a null GV is local for ELF and MachO."
Reid Kleckner
2018-02-06
7
-34
/
+27
*
Add -no-allow-multiple-definition, -no-pic-executable and -no-warn-common.
Rui Ueyama
2018-02-06
5
-10
/
+15
*
[ThinLTO] Remove dead and dropped symbol declarations when possible
Teresa Johnson
2018-02-06
4
-10
/
+90
*
Fix regex from r324279 more better.
Paul Robinson
2018-02-06
1
-1
/
+1
*
Fix LLD wasm error check on Windows, which prints "lld.EXE: error: ..."
Reid Kleckner
2018-02-06
1
-1
/
+1
*
[Sanitizers] Basic Solaris sanitizer support (PR 33274)
Alex Shlyapnikov
2018-02-05
5
-7
/
+59
*
[X86] Auto-generate complete checks. NFC
Craig Topper
2018-02-05
1
-21
/
+54
*
[X86] Relax restrictions on what setcc condition codes can be folded with a s...
Craig Topper
2018-02-05
3
-8
/
+7
*
[testsuite] Skip a flakey test.
Davide Italiano
2018-02-05
1
-0
/
+1
*
Add issues in 'Review'
Marshall Clow
2018-02-05
1
-3
/
+23
*
LTO: Also include dso-local bit for calls in ThinLTO cache key.
Peter Collingbourne
2018-02-05
2
-1
/
+26
*
Remove <experimental/string_view>; use <string_view> instead. See https://lib...
Marshall Clow
2018-02-05
84
-17023
/
+1
*
[LoopStrengthReduce, x86] don't add cost for a cmp that will be macro-fused (...
Sanjay Patel
2018-02-05
9
-49
/
+73
*
Disable test_restart_bug failing on Android
Eugene Zemtsov
2018-02-05
1
-0
/
+1
*
Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...
Jason Molenda
2018-02-05
1
-1
/
+5
*
IRGen: Move vtable load after argument evaluation.
Peter Collingbourne
2018-02-05
11
-107
/
+146
*
[PEI] Fix failing test caused by r324283
Francis Visoiu Mistrih
2018-02-05
1
-0
/
+6
*
[Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9
Vitaly Buka
2018-02-05
1
-1
/
+7
*
[PEI][NFC] Move StackSize opt-remark code next to -warn-stack code
Francis Visoiu Mistrih
2018-02-05
1
-7
/
+6
*
[demangler] Refactor the type parser
Erik Pilkington
2018-02-05
1
-821
/
+595
*
CMake: fix build directory name in clean rule
Adrian Prantl
2018-02-05
1
-1
/
+1
*
[lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.
Davide Italiano
2018-02-05
1
-1
/
+0
*
Fix Windows bots for test from r324270.
Paul Robinson
2018-02-05
1
-1
/
+1
*
[LowerMemIntrinsics] Update uses of deprecated MemIntrinsic::getAlignment API...
Daniel Neilson
2018-02-05
1
-7
/
+7
*
[clangd] Add a cstring include for strerror.
Benjamin Kramer
2018-02-05
1
-0
/
+1
*
[InstCombine] don't try to evaluate instructions with >1 use (revert r324014)
Sanjay Patel
2018-02-05
3
-30
/
+30
*
refactor: DWARFCompileUnit::Producer -> DWARFProducer
Jan Kratochvil
2018-02-05
3
-18
/
+14
*
[SDAG] Legalize all CondCodes by inverting them and/or swapping operands
Krzysztof Parzyszek
2018-02-05
1
-12
/
+19
*
[SimplifyLibCalls] Update from deprecated IRBuilder API for creating memory i...
Daniel Neilson
2018-02-05
1
-25
/
+23
*
Replace ApplyDynamicRelocs with WriteAddends.
Rafael Espindola
2018-02-05
3
-7
/
+8
*
[DWARF] Regularize dumping strings from line tables.
Paul Robinson
2018-02-05
25
-101
/
+124
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
27
-81
/
+853
[next]