summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ORE] Move loop invariant ORE checks outside the PM loop.Xin Tong2018-07-224-20/+41
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-224-4/+52
* [SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtVa...Craig Topper2018-07-221-1/+1
* [SelectionDAGBuilder] Restrict vector reduction check to types with a power o...Craig Topper2018-07-221-0/+4
* [X86] Add more MADD recurrence test cases with larger and narrower vector wid...Craig Topper2018-07-221-259/+1173
* Implement a better copy_file.Eric Fiselier2018-07-226-324/+666
* [llvm-mca][docs] Add documentation for the statistic outputs from mca. NFCMatt Davis2018-07-211-3/+125
* [mips] Factor out register class selection for global base register. NFCSimon Atanasyan2018-07-211-18/+20
* [mips] Move out the WrapperPat declaration from the NotInMicroMips predicateSimon Atanasyan2018-07-213-5/+92
* [llvm-undname] Flush output before demangling.Zachary Turner2018-07-211-1/+4
* Fix the MSVC Visualizers for SmallVector classes.Zachary Turner2018-07-211-21/+21
* Early exit with cheaper checksAditya Kumar2018-07-211-13/+12
* [InstrSimplify] fold sdiv if two operands are negated and non-overflowChen Zheng2018-07-214-34/+28
* [DebugInfo] Add a new DI flag to record if a C++ record is a trivial typeAaron Smith2018-07-212-1/+5
* ELF: Read address significance tables with --icf=all.Peter Collingbourne2018-07-213-45/+92
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-215-7/+20
* ELF: Make sections with KeepUnique bit eligible for ICF.Peter Collingbourne2018-07-212-5/+27
* [ORC] Re-apply r336760 with fixes.Lang Hames2018-07-215-12/+91
* [NFC] CodeGen: rename memset to bzeroJF Bastien2018-07-201-30/+27
* [Driver] Sanitizer support based on runtime library presenceGeorge Karpenkov2018-07-2022-42/+106
* Omit path to lld binary from lld's error, warning, and log output.Nico Weber2018-07-204-4/+4
* Simplify; no behavior change.Nico Weber2018-07-201-4/+2
* [clang-doc] Create a script to generate testsJulie Hockett2018-07-2024-1389/+1834
* [HIP] Register/unregister device fat binary only onceYaxun Liu2018-07-202-21/+124
* [CMake] Install C++ ABI headers into the right locationPetr Hosek2018-07-201-10/+2
* Disable clang crash-report-modules.m test on Windows againReid Kleckner2018-07-201-0/+4
* [PDB] Write the command line after response file expansionReid Kleckner2018-07-203-11/+16
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-205-152/+191
* Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames2018-07-209-512/+749
* [ADT] Only run death tests in !NDEBUGBenjamin Kramer2018-07-201-5/+7
* [Hexagon] Disable packets in test to avoid ordering issues in checksKrzysztof Parzyszek2018-07-201-2/+2
* Change the cap on the amount of padding for each vtable to 32-byte (previousl...Peter Collingbourne2018-07-202-7/+9
* AMDGPU: Use existing function to check for VGPRsMatt Arsenault2018-07-201-16/+7
* fix typoNico Weber2018-07-201-1/+1
* [ms] Add __shiftleft128 / __shiftright128 intrinsicsNico Weber2018-07-202-0/+16
* Revert "[X86][AVX] Convert X86ISD::VBROADCAST demanded elts combine to use Si...Benjamin Kramer2018-07-202-48/+17
* [codeview] Don't emit variable templates as class membersReid Kleckner2018-07-202-5/+45
* [llvm-undname] Remove a superfluous semicolon. NFC.Martin Storsjo2018-07-201-2/+2
* [COFF] Use symbolic constants instead of hardcoded numbers. NFCI.Martin Storsjo2018-07-201-1/+6
* [COFF] Adjust how we flag weak externalsMartin Storsjo2018-07-206-11/+71
* AMDGPU: Switch default dwarf version to 2Konstantin Zhuravlyov2018-07-202-2/+2
* [CStringSyntaxChecker] Fix build bot builds != x86 archsDavid Carlier2018-07-202-8/+13
* [ELF] Check eh_frame_hdr overflow with PC offsets instead of PC absolute addr...Fangrui Song2018-07-205-49/+81
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-204-2/+35
* Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner2018-07-209-749/+512
* [AST] Various micro-optimizations in CXXInheritanceBenjamin Kramer2018-07-202-28/+33
* Reapply "[LSV] Refactoring + supporting bitcasts to a type of different size"Roman Tereshin2018-07-203-50/+132
* [FileCheck] Fix search ranges for DAG-NOT-DAGJoel E. Denny2018-07-203-47/+124
* [llvm-objcopy] Add basic support for --rename-sectionJordan Rupprecht2018-07-204-0/+91
* Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu2018-07-202-0/+13
OpenPOWER on IntegriCloud