summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Attributor][Fix] Do not remove instructions during manifestationJohannes Doerfert2019-08-051-6/+12
* [LLVM][Alignment] Introduce Alignment Type in DataLayoutGuillaume Chatelet2019-08-051-1/+1
* [Transforms] Do not drop !preserve.access.index metadataYonghong Song2019-08-031-2/+5
* [Utils] remove duplicated documentation comments; NFCSanjay Patel2019-07-251-29/+4
* [Transforms] move copying of load metadata to helper function; NFCSanjay Patel2019-07-241-0/+51
* [SafeStack] Insert the deref before remaining elementsPetr Hosek2019-07-241-7/+2
* Fixing build error from commit 95cbc3dStefan Stipanovic2019-07-221-1/+1
* Revert "Fixing build error from commit 9285295."Stefan Stipanovic2019-07-221-1/+1
* Fixing build error from commit 9285295.Stefan Stipanovic2019-07-221-1/+1
* Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.Eric Christopher2019-07-221-1/+1
* [Attributor] Liveness analysis.Stefan Stipanovic2019-07-221-1/+1
* [SafeStack] Insert the deref after the offsetPetr Hosek2019-07-221-2/+2
* [Local] Zap blockaddress without users in ConstantFoldTerminator.Florian Hahn2019-07-201-0/+6
* [MemorySSA] Use SetVector to avoid nondeterminism.Alina Sbirlea2019-07-121-1/+1
* Revert r360902 "Resubmit: [Salvage] Change salvage debug info ..."Bob Haarman2019-05-211-21/+2
* [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)Petar Jovanovic2019-05-201-5/+5
* Resubmit: [Salvage] Change salvage debug info implementation to use DW_OP_LLV...Stephen Tozer2019-05-161-2/+21
* Revert "[Salvage] Change salvage debug info implementation to use DW_OP_LLVM_...Stephen Tozer2019-05-151-21/+2
* [Salvage] Change salvage debug info implementation to use DW_OP_LLVM_convert ...Stephen Tozer2019-05-151-2/+21
* [DebugInfo] Use zero linenos for debug intrinsics when promoting dbg.declareJeremy Morse2019-05-101-9/+26
* [CodeGenPrepare] Limit recursion depth for collectBitPartsDavid Stuttard2019-05-091-7/+17
* [MemorySSA] Teach LoopSimplify to preserve MemorySSA.Alina Sbirlea2019-05-081-1/+5
* [DEBUGINFO] Prevent Instcombine from dropping debuginfo when removing zextsWolfgang Pieb2019-04-151-5/+4
* [Transforms][ASan] Move findAllocaForValue() to Utils/Local.cpp. NFCAlexander Potapenko2019-04-151-0/+38
* [SimplifyCFG] Don't split musttail call from retJoseph Tremoulet2019-04-021-1/+1
* [Transforms] Redundant getValueOperand (NFC)Brian Gesiak2019-04-021-2/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-15/+4
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-4/+15
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-15/+4
* [DTU] Refine the interface and logic of applyUpdatesChijun Sima2019-02-221-18/+14
* [DTU] Deprecate insertEdge*/deleteEdge*Chijun Sima2019-02-221-6/+12
* [DebugInfo] Don't salvage load operations (PR40628).Jeremy Morse2019-02-121-3/+3
* [CallSite removal] Migrate ConstantFolding APIs and implementation toChandler Carruth2019-02-111-2/+2
* [CallSite removal] Migrate the statepoint GC infrastructure to use theChandler Carruth2019-02-111-4/+4
* [Local] Delete a redundant check. NFCFangrui Song2019-02-101-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+12
* [DWARF] LLVM ERROR: Broken function found, while removing Debug Intrinsics.Carlos Alberto Enciso2019-02-081-3/+3
* Move DomTreeUpdater from IR to AnalysisRichard Trieu2019-02-061-1/+1
* [DebugInfo][NFCI] Split salvageDebugInfo into helper functionsJeremy Morse2019-02-051-82/+82
* [opaque pointer types] Pass function types to InvokeInst creation.James Y Knight2019-02-011-2/+3
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IR] Add Instruction::isLifetimeStartOrEnd, NFCVedant Kumar2018-12-211-2/+1
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-201-2/+9
* [Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400)Vedant Kumar2018-12-151-27/+0
* [Transforms] Preserve metadata when converting invoke to call.Michael Kruse2018-12-141-0/+1
* [Local] Promote an utility that could be used elsewhere. NFCI.Davide Italiano2018-12-101-0/+11
* [IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlockVedant Kumar2018-11-191-4/+2
* [Local] Keep K's range if K does not move when combining metadata.Florian Hahn2018-10-271-1/+9
* [DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.Carlos Alberto Enciso2018-10-251-0/+41
OpenPOWER on IntegriCloud