summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Follow-up to r337709.Matt Morehouse2018-07-231-2/+0
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-231-1/+28
* [ARM] Add doFinalization() to ARMCodeGenPrepare pass.Matt Morehouse2018-07-231-0/+6
* [Legalize] Elide MERGE_VALUES created by scalarizeVectorLoad.Nirav Dave2018-07-232-3/+10
* [clang-tidy] remove private decltypeType in TrailingReturnTypeJonas Toth2018-07-231-2/+0
* [Sema] Don't emit -Wmemset-transposed-args for memset(p,0,0)Erik Pilkington2018-07-232-4/+8
* [mips] Add more checks to the tls.ll test case. NFCSimon Atanasyan2018-07-231-49/+106
* [NEON] Define half-precision vmaxnm intrinsics only when availableIvan A. Kosarev2018-07-232-3/+23
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-234-0/+34
* [isl] Simplify iterator implementation by building on top of list accessorsPhilip Pfaffe2018-07-231-64/+26
* [ARM][NFC] ParallelDSP reorganisationSam Parker2018-07-231-88/+103
* [SystemZ] Fix dumpSU() method in SystemZHazardRecognizer.Jonas Paulsson2018-07-231-1/+5
* [NEON] Define half-precision vrnd intrinsics only when availableIvan A. Kosarev2018-07-232-6/+64
* [FPEnv] Legalize double width StrictFP vector operationsCameron McInally2018-07-233-48/+1010
* [clangd] Fix category in clangd-vscode's package.jsonSimon Marchi2018-07-231-1/+1
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-238-19/+66
* [Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTORJonas Devlieghere2018-07-231-1/+1
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-239-3/+96
* [LLD] Add llvm-objcopy to test dependencies. NFC.Andrew Ng2018-07-231-3/+3
* Fix windows build after r337689Alexander Polyakov2018-07-231-0/+1
* [OPNEMP, NVPTX] Fixed sychronization construct + code cleanup.Alexey Bataev2018-07-234-54/+25
* [NEON] Fix support for vrndi_f32(), vrndiq_f32() and vrndns_f32() intrinsicsIvan A. Kosarev2018-07-235-188/+87
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-236-199/+118
* [AST] Use llvm::TrailingObjects in CXXTryStmtBenjamin Kramer2018-07-232-17/+12
* [ARM] ARMCodeGenPrepare backend passSam Parker2018-07-237-0/+1662
* [GVN] Don't use the eliminated load as an available value in phi constructionJohn Brawn2018-07-233-0/+130
* Cleanup unnecessary conversions in filesystem.Eric Fiselier2018-07-231-2/+2
* Cleanup name qualification in the filesystem internals.Eric Fiselier2018-07-233-118/+118
* [ELF] Fix handling of FDE negative relative PC addrAndrew Ng2018-07-234-1/+261
* [Tooling] Use UniqueStringSaver. NFCSam McCall2018-07-232-13/+3
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-236-0/+111
* [MemorySSAUpdater] Update Phi operands after trivial Phi eliminationAlexandros Lamprineas2018-07-232-15/+132
* Fix for last commit: adding new test file forgotten.Adam Balogh2018-07-231-0/+43
* [Analyzer] Quick Fix for exponential execution time when simpilifying complex...Adam Balogh2018-07-237-28/+94
* [Support] Add a UniqueStringSaver: like StringSaver, but deduplicating.Sam McCall2018-07-232-1/+34
* [NFC][MCA] ZnVer1: Update RegisterFile to identify false dependencies on part...Roman Lebedev2018-07-236-96/+98
* [NFC][MCA] ZnVer1: add partial-reg-update testsRoman Lebedev2018-07-237-0/+460
* [GVNHoist] safeToHoistLdSt allows illegal hoistingAlexandros Lamprineas2018-07-232-1/+77
* [x86/SLH] Fix a bug where we would harden tail calls twice -- once asChandler Carruth2018-07-232-7/+5
* [x86/SLH] Add a test covering indirect forms of control flow. NFC.Chandler Carruth2018-07-231-0/+234
* Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov2018-07-235-191/+152
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-235-38/+15
* Use possibly cached directory entry values when performing recursive director...Eric Fiselier2018-07-231-2/+2
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-235-15/+38
* [x86/SLH] Rename and comment the main hardening function. NFC.Chandler Carruth2018-07-231-4/+21
* Fix use of C++14 syntax in C++11 filesystem tests.Eric Fiselier2018-07-231-3/+5
* Work around various GCC 4.9 build errorsEric Fiselier2018-07-232-9/+14
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-2315-444/+716
* Fix the testBrad Smith2018-07-221-1/+2
* Add GCC 9 to XFAILs list for testEric Fiselier2018-07-221-1/+1
OpenPOWER on IntegriCloud