summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NFC] API for signaling that the current loop is being deletedMax Kazantsev2019-02-191-9/+30
* [NFC] Store loop header in a local to keep it available after the loop is del...Max Kazantsev2019-02-191-11/+9
* [mips] Create LA25 thunks for MIPS R6 codeSimon Atanasyan2019-02-192-25/+49
* [MIPS] Handle cross-mode (regular <-> microMIPS) jumpsSimon Atanasyan2019-02-197-18/+182
* [ARM GlobalISel] Support G_PHI for Thumb2Diana Picus2019-02-194-136/+186
* Fix vscode tests for python3Pavel Labath2019-02-191-2/+2
* [gui] Simplify SourceFileWindowDelegate::WindowDelegateDrawPavel Labath2019-02-191-5/+2
* [Dominators] Fix and optimize edge insertion of depth-based searchFangrui Song2019-02-191-96/+85
* [X86] Remove command line strings from the ProcIntel* features.Craig Topper2019-02-191-10/+10
* [lldb-instr] Test that we ignore existing macros.Jonas Devlieghere2019-02-193-1/+13
* [lldb-instr] Wrap returns of struct/classes in LLDB_RECORD_RESULTJonas Devlieghere2019-02-195-4/+50
* Disable TestModuleCXX.test on WindowsJonas Devlieghere2019-02-191-0/+2
* [GlobalISel][AArch64] Legalize + select some llvm.ctlz.* intrinsicsJessica Paquette2019-02-186-1/+233
* [CGP] form usub with overflow from sub+icmpSanjay Patel2019-02-187-99/+189
* [lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano2019-02-181-18/+4
* [clang][test] Fix FileManagerTest.getFileDontOpenRealPath for WindowsJan Korous2019-02-181-6/+10
* AMDGPU: Use MachineInstr::mayAlias to replace areMemAccessesTriviallyDisjoint...Changpeng Fang2019-02-183-21/+138
* [lldb-instr] Add constructor and move test into lit/toolsJonas Devlieghere2019-02-184-16/+26
* GlobalISel: Implement widenScalar for g_extract scalar resultsMatt Arsenault2019-02-185-11/+359
* GlobalISel: Make buildExtract use DstOp/SrcOpMatt Arsenault2019-02-182-13/+16
* Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...Jan Korous2019-02-182-0/+32
* [LSan][Darwin][NFC] Add comment explaining test failureJulian Lettner2019-02-181-1/+1
* One more fix while I'm looking at this - remove the Jason Molenda2019-02-181-7/+1
* Ah, misunderstood Jonas' feedback - fix this so we'llJason Molenda2019-02-181-1/+2
* Clean up an unused variable warning when building this forJason Molenda2019-02-181-0/+4
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* [libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM includePetr Hosek2019-02-181-3/+0
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-1815-13/+82
* [Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frameJulian Lettner2019-02-185-6/+14
* GlobalISel: Fix double count of offset for irregular vector breakdownsMatt Arsenault2019-02-182-1/+48
* [x86] split more v8f32/v8i32 shuffles in loweringSanjay Patel2019-02-1820-688/+666
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
* Revert "[InstCombine] reduce even more unsigned saturated add with 'not' op"Sanjay Patel2019-02-182-42/+35
* [InstCombine] reduce even more unsigned saturated add with 'not' opSanjay Patel2019-02-182-35/+42
* Fix TestLinuxCore for python3Pavel Labath2019-02-181-4/+4
* [clangd] Add tests for template specializationsKadir Cetinkaya2019-02-181-0/+52
* [MCA] Correctly update register definitions in the PRF after move elimination.Andrea Di Biagio2019-02-182-14/+128
* [llvm-readobj] - Simplify .gnu.version_d dumping.George Rimar2019-02-181-10/+1
* [clangd] Cache include fixes for diagnostics caused by the same unresolved na...Eric Liu2019-02-183-21/+113
* [ASTImporter] Find previous friend function templateGabor Marton2019-02-182-1/+31
* [clang-tidy] Fix links in docs.Alexander Kornienko2019-02-181-5/+6
* [ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard2019-02-186-2/+33
* [NFC] Make Optional<T> trivially copyable when T is trivially copyableSerge Guelton2019-02-182-0/+93
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-185-52/+114
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-184-16/+98
* [MCA] Slightly refactor method writeStartEvent in WriteState and ReadState. NFCIAndrea Di Biagio2019-02-184-24/+31
* [ASTImporter] Unify redecl chain tests as type parameterized testsGabor Marton2019-02-181-641/+556
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-185-3/+94
* Return better error message from GDBRemoteCommunication::ConnectLocallyPavel Labath2019-02-181-3/+4
* Set cmake policy CMP0075 to NEWPavel Labath2019-02-181-0/+4
OpenPOWER on IntegriCloud