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
*
Tweak r355278 for compatibility with gcc 6 and earlier.
James Y Knight
2019-03-02
1
-1
/
+1
*
Tweak r355278 for compatibility with gcc 6 and earlier.
James Y Knight
2019-03-02
1
-2
/
+2
*
Make the new SanitizerMask code added in r355190 constexpr.
James Y Knight
2019-03-02
2
-65
/
+53
*
Add test case for add to sub transformation. NFC
Amaury Sechet
2019-03-02
1
-0
/
+27
*
Reinstate UNSUPPORTED: linux on stop-hook-threads.test
Pavel Labath
2019-03-02
1
-0
/
+1
*
gn build: Add a cfi/sources target.
Nico Weber
2019-03-02
1
-0
/
+8
*
[lldb] [lit] Pass -pthread on NetBSD as well
Michal Gorny
2019-03-02
1
-1
/
+1
*
[lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSD
Michal Gorny
2019-03-02
1
-1
/
+2
*
[InstCombine] move add after smin/smax
Sanjay Patel
2019-03-02
2
-39
/
+44
*
[InstCombine] add tests for add+smin/smax; NFC
Sanjay Patel
2019-03-02
1
-0
/
+266
*
Fix gcc build for r355249
Pavel Labath
2019-03-02
1
-1
/
+1
*
Add test case for add to sub transformation. NFC
Amaury Sechet
2019-03-02
1
-0
/
+30
*
Fix update_mir_test_checks.py to run on python3
Simon Pilgrim
2019-03-02
1
-1
/
+3
*
Use SDValue::getConstantOperandAPInt helper where possible. NFCI.
Simon Pilgrim
2019-03-02
2
-7
/
+4
*
[clang-format] clang-format off/on not respected when using C Style comments
Paul Hoad
2019-03-02
2
-2
/
+40
*
[Transforms] fix typo in test case. NFC.
Xing GUO
2019-03-02
1
-1
/
+1
*
[Codegen] fix typos in test case
Xing GUO
2019-03-02
3
-5
/
+5
*
[WebAssembly] Fix crash when __wasm_call_ctor is GCd in programs containing s...
Sam Clegg
2019-03-02
2
-0
/
+51
*
[llvm-objdump] Should print unknown d_tag in hex format
Xing GUO
2019-03-02
4
-14
/
+10
*
[WebAssembly] Expand operations not supported by SIMD
Thomas Lively
2019-03-02
2
-0
/
+467
*
[X86] Improve use of SHLD/SHRD
Amaury Sechet
2019-03-02
3
-25
/
+15
*
[SCEV] Handle case where MaxBECount is less precise than ExactBECount for OR.
Florian Hahn
2019-03-02
3
-20
/
+57
*
Add test case for truncate funnel shifts. NFC
Amaury Sechet
2019-03-02
2
-0
/
+62
*
[SCEV] Remove undef check for SCEVConstant (NFC)
Florian Hahn
2019-03-02
1
-2
/
+0
*
Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."
Evgeniy Stepanov
2019-03-02
4
-87
/
+65
*
Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"
Vlad Tsyrklevich
2019-03-02
6
-42
/
+52
*
Revert "[WebAssembly][WIP] Expand operations not supported by SIMD"
Thomas Lively
2019-03-02
1
-17
/
+0
*
lib/Header: Simplify CMakeLists.txt
Tom Stellard
2019-03-02
1
-39
/
+30
*
[ProfileData] Sort FuncData before iteration to remove non-determinism
Mandeep Singh Grang
2019-03-02
1
-6
/
+22
*
Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW""
Vlad Tsyrklevich
2019-03-02
2
-3
/
+15
*
Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"
Vlad Tsyrklevich
2019-03-02
2
-15
/
+3
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
11
-35
/
+207
*
[WebAssembly] Temporarily disable bulk-memory with -pthread
Thomas Lively
2019-03-02
3
-35
/
+5
*
[WebAssembly][WIP] Expand operations not supported by SIMD
Thomas Lively
2019-03-02
1
-0
/
+17
*
[llvm] Fix typo: 's/analsyis/analysis/' [NFC]
Mandeep Singh Grang
2019-03-02
1
-1
/
+1
*
[tblgen] Track CodeInit origins when possible
Daniel Sanders
2019-03-02
4
-11
/
+28
*
[sanitizers] Fix build on macOS with LogFullErrorReport redefinition error.
Volodymyr Sapsai
2019-03-02
1
-1
/
+1
*
llvm-dwarfdump: Add new variable, parameter and inlining statistics; also fun...
Caroline Tice
2019-03-01
4
-22
/
+1360
*
[NFC][Sanitizer] Replace last uses of old Unwind API
Julian Lettner
2019-03-01
2
-25
/
+24
*
[libc++abi] Specify unwind lib before other system libraries when linking
Louis Dionne
2019-03-01
1
-2
/
+2
*
[WebAssebmly] Allow __wasm_call_ctors to be GC'ed
Sam Clegg
2019-03-01
29
-479
/
+239
*
[NFC][Sanitizer] Test unexpectedly passes on ppc64be bot
Julian Lettner
2019-03-01
1
-1
/
+1
*
Delete commented-out code.
Adrian Prantl
2019-03-01
1
-6
/
+0
*
[CMake] Don't use llvm_replace_compiler_option
Martin Storsjo
2019-03-01
1
-3
/
+7
*
[sanitizers] Don't use Windows Trace Logging on MinGW
Martin Storsjo
2019-03-01
2
-3
/
+15
*
Try to fix Windows bots after r355226.
Paul Robinson
2019-03-01
1
-1
/
+2
*
[NFC][Sanitizer][Windows] Fix refactoring oversight
Julian Lettner
2019-03-01
1
-1
/
+1
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)
Jonas Devlieghere
2019-03-01
6
-52
/
+42
*
[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace
Julian Lettner
2019-03-01
8
-52
/
+53
*
[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.
Evgeniy Stepanov
2019-03-01
4
-65
/
+87
[next]