summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CommandLine] Add callbacks to OptionsDon Hinton2019-12-064-2/+149
* Make it possible control matcher traversal kind with ASTContextStephen Kelly2019-12-068-37/+278
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-067-36/+63
* [MC] Rewrite tablegen for printInstrAlias to comiple faster, NFCReid Kleckner2019-12-063-95/+305
* [X86] Fix prolog/epilog mismatch for stack protectors on win32-macho.Amara Emerson2019-12-062-1/+58
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-067-22/+27
* wrap an rst file to 80 cols, to cycle botsNico Weber2019-12-061-6/+8
* [TargetLowering] Fix another potential FPE in expandFP_TO_UINTCraig Topper2019-12-068-344/+435
* [analyzer] Fix false positive on introspection of a block's internal layout.Artem Dergachev2019-12-062-1/+11
* [InstSimplify] add tests for copysign with fneg operand; NFCSanjay Patel2019-12-061-0/+44
* [WPD] Remove unused parameter (NFC)Teresa Johnson2019-12-061-4/+3
* [X86] Don't setup and teardown memory for a musttail callReid Kleckner2019-12-065-76/+50
* [clang-tidy] Pass -faligned-allocation on the compiler command line toAkira Hatanaka2019-12-061-2/+2
* Revert "[PGO][PGSO] Instrument the code gen / target passes."Hiroshi Yamauchi2019-12-0621-283/+61
* [OPENMP50]Add if clause in distribute simd directive.Alexey Bataev2019-12-067-32/+240
* [AutoFDO] Inline replay for cold/small callees from sample profile loaderWenlei He2019-12-063-3/+144
* Stop checking whether std::strong_* has ::equivalent members.Richard Smith2019-12-062-9/+6
* Avoid naming variable after type to fix GCC 5.3 buildReid Kleckner2019-12-061-2/+2
* Revert "[InstCombine] reduce code duplication; NFC"Sanjay Patel2019-12-061-40/+38
* Revert "[InstCombine] improve readability; NFC"Sanjay Patel2019-12-061-6/+10
* Revert "[InstCombine] reduce indentation; NFC"Sanjay Patel2019-12-061-25/+28
* [libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-062-5/+18
* Revert "ARM-Darwin: keep the frame register reserved even if not updated."Alina Sbirlea2019-12-064-18/+3
* [x86] add cost model special-case for insert/extract from element 0Sanjay Patel2019-12-065-65/+71
* [PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi2019-12-0621-61/+283
* clang/AMDGPU: Fix default for frame-pointer attributeMatt Arsenault2019-12-072-0/+10
* [OPENMP]Reorganize OpenMP warning groups.Alexey Bataev2019-12-066-40/+50
* [InstCombine] reduce indentation; NFCSanjay Patel2019-12-061-28/+25
* [InstCombine] improve readability; NFCSanjay Patel2019-12-061-10/+6
* [InstCombine] reduce code duplication; NFCSanjay Patel2019-12-061-38/+40
* [InstCombine] improve readability; NFCSanjay Patel2019-12-061-33/+33
* Add `QualType::hasAddressSpace`. NFC.Michael Liao2019-12-067-12/+19
* [MBP] Avoid tail duplication if it can't bring benefitGuozhi Wei2019-12-0625-634/+923
* [ASTImporter] Implicitly declare parameters for imported ObjCMethodDeclsRaphael Isemann2019-12-063-1/+35
* [NFC][AIX][XCOFF] if the size of Csect is zero, the Csect do not need write a...diggerlin2019-12-061-1/+2
* update string comparison in clang-format.pymydeveloperday2019-12-061-1/+1
* [clang-format] update trailing newline treatment in clang-format.pymydeveloperday2019-12-061-2/+6
* [NFC][AIX][XCOFF] fixed compile warning on the strncpy.diggerlin2019-12-061-1/+1
* Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid2019-12-064-160/+130
* [lldb][test] Handle .categories lookup for inline tests.Jordan Rupprecht2019-12-061-2/+9
* [LegalizeTypes] Add missing case for STRICT_FP_ROUND softeningJohn Brawn2019-12-061-0/+1
* [OpenMP] Fix linkage issue on FreeBSDDavid Carlier2019-12-061-1/+1
* [libomptarget][nfc] Move cuda threadfence functions behind kmpc_implJonChesterfield2019-12-067-13/+21
* [libomptarget][nfc] Move three more files to commonJon Chesterfield2019-12-064-6/+6
* [ARM][MVE] Fix copy-paste error in VQSHL instruction ids.Simon Tatham2019-12-062-12/+12
* [AIX][XCOFF] created a test case to verify the raw text section of xcoffobjec...diggerlin2019-12-061-0/+22
* [OPENMP]Moved warning fo mapping non-trivially copiable types into aAlexey Bataev2019-12-0677-549/+549
* [AArch64] Fix a bug with jump table generationCullen Rhodes2019-12-063-4/+110
* gn build: Unbreak mac build after 4066591Nico Weber2019-12-061-1/+5
* Fix building shared libraries broken by 8e48e8e3e32.Alexey Lapshin2019-12-062-1/+2
OpenPOWER on IntegriCloud