summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix "field 'DFS' will be initialized after field 'DTU'" warning. NFCI.Simon Pilgrim2019-02-151-1/+1
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-152-2/+32
* [OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova2019-02-159-41/+28
* [ASTImporter] Import every Decl in lambda recordGabor Marton2019-02-152-7/+23
* [BPI] Look through bitcasts in calcZeroHeuristicSam Parker2019-02-152-1/+110
* [NFC] Promote DFS to field for further useMax Kazantsev2019-02-151-2/+2
* [X86][AVX] lowerShuffleAsLanePermuteAndPermute - fully populate the lane shuf...Simon Pilgrim2019-02-152-3/+12
* [clangd] Unlink VFS working dir from OS working dir. Reland of r351051Sam McCall2019-02-151-2/+3
* [ARM GlobalISel] Style fix. NFCIDiana Picus2019-02-151-1/+5
* Fix the gdb-client test suite for python3Pavel Labath2019-02-151-12/+5
* [ARM GlobalISel] Support branches for Thumb2Diana Picus2019-02-155-44/+100
* Sort files in source/Host/CMakeLists.txtPavel Labath2019-02-151-4/+4
* [RISCV] Add assembler support for LA pseudo-instructionAlex Bradbury2019-02-154-20/+145
* [RISCV] Support assembling %got_pcrel_hi operatorAlex Bradbury2019-02-1510-14/+72
* Revert "[Analysis] -Wunreachable-code shouldn't fire on the increment of a fo...Sam McCall2019-02-152-9/+0
* [ARM CGP] Fix ConvertTruncsSam Parker2019-02-153-103/+123
* [NFC] Tweak SplitBlockAndInsertIfThen to use existing ThenBlockMax Kazantsev2019-02-152-10/+20
* Fix lldb-server test suite for python3Pavel Labath2019-02-156-16/+46
* Use sys.executable in lldb-dotestPavel Labath2019-02-151-1/+1
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-153-22/+44
* Remove redundant semicolon after namespace-closing '}'Pavel Labath2019-02-151-1/+1
* [Analysis] -Wunreachable-code shouldn't fire on the increment of a foreach loopSam McCall2019-02-152-0/+9
* [TEST] Update test comments, refactor checks with update_test_checks.pyMax Kazantsev2019-02-151-90/+216
* Fix for build bot problem from last changeAaron Smith2019-02-151-3/+3
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-155-41/+111
* X86: Replace isSafeToClobberEFLAGS implementationMatt Arsenault2019-02-152-86/+5
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-159-184/+89
* Revert "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."Francis Visoiu Mistrih2019-02-152-58/+0
* [lit][NFC] Cleanup copy&paste naming mistakeJulian Lettner2019-02-152-5/+5
* [llvm-cxxfilt] Fix a comment typo. NFC.Matt Davis2019-02-151-1/+1
* [GISel][NFC]: Add methods to speed up insertion into GISelWorklistAditya Nandakumar2019-02-153-4/+46
* [libFuzzer] print new functions as they are discovered in the fork modeKostya Serebryany2019-02-154-11/+33
* Fix implementation of [temp.local]p4.Richard Smith2019-02-159-89/+184
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-1521-218/+387
* Fixed failure on Darwin due to r354064Ana Pazos2019-02-151-1/+0
* [libFuzzer] fix the unit testsKostya Serebryany2019-02-153-12/+14
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-154-25/+33
* LLD/AMDGPU: Preserve ABI version during linking ELF for AMDGPUKonstantin Zhuravlyov2019-02-145-3/+38
* AMDGPU: Set ABI version to 1 for code object v3Konstantin Zhuravlyov2019-02-144-10/+23
* [Driver][Darwin] Emit an error when using -pg on OS without support for it.Volodymyr Sapsai2019-02-143-14/+29
* [symbolizer] Avoid collecting symbols belonging to invalid sections.Matt Davis2019-02-142-0/+17
* Revert "[INLINER] allow inlining of address taken blocks"Nick Desaulniers2019-02-143-15/+2
* Revert "Revert "[lld] Fix elf::unlinkAsync detached thread""Nick Desaulniers2019-02-141-2/+19
* Revert "[lld] Fix elf::unlinkAsync detached thread"Nick Desaulniers2019-02-141-19/+2
* [INLINER] allow inlining of address taken blocksNick Desaulniers2019-02-143-2/+15
* [lld] Fix elf::unlinkAsync detached threadVitaly Buka2019-02-141-2/+19
* [x86] add tests for extractelement of FP; NFCSanjay Patel2019-02-141-0/+483
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-149-58/+90
* [clang][FileManager] fillRealPathName even if we aren't opening the fileJan Korous2019-02-142-0/+17
* [Sema] Fix-up a -Wfloat-conversion diagnosticErik Pilkington2019-02-143-16/+23
OpenPOWER on IntegriCloud