summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]David Stenberg2019-11-211-4/+2
* [MemorySSA] Update analysis when the terminator is a memory instruction.Alina Sbirlea2019-11-201-1/+7
* Move widenable branch formation into makeGuardControlFlowExplicit helperPhilip Reames2019-11-201-1/+13
* [NFC] Factor out utilities for manipulating widenable branchesPhilip Reames2019-11-191-0/+26
* [ThinLTO] Avoid extra index lookup during promotionTeresa Johnson2019-11-181-12/+11
* [ThinLTO] Promotion handling cleanup (NFC)Teresa Johnson2019-11-181-21/+12
* [SimplifyCFG] propagate fast-math-flags (FMF) from phi to selectSanjay Patel2019-11-171-0/+5
* [SimplifyCFG] propagate fast-math-flags (FMF) from phi to selectSanjay Patel2019-11-151-1/+7
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-153-0/+188
* Recommit "[ThinLTO] Add correctness check for RO/WO variable import"evgeny2019-11-151-3/+3
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-147-3/+10
* Revert "[ThinLTO] Add correctness check for RO/WO variable import"Benjamin Kramer2019-11-141-3/+3
* [ThinLTO] Add correctness check for RO/WO variable importevgeny2019-11-141-3/+3
* Check result of emitStrLen before passing it to CreateGEPDimitry Andric2019-11-141-2/+2
* Sink all InitializePasses.h includesReid Kleckner2019-11-1320-2/+25
* [PGO][PGSO] Temporarily disable the large working set size behavior.Hiroshi Yamauchi2019-11-131-0/+5
* [VFABI] Read/Write functions for the VFABI attribute.Francesco Petrogalli2019-11-121-0/+29
* [ThinLTO] Fix bug when importing writeonly variablesevgeny2019-11-081-3/+14
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-072-0/+435
* Wrong debug info generated at -O2 (-O0 is correct)Vedant Kumar2019-11-071-0/+5
* [ThinLTO] Import readonly vars with refsevgeny2019-11-071-2/+2
* Keep import function list for inlinee profile updateWenlei He2019-11-061-8/+11
* [LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predica...Roman Lebedev2019-11-061-16/+38
* [LoopRotationUtils] Check values are newly inserted into maps.Alina Sbirlea2019-11-051-5/+14
* [SimplifyCFG] Use a (trivially) dominanting widenable branch to remove later ...Philip Reames2019-11-041-0/+48
* Recommit "[CodeView] Add option to disable inline line tables."Amy Huang2019-11-041-11/+30
* [LoopUnrollRuntime] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský2019-11-031-2/+2
* [LoopUnrollAndJam] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský2019-11-031-1/+3
* Recommit "[ThinLTO] Handle GUID collision in import global processing""Teresa Johnson2019-11-011-5/+16
* Revert "[LLD][ThinLTO] Handle GUID collision in import global processing"Teresa Johnson2019-11-011-11/+5
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-30/+11
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-11/+30
* [LCSSA] Forget values we create LCSSA phis forFlorian Hahn2019-10-291-2/+8
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-281-15/+53
* [utils] InlineFunction: fix for debug info affecting optimizationsBjorn Pettersson2019-10-281-0/+1
* [Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet2019-10-251-5/+5
* [LLD][ThinLTO] Handle GUID collision in import global processingTeresa Johnson2019-10-251-5/+11
* Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson2019-10-211-0/+1
* [Alignment][NFC] Finish transition for `Loads`Guillaume Chatelet2019-10-211-1/+2
* Reverted r375254 as it has broken some build bots for a long time.Vladimir Vereschaka2019-10-201-53/+15
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-181-15/+53
* [Utils] Cleanup similar cases to MergeBlockIntoPredecessor.Alina Sbirlea2019-10-162-35/+34
* CodeExtractor: NFC: Use Range based loopAditya Kumar2019-10-161-4/+4
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-152-2/+2
* [InstCombine] Add test case for PR43617 (NFC)Evandro Menezes2019-10-101-3/+1
* [InstCombine] Fix PR43617Evandro Menezes2019-10-091-4/+5
* [Support] Add mathematical constantsEvandro Menezes2019-10-091-4/+2
* [MemorySSA] Make the use of moveAllAfterMergeBlocks consistent.Alina Sbirlea2019-10-092-9/+25
* [CodeExtractor] Factor out and reuse shrinkwrap analysisVedant Kumar2019-10-081-89/+123
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-072-3/+3
OpenPOWER on IntegriCloud