summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] add tests for possible FP speculative select; NFCSanjay Patel2019-11-171-36/+99
* [InstCombine] Canonicalize ssub.with.overflow with clamp to ssub.satDavid Green2019-11-172-70/+60
* [InstCombine] Canonicalize sadd.with.overflow with clamp to sadd.satDavid Green2019-11-172-55/+67
* [InstCombine] Add extra tests for overflow_to_sat.ll. NFCDavid Green2019-11-171-0/+76
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-1746-331/+175
* [MIRNamer]: Make the check lines in the test robust with regex.Aditya Nandakumar2019-11-164-42/+41
* [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20Eric Fiselier2019-11-164-1/+183
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-163-1/+48
* [Docs] Remove stray :doc: directive.kristina2019-11-161-1/+1
* [Docs] Fix sphinx warning.kristina2019-11-161-1/+1
* [Docs] Try fixing the tutorial toctreekristina2019-11-1612-27/+21
* Make it possible to run MIRCanonicalizer in pipeline.Aditya Nandakumar2019-11-161-0/+5
* [libc++] Rename __to_raw_pointer to __to_address.Eric Fiselier2019-11-167-100/+111
* [Docs] Fix relative links in tutorial.kristina2019-11-165-22/+22
* [mips] Remove redundant cast. NFCSimon Atanasyan2019-11-161-10/+7
* [mips] Remove old FIXME comment. NFCSimon Atanasyan2019-11-161-2/+0
* [NFC] Refactor representation of materialized temporariesTyker2019-11-1646-175/+331
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-169-14/+106
* [clangd] Improve long and confusing preamble log message.Sam McCall2019-11-161-2/+3
* MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.James Y Knight2019-11-166-20/+40
* [clang-format] fix regression in middle pointer alignmentmydeveloperday2019-11-162-1/+23
* Remove +x permission on some filesSylvestre Ledru2019-11-167-0/+0
* Remove +x permission on clang/lib/Format/Format.cppSylvestre Ledru2019-11-161-0/+0
* Fix a build failure with perf: Add a missing include to llvm/Support/ManagedS...Sylvestre Ledru2019-11-161-0/+1
* [ELF] Fix lld build on Windows/MinGWAyke van Laethem2019-11-161-14/+14
* [clang-format] Add SpaceBeforeBracketsmydeveloperday2019-11-165-7/+76
* Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa)Sylvestre Ledru2019-11-162-1/+3
* AMDGPU/SILoadStoreOptimizer: fix a likely bug introduced recentlyNicolai Hähnle2019-11-161-2/+2
* [RISCV] Handle variable sized objects with the stack need to be realignedShiva Chen2019-11-167-25/+116
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-159-12/+86
* [llvm-cov] Fix illegal cast from uint64_t to int64_tSajjad Mirza2019-11-151-3/+13
* [lldb-vscode] support the completion requestWalter Erquinigo2019-11-157-3/+302
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-1514-9/+23
* Fix -Wunused-result warnings in LLDBReid Kleckner2019-11-152-4/+4
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-157-3/+91
* DebugInfo: Templatize rnglist header parsing to setup for reuse with loclist ...David Blaikie2019-11-153-11/+12
* [WebAssembly] Fix miscompile of select with andThomas Lively2019-11-152-22/+60
* [COFF] Don't error if the only inputs are from /wholearchive:Reid Kleckner2019-11-154-5/+17
* Don't add optnone or noinline if the function is already marked asAkira Hatanaka2019-11-152-5/+27
* dotest: Add a way for the run_to_* helpers to register dylibsFred Riss2019-11-152-12/+26
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-155-13/+144
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-154-4/+23
* Don't use end-of-line comments for the DebugInfoKind enum, NFCReid Kleckner2019-11-151-18/+24
* [GISel][CombinerHelper] Use uses() instead of operands() when traversing use ...Quentin Colombet2019-11-151-9/+2
* [GISel][CombinerHelper] Add support for scalar type for the result of shuffle...Quentin Colombet2019-11-152-3/+59
* Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...Mitchell Balan2019-11-155-144/+13
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-155-13/+144
* gn build: Merge 631be5c0d41LLVM GN Syncbot2019-11-151-1/+0
* Remove Support/Options.h, it is unusedReid Kleckner2019-11-158-166/+4
* Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...Alexandre Ganea2019-11-157-75/+20
OpenPOWER on IntegriCloud