summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] new check: bugprone-too-small-loop-variableJonas Toth2018-11-128-0/+503
* [CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is ali...Simon Pilgrim2018-11-122-27/+35
* [SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversionsJonas Paulsson2018-11-122-137/+138
* [CostModel] Add more realistic SK_InsertSubvector generic costs.Simon Pilgrim2018-11-123-65/+91
* [VectorUtils] add funnel-shifts to the list of vectorizable intrinsicsSanjay Patel2018-11-122-2/+4
* [VectorUtils] reorder list of vectorizable intrinsics; NFCSanjay Patel2018-11-121-10/+9
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-1210-182/+0
* [LoopVectorize] add tests for funnel shifts; NFCSanjay Patel2018-11-121-0/+52
* Fix unused variable warning. NFCI.Simon Pilgrim2018-11-121-2/+1
* [CostModel] Add more realistic SK_ExtractSubvector generic costs.Simon Pilgrim2018-11-123-29/+55
* [RISCV] Support .option relax and .option norelaxAlex Bradbury2018-11-1212-100/+296
* [DAGCombiner] Fix load-store forwarding of indexed loads.Nirav Dave2018-11-122-3/+50
* Add a test checking clang-tidy can find libc++ on MacIlya Biryukov2018-11-122-0/+19
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-127-10/+54
* Fix an unused variable warning. NFCAlexander Kornienko2018-11-121-0/+2
* [llvm-mca] Correctly update the resource strategy for processor resources wit...Andrea Di Biagio2018-11-1222-126/+132
* [newpm] Fix r346645: Missing consume of the Error return by the pipeline parserPhilip Pfaffe2018-11-121-2/+3
* [clangd] Remember to serialize AnyScope in FuzzyFindRequest json.Eric Liu2018-11-121-1/+2
* Add an OptimizerLast EPPhilip Pfaffe2018-11-124-0/+36
* [GCOV] fix test after patch rL346642Calixte Denizet2018-11-121-18/+18
* [LICM] Hoist guards from non-header blocksMax Kazantsev2018-11-126-14/+227
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-1210-0/+182
* [GCOV] Add options to filter files which must be instrumented.Calixte Denizet2018-11-122-2/+88
* Release notes: Mention clang-cl's /Zc:dllexportInlines- flagHans Wennborg2018-11-121-0/+5
* clang-cl: Add documentation for /Zc:dllexportInlines-Hans Wennborg2018-11-122-2/+80
* [clangd] Fix compile on very old glibcSam McCall2018-11-121-1/+2
* [SystemZ] Replicate the load with most uses in buildVector()Jonas Paulsson2018-11-122-8/+30
* [llvm-objdump] add more constraints for testsFangrui Song2018-11-122-4/+8
* Fix compatibility with z3-4.8.1Jan Kratochvil2018-11-121-1/+1
* Update to-do list with new work from WG21 meeting in San DiegoMarshall Clow2018-11-121-1/+71
* Support Swift in platform availability attributeMichael Wu2018-11-127-0/+63
* [GC] Remove unused configuration variablePhilip Reames2018-11-122-12/+1
* [GC] Minor style modernizationPhilip Reames2018-11-121-44/+43
* [NFC] Reformat std::optional testsLouis Dionne2018-11-122-4/+4
* [NFC] Fix typo in <tuple>Louis Dionne2018-11-121-1/+1
* [CodeGen][CXX]: Fix no_destroy CG bug under specific circumstancesKristina Brooks2018-11-122-0/+51
* [IPSCCP] Delete two forward declarationsFangrui Song2018-11-111-2/+0
* Remove header grouping comments.Jonas Devlieghere2018-11-11733-2684/+26
* Remove comments after header includes.Jonas Devlieghere2018-11-11168-936/+932
* [llvm-nm] Use WithColor for error reportingJonas Devlieghere2018-11-112-8/+9
* [llvm-objdump] Use WithColor for error reportingJonas Devlieghere2018-11-113-68/+95
* [llvm-undname] Use WithColor for error reportingJonas Devlieghere2018-11-111-1/+2
* [GCRoot] Remove some unneccessary complexityPhilip Reames2018-11-113-68/+33
* [IPSCCP] Use forward declaration.Florian Hahn2018-11-111-0/+1
* [IPSCCP,PM] Add missing #include in rL346618Fangrui Song2018-11-111-0/+1
* [IPSCCP,PM] Preserve PDT in the new pass manager.Florian Hahn2018-11-114-23/+18
* [MC] Fix 3 objdump tests after rL346610Fangrui Song2018-11-113-10/+10
* [ELF] Change GnuPub{Names,Types}Section from StringRef to LLDDWARFSectionFangrui Song2018-11-113-23/+24
* [DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song2018-11-116-32/+72
* [ELF] Fix relocation-common.s after rL346610Fangrui Song2018-11-111-6/+6
OpenPOWER on IntegriCloud