summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-diff] Add initial implementationAlex Lorenz2017-07-219-0/+1426
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-2135-77/+301
* [ELF] Avoid data race in ObjectFile<ELFT>::getDILineInfo().Igor Kudrin2017-07-212-2/+3
* [NFC] [PPCGCodeGeneration] Print `verifyModule` failure to debug stream.Siddharth Bhat2017-07-211-0/+2
* [clang-tidy] Add option to export fixes to run-clang-tidy.pyAlexander Kornienko2017-07-211-8/+46
* [clang-format] Fix comment levels between '}' and PPDirectiveKrasimir Georgiev2017-07-212-1/+80
* [X86][SSE] Add extra (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) test caseSimon Pilgrim2017-07-211-0/+30
* [X86][SSE] Add pre-AVX2 support for (i32 bitcast(v32i1)) -> 2xMOVMSKSimon Pilgrim2017-07-215-874/+103
* Fixed failing assert in code completion.Ilya Biryukov2017-07-212-4/+14
* [clangd] Specified --gcc-toolchain explicitly in VFS test.Ilya Biryukov2017-07-211-5/+5
* [mips] Add `short_call` to the set of `long_call/far/near` attributesSimon Atanasyan2017-07-214-9/+20
* Fix typo in error message in 'platform status'.Bruce Mitchener2017-07-211-1/+1
* Fix typo in function name Bllock -> BlockTobias Grosser2017-07-211-3/+3
* Fix tblgen error.Richard Trieu2017-07-212-3/+24
* Commit access testPhilipp Schaad2017-07-211-1/+1
* Only use xml if iconv is found, which is a prerequisite.Eric Beckmann2017-07-211-1/+2
* dsymutil: strip unused types from imported DW_TAG_modulesAdrian Prantl2017-07-214-18/+53
* Debug Info: Don't strip clang module skeleton CUs.Adrian Prantl2017-07-212-1/+33
* [Driver] Consider -fno-sanitize=... state when filtering out -fsanitize-cover...Petr Hosek2017-07-212-1/+13
* [ELF] Remove processNonSectionCommandsPetr Hosek2017-07-212-10/+0
* [CMake] Use ABI version 2 for C++ library in FuchsiaPetr Hosek2017-07-211-0/+1
* [DWARF] Generalized verification of .debug_abbrev to be applicable to both .d...Spyridoula Gravani2017-07-214-23/+90
* [AVX-512] Fix a bug that prevented some non-temporal loads from using the mov...Craig Topper2017-07-212-33/+12
* [XRay][compiler-rt] Update test to account for change in logging format.Dean Michael Berris2017-07-211-1/+1
* Explicitly disable libxml2 on android.Eric Beckmann2017-07-201-1/+1
* Generate a compile_commands.json DB for external projects.George Karpenkov2017-07-201-0/+1
* [AArch64] Adjust the cost model for Exynos M1 and M2Evandro Menezes2017-07-201-10/+16
* Only defined CombinedRoot if libxml2 is used.Eric Beckmann2017-07-201-0/+2
* Whitespace.NAKAMURA Takumi2017-07-201-8/+7
* [ELF] Align the value if needed when computing the expressionPetr Hosek2017-07-203-2/+31
* lld matching change for llvm change r308690 to add error handling toKevin Enderby2017-07-201-1/+4
* Add error handling to the dyld compact export entries in libObject.Kevin Enderby2017-07-2017-31/+218
* Only enable libxml2 on linux, because systems like android lack libiconvEric Beckmann2017-07-201-1/+1
* Recommit: GlobalISel: select G_EXTRACT and G_INSERT instructions on AArch64.Tim Northover2017-07-202-1/+103
* GlobalISel: stop localizer putting constants before EH_LABELsTim Northover2017-07-202-1/+50
* Add a missing tool dependency.Rui Ueyama2017-07-201-1/+1
* Make a file end with n and remove trailing whitespace.Rui Ueyama2017-07-201-1/+0
* [clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev2017-07-205-3/+205
* [mips] Add support for -m(no-)local-sdataSimon Dardis2017-07-203-0/+32
* Make tests always depend on llvm-mt, because some tests are run even w/oEric Beckmann2017-07-201-6/+1
* Fix symbol type with icf.Rafael Espindola2017-07-203-2/+22
* Do not strip SHF_GROUP in elf::decompressAndMergeSections().Rui Ueyama2017-07-201-4/+3
* Implement parsing and writing of a single xml manifest file.Eric Beckmann2017-07-2016-6/+251
* [clang-tools-extra] Add support for plain C structs in clang-reorder-fieldsAlexander Shaposhnikov2017-07-202-13/+32
* Add end-to-end tests for overflows of byval arguments.Vitaly Buka2017-07-203-0/+97
* Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci2017-07-202-57/+9
* [NVPTX] Add lowering of i128 params.Artem Belevich2017-07-208-15/+129
* AMDGPU: Rename _RTN atomic instructionsMatt Arsenault2017-07-202-26/+26
* Add an ID field to StackObjectsMatt Arsenault2017-07-2020-77/+271
* [X86] Adding ISel tests for strided-shuffles with non-zero offset. NFC.Zvi Rackover2017-07-203-0/+3641
OpenPOWER on IntegriCloud