summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Change type of block pointer for OpenCLAlexey Bader2019-02-193-20/+20
* Convert the eh-frame-hdr-abs-fde.s test to use x86 as a target architectureSimon Atanasyan2019-02-191-9/+9
* Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...George Rimar2019-02-196-9/+371
* [RISCV][NFC] Move some std::string to StringRefAlex Bradbury2019-02-193-5/+5
* Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...George Rimar2019-02-196-371/+9
* [clangd] Handle unresolved scope specifier when fixing includes.Eric Liu2019-02-192-41/+226
* Fix BB after r354328.George Rimar2019-02-191-4/+2
* [obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...George Rimar2019-02-196-9/+373
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-195-114/+52
* [RISCV] Re-organise calling convention testsAlex Bradbury2019-02-193-213/+633
* Fix BB after r354319 "[yaml2obj] - Do not skip zeroes blocks if there are rel...George Rimar2019-02-191-0/+0
* [yaml2obj] - Do not skip zeroes blocks if there are relocations against them.George Rimar2019-02-192-10/+68
* [yaml2obj] - Do not ignore explicit addresses for .dynsym and .dynstrGeorge Rimar2019-02-192-0/+58
* Fix obsolete comment. NFCDiana Picus2019-02-191-1/+1
* [mips] Remove trailing whitespaces from the test case. NFCSimon Atanasyan2019-02-191-3/+3
* [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
OpenPOWER on IntegriCloud