aboutsummaryrefslogtreecommitdiff
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [NFC][AMDGPU] AMDGPU code object V4 ABI documentationTony2020-12-011-0/+211
* [clang-format] Add new option PenaltyIndentedWhitespaceMark Nauwelaerts2020-12-015-0/+49
* [OpenMP51][DOCS] Claim "add present modifier in defaultmap clause", NFC.cchen2020-12-011-1/+1
* Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/Arthur Eubanks2020-12-017-10/+6
* Revert "[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/"Arthur Eubanks2020-12-017-6/+10
* Fix erroneous edit in https://github.com/llvm/llvm-project/actions/runs/39449...Zahira Ammarguellat2020-12-011-2/+0
* [clang-scan-deps] Improve argument parsing to find target object file path.Sylvain Audi2020-12-013-10/+55
* [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/Arthur Eubanks2020-12-017-10/+6
* APINotes: constify `dump` methods (NFC)Saleem Abdulrasool2020-12-012-20/+20
* Argument dependent lookup with class argument is recursing into baseZahira Ammarguellat2020-12-013-0/+19
* clang/darwin: Use response files with ld64.lld.darwinnewNico Weber2020-12-011-2/+4
* [HIP] Fix static-lib test CHECK bugAaron En Ye Shi2020-12-011-2/+6
* [OpenCL] Allow pointer-to-pointer kernel args beyond CL 1.2Sven van Haastregt2020-12-012-8/+38
* [clang] Enable code completion of designated initializers in Compound Literal...Kadir Cetinkaya2020-12-012-3/+6
* [clang][cli] Port HeaderSearch option flags to new option parsing systemJan Svoboda2020-12-012-35/+28
* [GNU ObjC] Fix a regression listing methods twice.David Chisnall2020-12-012-13/+23
* [clang][cli] Port DependencyOutput option flags to new option parsing systemJan Svoboda2020-12-012-22/+44
* [clang][cli] Port Frontend option flags to new option parsing systemJan Svoboda2020-12-013-70/+112
* [clang][cli] Split DefaultAnyOf into a default value and ImpliedByAnyOfJan Svoboda2020-12-013-29/+83
* [clang][cli] Factor out call to EXTRACTOR in generateCC1CommandLine (NFC)Jan Svoboda2020-12-011-7/+11
* [Remarks][2/2] Expand remarks hotness threshold option support in more toolsWei Wang2020-11-308-11/+85
* Add help text for -nogpuincYaxun (Sam) Liu2020-11-301-1/+2
* Revert "[clang][Fuchsia] Add relative-vtables multilib"Leonard Chan2020-11-307-37/+1
* [clang][Fuchsia] Add relative-vtables multilibLeonard Chan2020-11-307-1/+37
* Revert "[clang][Fuchsia] Add relative-vtables multilib"Leonard Chan2020-11-307-37/+1
* [clang][Fuchsia] Add relative-vtables multilibLeonard Chan2020-11-307-1/+37
* Lex: Update Module::findHeader to return FileEntryRef, NFCDuncan P. N. Exon Smith2020-11-302-19/+18
* clang/test: Remove platform-linker featureNico Weber2020-11-305-20/+13
* Fix GCC 5.3 compile error in ASTImporter codeReid Kleckner2020-11-301-35/+27
* [clang][RelativeVTablesABI] Use dso_local_equivalent rather than emitting stubsLeonard Chan2020-11-3021-357/+51
* Remove dead code added in ac49500cd0484e1b2dcf37fa4c0dade6f113c2c9, NFCDuncan P. N. Exon Smith2020-11-301-1/+0
* FileManager: Add FileEntryRef::getDir, returning DirectoryEntryRefDuncan P. N. Exon Smith2020-11-304-108/+196
* Serialization: Change InputFile to use FileEntryRef and add getVirtualFileRef...Duncan P. N. Exon Smith2020-11-306-40/+44
* [HIP] Fix HIP test on windows due to lld suffixAaron En Ye Shi2020-11-302-3/+3
* [CodeGen] -fno-delete-null-pointer-checks: change dereferenceable to derefere...Fangrui Song2020-11-302-7/+16
* [libTooling] Remove deprecated Clang Transformer declarationsYitzhak Mandelbaum2020-11-304-52/+16
* [llvm][inliner] Reuse the inliner pass to implement 'always inliner'Mircea Trofin2020-11-305-28/+33
* [CSSPGO] A Clang switch -fpseudo-probe-for-profiling for pseudo-probe instrum...Hongtao Yu2020-11-306-3/+41
* Add -fintegrated-as to second invocation of clang in test case.Zarko Todorovski2020-11-301-1/+1
* [analyzer][StdLibraryFunctionsChecker] Fix typos in summaries of mmap and mmap64Balazs Benics2020-11-302-4/+20
* [FPEnv] clang should get from the AST the metadata for constrained FP builtinsKevin P. Neal2020-11-304-57/+322
* [ASTImporter] Support import of CXXDeductionGuideDeclGabor Marton2020-11-302-8/+74
* [windows-itanium] handle dllimport/export code paths separately and share wit...Ben Dunbobbin2020-11-3011-48/+62
* [VE] Specify vector alignmentsKazushi (Jam) Marukawa2020-11-302-2/+4
* [clang-format] State where clang-format-diff.py should be run fromDavid Spickett2020-11-301-0/+3
* [AST][RecoveryAST] Preseve more invalid return stmt.Haojian Wu2020-11-303-5/+6
* [clang] Improve diagnostics for auto-return-type function if the return expr ...Haojian Wu2020-11-304-5/+17
* Remove redundant check for access in the conversion from the namingRichard Smith2020-11-2912-106/+60
* [ConstantFold] Fold more operations to poisonJuneyoung Lee2020-11-291-2/+2
* Add -fintegrated-as to clang invocationZarko Todorovski2020-11-271-1/+1