summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."Evgeniy Stepanov2019-03-014-29/+21
* [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for Powe...Stefan Pintilie2019-03-015-7/+6
* [X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsicsCraig Topper2019-03-012-121/+136
* [X86] Add test case for D58805. NFCCraig Topper2019-03-011-0/+20
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-019-27/+68
* [sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.Evgeniy Stepanov2019-03-014-21/+29
* [TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...Craig Topper2019-03-0112-68/+137
* [ValueTracking] Known bits support for unsigned saturating add/subNikita Popov2019-03-012-0/+102
* [InstCombine] Extend saturating idempotent atomicrmw transform to FPPhilip Reames2019-03-012-5/+13
* [InstCombine] move add after umin/umaxSanjay Patel2019-03-012-33/+53
* [InstCombine] add tests for umin/umax narrowing (PR14613); NFCSanjay Patel2019-03-011-0/+34
* Revert "[MIPS GlobalISel] Fix mul operands"Vlad Tsyrklevich2019-03-015-60/+35
* ELF: Change FileSize back to a uint64_t.Peter Collingbourne2019-03-015-3/+24
* [LICM] Infer proper alignment from loads during scalar promotionPhilip Reames2019-03-013-15/+33
* [PGO] Remove the default parameter in ProfileSummary API. NFCRong Xu2019-03-012-5/+2
* [Tests] More missing atomicrmw combinesPhilip Reames2019-03-011-0/+25
* [msan] Add an interceptor for ttyname().Evgeniy Stepanov2019-03-013-3/+22
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-0112-63/+121
* [Tests] Add tests for missed optimizations of saturating and idempotent FP at...Philip Reames2019-03-011-0/+23
* [lld][test] Fix tests. llvm-readobj now emits symbol section names.Matt Davis2019-03-012-2/+2
* [InstCombine] Extend "idempotent" atomicrmw optimizations to floating pointPhilip Reames2019-03-012-2/+40
* [PGO] Use the explicit parameter in ProfileSummary API. NFCRong Xu2019-03-011-1/+4
* Revert "[WebAssembly] Lower SIMD shifts since they are fixed in V8"Thomas Lively2019-03-011-0/+5
* [llvm-readobj] Display section names for STT_SECTION symbols.Matt Davis2019-03-0110-25/+35
* [InstCombine] add tests for add+umin/umax canonicalization; NFCSanjay Patel2019-03-011-0/+227
* Hide two unused debugging methods, NFCI.Jonas Hahnfeld2019-03-012-0/+8
* Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet2019-03-018-28/+89
OpenPOWER on IntegriCloud