summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Tidy up `let` statements in .td files (NFC)Heejin Ahn2019-02-065-71/+59
* [BasicAA] Cache nonEscapingLocalObjects for alias() calls.Alina Sbirlea2019-02-051-7/+27
* [HotColdSplit] Do not split out `resume` instructionsVedant Kumar2019-02-051-2/+6
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-051-5/+4
* [InstCombine] limit extracting shuffle transform based on usesSanjay Patel2019-02-051-0/+5
* [PGO] Use a function for creating variable for profile file name. NFC.Rong Xu2019-02-052-16/+19
* [NFC][GlobalISel]: Add a convenience method to MachineInstrBuilder to simplif...Aditya Nandakumar2019-02-052-2/+2
* [MC] Don't error on numberless .file directives on MachOReid Kleckner2019-02-051-4/+5
* [WebAssembly] Lower memmove to memory.copyThomas Lively2019-02-053-1/+17
* [TargetLibraryInfo] Regroup run time functions for Windows (NFC)Evandro Menezes2019-02-051-38/+37
* GlobalISel: Verify G_GEPMatt Arsenault2019-02-051-0/+16
* [AMDGPU] Consider XOR in waterfall loop as a terminatorScott Linder2019-02-051-1/+1
* [DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.Alexey Bataev2019-02-052-2/+72
* AMDGPU: Fix assert on trunc from bitcast of build_vectorMatt Arsenault2019-02-051-1/+1
* [X86][SSE] Disable ZERO_EXTEND shuffle combiningSimon Pilgrim2019-02-051-2/+2
* [LLVM-C] Add Bindings to GlobalIFuncRobert Widmann2019-02-051-0/+65
* Enable integrated assembler on MSP430 by default.Anton Korobeynikov2019-02-051-0/+1
* [AArch64][Outliner] Don't outline BTI instructionsOliver Stannard2019-02-051-0/+8
* [X86][AVX] Attempt to combine shuffles to subvector broadcast loadSimon Pilgrim2019-02-051-0/+18
* AArch64/GlobalISel: Don't clamp from 2 to 2Matt Arsenault2019-02-051-2/+2
* [WebAssembly] Object: Remove redundant method. NFC.Sam Clegg2019-02-051-5/+1
* Recommit: Add support for prefix-only CLI optionsThomas Preud'homme2019-02-051-5/+14
* [MCA] Moved the logic that updates register dependencies from DispatchStage t...Andrea Di Biagio2019-02-053-26/+20
* [X86][SSE] Add SimplifyDemandedVectorElts support for X86ISD::BLENDVSimon Pilgrim2019-02-051-0/+21
* [MCA] Simplify the logic in method WriteState::addUser. NFCIAndrea Di Biagio2019-02-051-5/+1
* [DebugInfo][NFCI] Split salvageDebugInfo into helper functionsJeremy Morse2019-02-051-82/+82
* [X86][AVX] Attempt to share broadcasts of different widths (PR39454)Simon Pilgrim2019-02-051-0/+8
* [CGP] Add support for sinking operands to their users, if they are free.Florian Hahn2019-02-053-0/+158
* [ARM GlobalISel] Support G_GEP for Thumb2Diana Picus2019-02-052-3/+3
* [NFC] fix trivial typos in commentsHiroshi Inoue2019-02-058-13/+13
* [DAG] BaseIndexOffset: FrameIndexSDNodes with the same FrameIndex compare equal.Clement Courbet2019-02-051-5/+9
* [X86] Connect the default fpsr and dirflag clobbers in inline assembly to the...Craig Topper2019-02-052-1/+9
* [LSR] Check SCEV on isZero() after extend. PR40514Max Kazantsev2019-02-051-3/+21
* [SamplePGO] More pipeline changes when flattened profile used in ThinLTO post...Teresa Johnson2019-02-051-20/+32
* Fix narrowing issue from r353129Richard Trieu2019-02-051-1/+2
* [WebAssembly] Fix indentation after adding IsCanonical property (NFC)Heejin Ahn2019-02-052-11/+11
* [WebAssembly] Make disassembler always emit most canonical name.Wouter van Oortmerssen2019-02-054-11/+22
* [SamplePGO][NFC] Minor improvement to replace a temporary vector with aWei Mi2019-02-051-3/+2
* GlobalISel: Fix verifier crashing on non-register operandsMatt Arsenault2019-02-051-1/+6
* [WebAssembly] memory.copyThomas Lively2019-02-056-0/+66
* GlobalISel: Consolidate load/store legalizationMatt Arsenault2019-02-051-103/+14
* [DAGCombiner] Discard pointer info when combining extract_vector_elt of a vec...Craig Topper2019-02-051-1/+3
* [SamplePGO] Minor efficiency improvement in samplePGO ICPTeresa Johnson2019-02-051-3/+3
* GlobalISel: Implement narrowScalar for selectMatt Arsenault2019-02-051-0/+53
* GlobalISel: Combine g_extract with g_merge_valuesMatt Arsenault2019-02-041-0/+1
* Revert "[PATCH] [TargetLibraryInfo] Update run time support for Windows"Evandro Menezes2019-02-041-59/+53
* [PATCH] [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-041-53/+59
* GlobalISel: Enforce operand types for constantsMatt Arsenault2019-02-041-0/+23
* GlobalISel: Verify g_selectMatt Arsenault2019-02-041-24/+40
* MachineVerifier: Move verification of G_* instructions to functionMatt Arsenault2019-02-041-100/+117
OpenPOWER on IntegriCloud