summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* CET for Exception HandlePengfei Wang2020-05-181-3/+10
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-35/+105
* [MachineSink] Fix for breaking phi edges with instructions with multiple defsDavid Green2020-05-071-17/+13
* BPF: fix a CORE optimization bugYonghong Song2020-05-061-1/+12
* [Coroutines] Fix PR45130Jun Ma2020-04-291-1/+4
* Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel"Tom Stellard2020-04-291-2/+6
* Re-land [MC] Fix quadratic behavior in addPendingLabelAlexandre Ganea2020-04-271-6/+2
* [PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabledKai Luo2020-04-221-1/+1
* [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuseKai Luo2020-04-161-2/+5
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-163-6/+32
* [X86][SSE] combineX86ShufflesConstants - early out for zeroable vectors (PR45...Simon Pilgrim2020-04-161-1/+7
* [SimplifyCFG] Skip merging return blocks if it would break a CallBr.Jonas Paulsson2020-04-161-0/+15
* [DAGCombine] Fix splitting indexed loads in ForwardStoreValueToDirectLoad()Nemanja Ivanovic2020-04-141-10/+15
* [CodeGen] Fix sinking local values in lpads with phisReid Kleckner2020-04-131-1/+16
* [EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)Sanjay Patel2020-03-191-7/+44
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-131-0/+4
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-033-29/+8
* [WinEH] Fix inttoptr+phi optimization in presence of catchswitchReid Kleckner2020-03-021-4/+14
* Attempt to fix ZLIB CMake logic on WindowsReid Kleckner2020-03-021-2/+4
* [CMake] Link against ZLIB::ZLIBPetr Hosek2020-03-021-3/+22
* Try to fix WindowsManifest CMake logic on WindowsReid Kleckner2020-03-021-2/+4
* build: process the libxml2 library path for embeddingSaleem Abdulrasool2020-02-281-1/+10
* No longer generate calls to *_finiteserge-sans-paille2020-02-282-61/+15
* SROA: Don't drop atomic load/store alignments (PR45010)Hans Wennborg2020-02-281-0/+4
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-2814-256/+13
* [InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): fix miscompile (P...Roman Lebedev2020-02-271-1/+19
* [InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...Roman Lebedev2020-02-271-2/+22
* [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)Hans Wennborg2020-02-272-14/+14
* [MemorySSA] Don't verify MemorySSA unless VerifyMemorySSA enabledNikita Popov2020-02-271-1/+4
* Revert "[LICM] Support hosting of dynamic allocas out of loops"Philip Reames2020-02-261-45/+0
* [Codegen] Revert rL354676/rL354677 and followups - introduced PR43446 miscompileRoman Lebedev2020-02-261-27/+0
* [LoopRotate] Get and update MSSA only if available in legacy pass manager.Alina Sbirlea2020-02-261-5/+6
* Don't generate libcalls for wide shift on Windows ARM (PR42711)Hans Wennborg2020-02-251-1/+1
* Filter callbr insts from critical edge splittingBill Wendling2020-02-212-2/+4
* [RISCV] Correct the CallPreservedMask for the function call in an interrupt h...Shiva Chen2020-02-201-7/+0
* Fix unused function warning (PR44808)Hans Wennborg2020-02-191-5/+7
* [X86CmovConversion] Make heuristic for optimized cmov depth more conservative...Nikita Popov2020-02-191-6/+7
* [SLPVectorizer] Do not assume extracelement idx is a ConstantInt.Florian Hahn2020-02-191-6/+5
* [FPEnv][ARM] Don't call mutateStrictFPToFP when loweringJohn Brawn2020-02-181-2/+10
* [AArch64][FPenv] Update chain of int to fp conversionDiogo Sampaio2020-02-181-2/+8
* [ARM] Fix infinite loop when lowering STRICT_FP_EXTENDJohn Brawn2020-02-181-0/+9
* [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCCJohn Brawn2020-02-181-2/+4
* [FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCSJohn Brawn2020-02-183-10/+75
* [FPEnv][AArch64] Add lowering and instruction selection for strict conversionsJohn Brawn2020-02-182-24/+54
* [FPEnv][AArch64] Add lowering and instruction selection for STRICT_FP_ROUNDJohn Brawn2020-02-182-8/+16
* Add lowering of STRICT_FSETCC and STRICT_FSETCCSJohn Brawn2020-02-183-11/+57
* [CodeGen] Fix the computation of the alignment of split stores.Hans Wennborg2020-02-121-2/+10
* Fix an unused variable warningHans Wennborg2020-02-121-1/+1
* Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"Jeremy Morse2020-02-126-51/+54
* Revert "[DebugInfo][DAG] Distinguish different kinds of location indirection"Jeremy Morse2020-02-121-19/+5
OpenPOWER on IntegriCloud