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
*
Fixing missing lldb-scripts rename from D68370
Antonio Afonso
2019-10-08
1
-1
/
+1
*
[CMake] Add two more uses of add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
3
-11
/
+2
*
Revert "Add VFS support for sanitizers' blacklist"
Jan Korous
2019-10-08
3
-44
/
+1
*
[lldb] Reverts part of 61f471a
Haibo Huang
2019-10-08
1
-1
/
+6
*
DWIMy filterspecs for dotest.py
Lawrence D'Anna
2019-10-08
2
-19
/
+29
*
[CMake] Track test dependencies with add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
6
-38
/
+37
*
[CMake] Remove stale comment
Jonas Devlieghere
2019-10-08
1
-2
/
+0
*
[MachO] Fix symbol merging during symtab parsing.
Jonas Devlieghere
2019-10-08
2
-23
/
+754
*
[msan] Add interceptors: crypt, crypt_r.
Evgeniy Stepanov
2019-10-08
6
-0
/
+105
*
[clang] Accept -ftrivial-auto-var-init in clang-cl
Vitaly Buka
2019-10-07
2
-2
/
+4
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
8
-214
/
+49
*
[Symbol] Remove unused method ClangASTContext::GetObjCClassName
Alex Langford
2019-10-07
2
-22
/
+0
*
AMDGPU/GlobalISel: Clamp G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-07
3
-149
/
+581
*
[Attributor][NFC] Add debug output
Johannes Doerfert
2019-10-07
1
-1
/
+4
*
[Attributor][FIX] Remove initialize calls and add undefs
Johannes Doerfert
2019-10-07
1
-2
/
+2
*
[Attributor] Use local linkage instead of internal
Johannes Doerfert
2019-10-07
3
-8
/
+8
*
[Attributor] Use abstract call sites for call site callback
Johannes Doerfert
2019-10-07
4
-24
/
+120
*
[tsan, go] fix Go windows build
Vitaly Buka
2019-10-07
2
-0
/
+18
*
[tsan, go] break commands into multiple lines
Vitaly Buka
2019-10-07
1
-3
/
+55
*
[X86] Shrink zero extends of gather indices from type less than i32 to types ...
Craig Topper
2019-10-07
2
-86
/
+48
*
[X86] Add test cases for zero extending a gather index from less than i32 to ...
Craig Topper
2019-10-07
1
-0
/
+102
*
Fix the spelling of my name.
Joerg Sonnenberger
2019-10-07
1
-1
/
+1
*
[sanitizer] Print SIGTRAP for corresponding signal
Vitaly Buka
2019-10-07
2
-0
/
+10
*
[tsan] Don't delay SIGTRAP handler
Vitaly Buka
2019-10-07
2
-4
/
+34
*
Add VFS support for sanitizers' blacklist
Jan Korous
2019-10-07
3
-1
/
+44
*
[X86] Add new calling convention that guarantees tail call optimization
Reid Kleckner
2019-10-07
31
-19
/
+703
*
[WebAssembly] Fix unwind mismatch stat computation
Heejin Ahn
2019-10-07
2
-3
/
+9
*
[llvm-lipo] Add TextAPI to LINK_COMPONENTS
Heejin Ahn
2019-10-07
1
-0
/
+1
*
[Diagnostics] Emit better -Wbool-operation's warning message if we known that...
David Bolvansky
2019-10-07
4
-8
/
+12
*
[Attributor][FIX] Remove assertion wrong for on invalid IRPositions
Johannes Doerfert
2019-10-07
1
-2
/
+0
*
[libc++] Remove C++03 variadics in shared_ptr (v2)
Zoe Carver
2019-10-07
1
-70
/
+0
*
[CMake] We only want to copy the headers for macOS.
Davide Italiano
2019-10-07
1
-0
/
+2
*
[llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macro
Cameron McInally
2019-10-07
1
-0
/
+1
*
Mark constructor as default and remove implementation (NFC)
Adrian Prantl
2019-10-07
2
-3
/
+1
*
[WebAssembly] Add memory intrinsics handling to mayThrow()
Heejin Ahn
2019-10-07
2
-1
/
+61
*
[llvm-lipo] Relax the check of the specified input file architecture
Alexander Shaposhnikov
2019-10-07
1
-6
/
+12
*
[Attributor] Deduce memory behavior of functions and arguments
Johannes Doerfert
2019-10-07
17
-163
/
+710
*
[InstCombine] Fold conditional sign-extend of high-bit-extract into high-bit-...
Roman Lebedev
2019-10-07
2
-19
/
+129
*
[InstCombine][NFC] Tests for "conditional sign-extend of high-bit-extract" pa...
Roman Lebedev
2019-10-07
1
-0
/
+1040
*
[InstCombine] Move isSignBitCheck(), handle rest of the predicates
Roman Lebedev
2019-10-07
2
-28
/
+39
*
[InstCombine][NFC] dropRedundantMaskingOfLeftShiftInput(): change how we deal...
Roman Lebedev
2019-10-07
1
-70
/
+62
*
[InstCombine] dropRedundantMaskingOfLeftShiftInput(): propagate undef shift a...
Roman Lebedev
2019-10-07
6
-5
/
+38
*
[Bitcode] Update naming of UNOP_NEG to UNOP_FNEG
Cameron McInally
2019-10-07
3
-3
/
+3
*
[debugserver] Include the correct header.
Davide Italiano
2019-10-07
1
-1
/
+1
*
[AccelTable] Remove stale comment (NFC)
Jonas Devlieghere
2019-10-07
1
-2
/
+0
*
[test] Rename `Modules` to `ObjectFile` (NFC)
Jonas Devlieghere
2019-10-07
62
-0
/
+0
*
[MachO] Shuffle some things around in ParseSymtab (NFC)
Jonas Devlieghere
2019-10-07
1
-5
/
+4
*
[gdb-remote] process properly effective uid
Walter Erquinigo
2019-10-07
2
-3
/
+7
*
[OPENMP]Fix caonical->canonical, NFC.
Alexey Bataev
2019-10-07
2
-4
/
+4
*
Attempt to fix a few clang-tidy tests on Windows, see PR43593.
Nico Weber
2019-10-07
4
-4
/
+4
[next]