summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweak r355278 for compatibility with gcc 6 and earlier.James Y Knight2019-03-021-1/+1
* Tweak r355278 for compatibility with gcc 6 and earlier.James Y Knight2019-03-021-2/+2
* Make the new SanitizerMask code added in r355190 constexpr.James Y Knight2019-03-022-65/+53
* Add test case for add to sub transformation. NFCAmaury Sechet2019-03-021-0/+27
* Reinstate UNSUPPORTED: linux on stop-hook-threads.testPavel Labath2019-03-021-0/+1
* gn build: Add a cfi/sources target.Nico Weber2019-03-021-0/+8
* [lldb] [lit] Pass -pthread on NetBSD as wellMichal Gorny2019-03-021-1/+1
* [lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny2019-03-021-1/+2
* [InstCombine] move add after smin/smaxSanjay Patel2019-03-022-39/+44
* [InstCombine] add tests for add+smin/smax; NFCSanjay Patel2019-03-021-0/+266
* Fix gcc build for r355249Pavel Labath2019-03-021-1/+1
* Add test case for add to sub transformation. NFCAmaury Sechet2019-03-021-0/+30
* Fix update_mir_test_checks.py to run on python3Simon Pilgrim2019-03-021-1/+3
* Use SDValue::getConstantOperandAPInt helper where possible. NFCI.Simon Pilgrim2019-03-022-7/+4
* [clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad2019-03-022-2/+40
* [Transforms] fix typo in test case. NFC.Xing GUO2019-03-021-1/+1
* [Codegen] fix typos in test caseXing GUO2019-03-023-5/+5
* [WebAssembly] Fix crash when __wasm_call_ctor is GCd in programs containing s...Sam Clegg2019-03-022-0/+51
* [llvm-objdump] Should print unknown d_tag in hex formatXing GUO2019-03-024-14/+10
* [WebAssembly] Expand operations not supported by SIMDThomas Lively2019-03-022-0/+467
* [X86] Improve use of SHLD/SHRDAmaury Sechet2019-03-023-25/+15
* [SCEV] Handle case where MaxBECount is less precise than ExactBECount for OR.Florian Hahn2019-03-023-20/+57
* Add test case for truncate funnel shifts. NFCAmaury Sechet2019-03-022-0/+62
* [SCEV] Remove undef check for SCEVConstant (NFC)Florian Hahn2019-03-021-2/+0
* Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov2019-03-024-87/+65
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-026-42/+52
* Revert "[WebAssembly][WIP] Expand operations not supported by SIMD"Thomas Lively2019-03-021-17/+0
* lib/Header: Simplify CMakeLists.txtTom Stellard2019-03-021-39/+30
* [ProfileData] Sort FuncData before iteration to remove non-determinismMandeep Singh Grang2019-03-021-6/+22
* Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW""Vlad Tsyrklevich2019-03-022-3/+15
* Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"Vlad Tsyrklevich2019-03-022-15/+3
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-0211-35/+207
* [WebAssembly] Temporarily disable bulk-memory with -pthreadThomas Lively2019-03-023-35/+5
* [WebAssembly][WIP] Expand operations not supported by SIMDThomas Lively2019-03-021-0/+17
* [llvm] Fix typo: 's/analsyis/analysis/' [NFC]Mandeep Singh Grang2019-03-021-1/+1
* [tblgen] Track CodeInit origins when possibleDaniel Sanders2019-03-024-11/+28
* [sanitizers] Fix build on macOS with LogFullErrorReport redefinition error.Volodymyr Sapsai2019-03-021-1/+1
* llvm-dwarfdump: Add new variable, parameter and inlining statistics; also fun...Caroline Tice2019-03-014-22/+1360
* [NFC][Sanitizer] Replace last uses of old Unwind APIJulian Lettner2019-03-012-25/+24
* [libc++abi] Specify unwind lib before other system libraries when linkingLouis Dionne2019-03-011-2/+2
* [WebAssebmly] Allow __wasm_call_ctors to be GC'edSam Clegg2019-03-0129-479/+239
* [NFC][Sanitizer] Test unexpectedly passes on ppc64be botJulian Lettner2019-03-011-1/+1
* Delete commented-out code.Adrian Prantl2019-03-011-6/+0
* [CMake] Don't use llvm_replace_compiler_optionMartin Storsjo2019-03-011-3/+7
* [sanitizers] Don't use Windows Trace Logging on MinGWMartin Storsjo2019-03-012-3/+15
* Try to fix Windows bots after r355226.Paul Robinson2019-03-011-1/+2
* [NFC][Sanitizer][Windows] Fix refactoring oversightJulian Lettner2019-03-011-1/+1
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-016-52/+42
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-018-52/+53
* [sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov2019-03-014-65/+87
OpenPOWER on IntegriCloud