aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Util
AgeCommit message (Expand)Author
2018-10-10Relax trivial cast requirements in CallPromotionUtilsScott Linder
2018-07-24[PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.Florian Hahn
2018-07-10[LowerSwitch] Fixed faulty PHI nodesKarl-Johan Karlsson
2018-06-20[PredicateInfo] Order instructions in different BBs by DFSNumIn.Florian Hahn
2018-05-22[LowerSwitch] Fixed faulty PHI node updateKarl-Johan Karlsson
2018-05-17Require DominatorTree when requiring/preserving LoopInfo in the old pass managerMikael Holmen
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-05-09Support a funclet operand bundle in LowerInvokeHeejin Ahn
2018-03-09LowerDbgDeclare: ignore dbg.declares for allocas with volatile accessAdrian Prantl
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-09-13[InstCombine] Add a flag to disable LowerDbgDeclareReid Kleckner
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-24[ADT] Enable reverse iteration for DenseMapMandeep Singh Grang
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-20Keep Optimization Remark Yaml in NewPMSam Elliott
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-26Migrate SimplifyLibCalls to new OptimizationRemarkEmitterAdam Nemet
2017-06-14PredicateInfo: Don't insert conditional info when a conditional branch jumps ...Daniel Berlin
2017-06-07Introduce the new feature "abi-breaking-checks" to satisfy -reverse-iterate i...NAKAMURA Takumi
2017-06-01[PredicateInfo] Enable -reverse-iterate tests only for +Asserts buildsMandeep Singh Grang
2017-06-01[PredicateInfo] Fix non-determinism in codegen uncovered by reverse iterating...Mandeep Singh Grang
2017-05-15PR32288: Describe a bool parameter's DWARF location with a simple registerDavid Blaikie
2017-04-25[SimplifyLibCalls] Fix infinite loop with fast-math optimization.Andrew Ng
2017-04-11MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2017-04-10MemorySSA: Make lifetime starts defs for mustaliased pointersDaniel Berlin
2017-04-09[MemorySSA] Fix use of pointsToConstantMemory in isUseTriviallyOptimizableToL...Hal Finkel
2017-03-31[MSSA] Small test fixPiotr Padlewski
2017-03-30Teach stripNonLineTableDebugInfo() to remap DILocations in !llvm.loop nodes.Adrian Prantl
2017-02-22PredicateInfo: Support switch statementsDaniel Berlin
2017-02-18PredicateInfo: Clean up predicate info a little, using insertionDaniel Berlin
2017-02-12PredicateInfo: Handle critical edgesDaniel Berlin
2017-02-07Add PredicateInfo utility and printing passDaniel Berlin
2017-02-06IR: Consider two DISubprograms to be odr-equal if they have the same template...Peter Collingbourne
2017-01-23[MemorySSA] Add new tests for invariant.groupsPiotr Padlewski
2017-01-22Fix some broken CHECK lines.Benjamin Kramer
2017-01-21[MemorySSA] Remove deprecated comment from testPiotr Padlewski
2017-01-21[MemorySSA] Fix invariant.group test and add newPiotr Padlewski
2016-12-25[AliasAnalysis] Teach BasicAA about memcpy.Bryant Wong
2016-12-22Renumber testcase metadata nodes after r290153.Adrian Prantl
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-11[Verifier] Add verification for TBAA metadataSanjoy Das
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl
2016-11-21[MemorySSA] Fix unit tests broken by D26704Mandeep Singh Grang
2016-11-21[MemorySSA] Fix for non-determinism in codegenMandeep Singh Grang
2016-10-25Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman