summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added an assert in `isConstantInitializer`: initializer lists must be in sema...Dmitri Gribenko2019-05-101-0/+1
* [PPC64] Define getThunkSectionSpacing() based on the range of R_PPC64_REL24Fangrui Song2019-05-109-59/+101
* Assume `__cxa_allocate_exception` returns an under-aligned memory onAkira Hatanaka2019-05-109-18/+148
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-103-5/+6
* [WebAssembly] Don't assume that strongly defined symbols are DSO-localSam Clegg2019-05-106-16/+27
* [WebAssembly] Remove friend18.C from list of known gcc torture test failures....Sam Clegg2019-05-101-1/+0
* [libFuzzer] code refactoring; NFCKostya Serebryany2019-05-105-45/+45
* [libFuzzer] small refactoring in the driver; dummy implementation of collect_...Kostya Serebryany2019-05-104-21/+44
* [Docs] Fix table formatting in Pytho referenceJonas Devlieghere2019-05-101-98/+98
* Disable the step over skipping calls feature since buildbots are not happy.Greg Clayton2019-05-101-2/+2
* [llvm] X86DiscriminateMemOps: insert debug info when missingMircea Trofin2019-05-102-2/+58
* [AMDGPU] Pattern for v_xor3_b32Stanislav Mekhanoshin2019-05-109-1/+405
* [compiler-rt] Migrate to _zx_clock_get_new/_zx_clock_get_monotonicPetr Hosek2019-05-091-2/+7
* [X86] Improve lowering of idemptotent RMW operationsPhilip Reames2019-05-092-66/+111
* [JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.Lang Hames2019-05-092-10/+10
* Compile time tweak for libcall lookupPhilip Reames2019-05-091-0/+5
* [libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse2019-05-094-1/+37
* [NFC][compiler-rt][builtins] Tidy and match comments for floating point opera...Leonard Chan2019-05-099-102/+94
* [TSan][libdispatch] Enable test that supposedly deadlocks on botJulian Lettner2019-05-091-2/+0
* Remember to decay arrays to pointers before checking whether theRichard Smith2019-05-092-3/+19
* [Docs] Port python reference pageJonas Devlieghere2019-05-092-0/+823
* [libFuzzer] perform more agressive value profiling in memcmpKostya Serebryany2019-05-092-3/+9
* [ORC] Simplify logic for updating edges when should-discard atoms are pruned.Lang Hames2019-05-091-16/+4
* [JITLink] Improve/fix some JITLink debugging output.Lang Hames2019-05-092-9/+11
* [ORC] Fix a formatting bug.Lang Hames2019-05-091-1/+1
* Add ".dword" directiveBill Wendling2019-05-092-3/+44
* llvm-dwarfdump: Add dwo parsing to --statistics.Caroline Tice2019-05-094-1/+1463
* [MSan] Introduce __msan_unpoison_param().Matt Morehouse2019-05-094-0/+58
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-098-12/+297
* DebugInfo/DWARF: Minor expression simplificationDavid Blaikie2019-05-091-1/+1
* [COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFCReid Kleckner2019-05-095-83/+78
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-095-10/+38
* NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-...Alex Lorenz2019-05-091-1/+1
* Use UNSUPPORTED: windows in shtest-timeout.py. Apparently system-windows does...Stella Stamenova2019-05-091-1/+3
* [libFuzzer] simplify value-profile-mem.test a little bitKostya Serebryany2019-05-091-1/+2
* Fix TestVSCode_attach on LinuxStella Stamenova2019-05-091-4/+7
* DR1872: don't allow any calls to virtual functions in constantRichard Smith2019-05-098-19/+87
* Simplify tracking of end of consumed decl-specifier sequence.Richard Smith2019-05-091-11/+7
* Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED...Stella Stamenova2019-05-093-3/+3
* Revert "[WebAssembly] Don't generate unused table entries."Sam Clegg2019-05-094-28/+26
* [CodeGen] Add comment about FSUB <-> FNEG xformsCameron McInally2019-05-091-0/+4
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).Alexey Bataev2019-05-099-16/+112
* [AMDGPU] gfx1010 v_interp_* instructionsStanislav Mekhanoshin2019-05-091-6/+11
* Specify target triple to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-093-3/+3
* [OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev2019-05-0941-69/+121
* Specify ObjC runtime to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-093-3/+3
* [X86][SSE] Fold add(shuffle(),shuffle()) to hadd on 'slow' targets (PR39920)Simon Pilgrim2019-05-097-1250/+401
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-0924-214/+232
* check_clang_tidy.py now passes `-format-style=none` to clang_tidyDmitri Gribenko2019-05-091-7/+19
* [DAGCombiner] Limit number of nodes explored as store candidates.Florian Hahn2019-05-091-2/+5
OpenPOWER on IntegriCloud