summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Customize warnings for missing built-in typesJohannes Doerfert2019-07-315-8/+42
* Change '|' to '&' in conditional.Richard Trieu2019-07-311-1/+1
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-3113-68/+21
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-315-19/+11
* [NFC] Remove LLVM_ALIGNASJF Bastien2019-07-316-25/+9
* [PowerPC] Eliminate loads/swap feeding swap/store for vector type by using bi...Zi Xuan Wu2019-07-316-169/+169
* [AMDGPU] Fix high occupancy calculation and print itStanislav Mekhanoshin2019-07-319-17/+335
* [asan_symbolize] More debugging outputDan Liew2019-07-311-0/+1
* [asan_symbolize] Add `--skip-uuid-validation` option to `ModuleMapPlugIn`.Dan Liew2019-07-311-10/+26
* [asan_symbolize] Provide better error message when extracting the UUID of a b...Dan Liew2019-07-311-1/+3
* [TableGen] Move helpers into LLDBTableGenUtils.Jonas Devlieghere2019-07-316-28/+62
* GlobalISel: Replace artifact combiner checks with assertMatt Arsenault2019-07-311-14/+6
* [TableGen] Include vectorJonas Devlieghere2019-07-311-0/+1
* [MS] Emit S_HEAPALLOCSITE debug info in SelectionDAGAmy Huang2019-07-314-81/+152
* TableGen: Add MinAlignment predicateMatt Arsenault2019-07-319-62/+174
* Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-3120-7/+1362
* NFCI, optimize layout of FileEntryAlex Lorenz2019-07-311-1/+1
* Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih2019-07-3120-1354/+7
* GlobalISel: Add G_ATOMICRMW_{FADD|FSUB}Matt Arsenault2019-07-309-16/+138
* [SymbolFilePDB] Fix windows bots after rL367360Alex Langford2019-07-301-4/+12
* [Sema] Actually map a variable template specialization from pattern to instan...Erik Pilkington2019-07-304-29/+61
* gn build: Merge r367364Nico Weber2019-07-302-0/+4
* [DAGCombiner] Add an option to control whether or not to enable store merging.Wei Mi2019-07-301-1/+6
* [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-3020-7/+1354
* [TableGen] Reuse typedef across emitters (NFC)Jonas Devlieghere2019-07-303-18/+14
* Remove cmake checks for MSVC 1900 / VS 2013Reid Kleckner2019-07-303-25/+10
* [clangd][NFC] Fix typo in commentJan Korous2019-07-301-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-3036-328/+596
* [NFC] Improve cmake diagnostic when checking atomicsJF Bastien2019-07-301-2/+2
* [SymbolFile] SymbolFileDWARF::ParseLineTable should lock its moduleAlex Langford2019-07-301-1/+1
* [X86] Fix mistake in comment. NFCCraig Topper2019-07-301-2/+2
* [benchmark] Fix win32 link on case-sensitive fsRoman Lebedev2019-07-304-2/+8
* [AMDGPU] Print register pressure for agpr and vgpr separatelyStanislav Mekhanoshin2019-07-301-1/+2
* [clangd][NFC] Typo in commentJan Korous2019-07-301-1/+1
* Revert "[NFC][clang] Refactor getCompilationPhases()+Types.def step 3."Sam McCall2019-07-303-68/+64
* [MemorySSA] Extend allowed behavior for simplified instructions.Alina Sbirlea2019-07-304-28/+82
* [Driver] Support -fsanitize=function on Solaris/x86Rainer Orth2019-07-302-0/+6
* [NFC] simplify Darwin environment handlingJF Bastien2019-07-301-16/+12
* [NVPTX] Fix PR41651Michael Liao2019-07-302-2/+15
* [dsymutil] Pass LinkOptions by value instead of const ref.Jonas Devlieghere2019-07-303-6/+6
* [AMDGPU] Reserve all AGPRs on targets which do not have themStanislav Mekhanoshin2019-07-303-11/+19
* [Parser] Lambda capture lists can start with '*'Erik Pilkington2019-07-302-0/+14
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.Puyan Lotfi2019-07-303-64/+68
* [AMDGPU/GlobalISel] Add llvm.amdgcn.fdiv.fast legalization.Austin Kerbow2019-07-306-9/+114
* [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld2019-07-306-33/+11
* [FunctionAttrs] Annotate "willreturn" for AssumeLikeInstHideto Ueno2019-07-302-7/+4
* gn build: Update comment I failed to update in r367340 / D65462Nico Weber2019-07-301-2/+0
* gn build: Fix check-clang-tools after r362702.Nico Weber2019-07-303-1/+37
* [WebAssembly] Do not emit tail calls with return type mismatchThomas Lively2019-07-304-12/+136
* [Reproducers] Fix incorrect help messageJonas Devlieghere2019-07-301-2/+2
OpenPOWER on IntegriCloud