summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove cache for macro arg stringizationReid Kleckner2019-07-305-47/+42
* [NFC] remove obsolete commentJF Bastien2019-07-301-5/+0
* Revert [GVN] Preserve loop related analysis/canonical forms.Florian Hahn2019-07-306-96/+9
* [Docs] Fix sphinx warning in OCamlLangImpl5.rstFrancis Visoiu Mistrih2019-07-301-1/+1
* [clang-tidy] Fix the documentation for linuxkernel-must-use-errs.Tom Roeder2019-07-302-17/+11
* [GVN] Preserve loop related analysis/canonical forms.Florian Hahn2019-07-306-9/+96
* [dotest] Remove multiprocessingJonas Devlieghere2019-07-306-1913/+5
* [NFC] Remove uses of LLVM_ALIGNASJF Bastien2019-07-303-8/+6
* [Support] Workaround a GCC 4.8 bug on constant expression evaluation.Michael Liao2019-07-301-3/+3
* [Remarks] Add two serialization modes for remarks: separate and standaloneFrancis Visoiu Mistrih2019-07-307-27/+167
* [LoopFusion] Extend use of OptimizationRemarkEmitterKit Barton2019-07-303-73/+538
* AMDGPU: Avoid emitting "true" predicatesMatt Arsenault2019-07-305-5/+16
* [DivRemPairs] Add srem-of-srem tests (PR42823, D65298, D65451)Roman Lebedev2019-07-304-0/+176
* Address post commit review comments on revision 366727.Sean Fertile2019-07-306-20/+21
* [COFF][ARM64] Reorder handling of aarch64 MSVC builtinsDavid Major2019-07-302-145/+149
* [InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1) ==/!= 0" iff y is power-of...Roman Lebedev2019-07-305-13/+54
* Ask confirmation when `git llvm push` will push multiple commitsMehdi Amini2019-07-301-0/+26
* Fix `git llvm` script when no arguments are supplied on Python 3Mehdi Amini2019-07-301-0/+9
* add more information to benchmark test failuresEric Fiselier2019-07-301-1/+1
* [X86] SimplifyDemandedVectorEltsForTargetNode should be calling resolveTarget...Simon Pilgrim2019-07-301-0/+1
* libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.Nico Weber2019-07-303-5/+11
* gn build: Use rebase_path on filename args to libcxx/utils/gen_link_script.pyHans Wennborg2019-07-301-2/+2
* [clangd] Fix a regression in rL366996.Haojian Wu2019-07-302-7/+16
* Add typedef declaration information to the JSON AST dump.Aaron Ballman2019-07-304-52/+106
* [RISCV] Attempt to make rv{32,64}i-aliases-invalid.s less flakySam Elliott2019-07-302-6/+6
* [llvm-objcopy] - Stop using Inputs/alloc-symtab.oGeorge Rimar2019-07-305-19/+46
* [lldb][NFC] Fix import-std-module tests that relied on fix-its to passRaphael Isemann2019-07-302-5/+5
* [lldb] Fix crash when tab-completing in multi-line exprRaphael Isemann2019-07-304-1/+61
OpenPOWER on IntegriCloud