OSDN Git Service

Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."
[android-x86/external-llvm.git] / unittests / Transforms /
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-04-20 Michael ZolotukhinRevert "Revert r330403 and r330413."
2018-04-20 Ilya BiryukovRevert r330403 and r330413.
2018-04-20 Michael Zolotukhin[SSAUpdaterBulk] Use SmallVector instead of DenseMap...
2018-04-09 Michael Zolotukhin[PR16756] Add SSAUpdaterBulk.
2018-03-21 David BlaikieFix a couple of layering violations in Transforms
2018-03-06 Florian Hahn[CloneFunction] Support BB == PredBB in DuplicateInstru...
2018-03-02 Vedant Kumar[Utils] Salvage debug info in block simplification
2018-03-02 Vedant Kumar[Utils] Salvage debug info in recursive inst deletion
2018-03-02 Vedant Kumar[unittests] Make some parseIR calls more readable, NFC
2018-02-28 David Green[Dominators] Remove verifyDomTree and add some verifyin...
2018-02-14 Rafael EspindolaPass a module reference to CloneModule.
2018-01-31 Matt ArsenaultUtils: Fix DomTree update for entry block
2018-01-17 Matt ArsenaultAdd tests for ConstantFoldTerminator preserving DomTree
2017-12-08 Adrian PrantlGeneralize llvm::replaceDbgDeclare and actually support...
2017-11-18 Walter Lee[asan] Add a full redzone after every stack variable
2017-11-16 Eric ChristopherNeed to work around the gcc Wunused-function bug as...
2017-10-26 Balaram MakamReapply r316582 [Local] Fix a bug in the domtree update...
2017-10-25 Balaram MakamRevert r316582 [Local] Fix a bug in the domtree update...
2017-10-25 Balaram Makam[Local] Fix a bug in the domtree update logic for Merge...
2017-10-06 Jakub Kuderski[CodeExtractor] Fix multiple bugs under certain shape...
2017-09-28 Sanjoy DasUse a BumpPtrAllocator for Loop objects
2017-09-22 Sanjoy DasRename markAsErased to erase, as pointed out in a previ...
2017-09-21 Reid KlecknerRe-land r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-19 Sanjoy Das[LoopInfo] Make LoopBase and Loop destructors non-public
2017-08-03 Ewan Crawford[Cloning] Move distinct GlobalVariable debug info metad...
2017-07-28 Adrian PrantlRemove the obsolete offset parameter from @llvm.dbg...
2017-07-07 Gor Nishanov[cloning] Do not duplicate types when cloning functions
2017-06-14 Galina KistanovaSupressed warning: declared ‘static’ but never defined.
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-06 Xin TongAdd a dominanance check interface that uses caching...
2017-06-01 Keno FischerReapply "[Cloning] Take another pass at properly clonin...
2017-05-30 Keno FischerRevert "[Cloning] Take another pass at properly cloning...
2017-05-30 Keno Fischer[Cloning] Take another pass at properly cloning debug...
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-09 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-09 Hans WennborgRevert r302469 "Make it illegal for two Functions to...
2017-05-08 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-11 Daniel BerlinMemorySSA: Move to Analysis, from Transforms/Utils...
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-16 Reid KlecknerRemove getArgumentList() in favor of arg_begin(), args...
2017-02-22 Daniel BerlinMove updating functions to MemorySSAUpdater.
2017-02-20 Daniel BerlinMemorySSA: Add support for renaming uses in the updater.
2017-02-17 Sanjoy Das[JumpThreading] Re-enable JumpThreading for guards
2017-02-15 Anna ThomasRevert "[JumpThreading] Thread through guards"
2017-02-09 Sanjoy Das[JumpThreading] Thread through guards
2017-02-07 Chandler Carruth[PM] Defend against getting slightly wrong template...
2017-01-30 Daniel BerlinRevert "[MemorySSA] Revert r293361 and r293363, as...
2017-01-30 Sam McCall[MemorySSA] Revert r293361 and r293363, as the tests...
2017-01-28 Daniel BerlinMemorySSA: Allow movement to arbitrary places
2017-01-28 Daniel BerlinMemorySSA: Move updater to its own file
2017-01-28 Daniel BerlinIntroduce a basic MemorySSA updater, that supports...
2017-01-25 Daniel BerlinMemorySSA: Link all defs together into an intrusive...
2017-01-21 Chandler Carruth[PM] Teach the loop PM to run LoopSimplify prior to...
2017-01-18 Peter CollingbourneCloning: Copy comdats when cloning globals.
2017-01-15 Chandler Carruth[PM] The assumption cache is fundamentally designed...
2017-01-11 Simon PilgrimFix unused variable warning
2017-01-11 Chandler Carruth[PM] Separate the LoopAnalysisManager from the LoopPass...
2016-12-25 Bryant Wong[MemorySSA] Define a restricted upward AccessList splice.
2016-12-19 Daniel JasperRevert @llvm.assume with operator bundles (r289755...
2016-12-15 Hal FinkelRemove the AssumptionCache
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-11-11 Erik EcksteinMake the FunctionComparator of the MergeFunctions pass...
2016-11-01 George Burgess IV[MemorySSA] Tighten up types to make our API prettier...
2016-10-26 Peter CollingbourneCloning: Also clone global variable attached metadata.
2016-10-20 Daniel Berlin[MSSA] Avoid unnecessary use walks when calling getClob...
2016-10-20 Victor LeschukDebugInfo: preparation to implement DW_AT_alignment
2016-10-18 Vitaly Buka[asan] Simplify calculation of stack frame layout extra...
2016-10-18 Vitaly Buka[asan] Append line number to variable name if line...
2016-10-03 George Burgess IV[MSSA] Allow unittests to use BasicAA when building.
2016-09-26 Daniel BerlinUpdate MemorySSA unittest to account for non-pruned...
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Leny KholodovDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Mehdi AminiRevert "DebugInfo: use strongly typed enum for debug...
2016-09-06 Mehdi AminiDebugInfo: use strongly typed enum for debug info flags
2016-08-29 Vitaly Buka[asan] Separate calculation of ShadowBytes from calcula...
2016-08-20 Vitaly Buka[asan] Add support of lifetime poisoning into ComputeAS...
2016-08-19 Vitaly BukaRevert "[asan] Add support of lifetime poisoning into...
2016-08-18 Vitaly Buka[asan] Add support of lifetime poisoning into ComputeAS...
2016-08-03 George Burgess IV[MSSA] clang-format. NFC.
2016-08-03 George Burgess IV[MSSA] Add special handling for invariant/constant...
2016-08-03 George Burgess IV[MSSA] Fix a caching bug.
2016-07-31 Daniel BerlinFix the MemorySSA updating API to enable people to...
2016-07-31 Daniel BerlinComment fixes to MemorySSA.h
2016-06-24 Peter CollingbourneIR: New representation for CFI and virtual call optimiz...
2016-06-21 Daniel BerlinAdd MemoryAccess creation and PHI creation APIs to...
2016-06-20 George Burgess IV[MemorySSA] Clean up unit tests a tiny bit. NFC.
2016-06-01 Geoff Berry[MemorySSA] Port to new pass manager
2016-05-10 Peter CollingbourneCloning: Clean up the interface to the CloneFunction...
2016-04-29 George Burgess IV[MemorySSA] Fix bugs in walker; refactor unittests...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-16 Duncan P. N. Exon... ValueMapper: Stop memoizing ConstantAsMetadata
2016-04-16 Duncan P. N. Exon... Reapply "ValueMapper: Eliminate cross-file co-recursion...
2016-04-16 Duncan P. N. Exon... Revert "ValueMapper: Eliminate cross-file co-recursion...
2016-04-16 Duncan P. N. Exon... ValueMapper: Use API from r266503 in unit tests, NFC
2016-04-15 Adrian Prantl[PR27284] Reverse the ownership between DICompileUnit...
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-13 Duncan P. N. Exon... ValueMapper: Resolve cycles on the new nodes
2016-04-08 Duncan P. N. Exon... ValueMapper: Don't memoize metadata when RF_NoModuleLev...
next