OSDN Git Service

[Dominators] Visit affected node candidates found at different root levels
[android-x86/external-llvm.git] / unittests / IR /
2018-01-19 Jakub Kuderski[Dominators] Visit affected node candidates found at...
2018-01-17 Easwaran RamanAdd a ProfileCount class to represent entry counts.
2018-01-17 Daniel Neilson[Attributes] Fix crash when attempting to remove alignm...
2018-01-12 Brian M. Rzycki[JumpThreading] Preservation of DT and LVI across the...
2017-12-29 Matt ArsenaultIR: Fix BasicBlock::phis for empty blocks
2017-12-18 Max Kazantsev[ConstantRange] Support for ashr in ConstantRange compu...
2017-12-13 Michael ZolotukhinRemove redundant includes from unittests.
2017-12-08 Adrian PrantlGeneralize llvm::replaceDbgDeclare and actually support...
2017-12-05 Joel Galenson[ConstantRange] Support subtraction in makeGuaranteedNo...
2017-11-08 Adrian PrantlLet replaceVTableHolder accept any type.
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-19 Reid KlecknerRe-land "Fix Bug 30978 by emitting cv file checksums."
2017-09-16 Eric BeckmannRevert "Fix Bug 30978 by emitting cv file checksums."
2017-09-15 Eric BeckmannFix Bug 30978 by emitting cv file checksums.
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-08-30 Reid Kleckner[IR] Don't print "!DIExpression() = !DIExpression(...
2017-08-16 Jakub Kuderski[Dominators] Introduce batch updates
2017-08-15 Jakub Kuderski[Dominators] Include infinite loops in PostDominatorTree
2017-08-10 Reid KlecknerDisable some IR death tests when SEH is available
2017-08-03 Tobias Grosser[unittest] Remove TODO comment which caused concern
2017-08-02 Jakub Kuderski[Dominators] Teach LoopDeletion to use the new incremen...
2017-08-01 Tobias Grosser[PostDom] document the current handling of infinite...
2017-07-19 Adrian PrantlDebug Info: Add a file: field to DIImportedEntity.
2017-07-15 Jakub Kuderski[Dominators] Fix reachable visitation and reenable...
2017-07-14 Jakub Kuderski[Dominators] Temporarily disable a flaky unit test
2017-07-14 Jakub Kuderski[Dominators] Remove an extra semicolon and add a missin...
2017-07-14 Jakub Kuderski[Dominators] Implement incremental deletions
2017-07-14 Jakub Kuderski[Dominators] Implement incremental insertions
2017-07-14 Jakub Kuderski[Dominators] Make IsPostDominator a template parameter
2017-07-13 Jakub Kuderski[Dominators] Define Arc less-than operator inline.
2017-07-13 Jakub Kuderski[Dominators] Rename Update.Arc to Update.Edge
2017-07-13 Jakub Kuderski[Dominators] Add CFGBuilder testing utility
2017-07-12 Serge GueltonHave Module::createRNG return a unique_ptr
2017-07-10 Philip Pfaffe[PM] Enable registration of out-of-tree passes with...
2017-07-09 Chandler Carruth[PM] Teach PreservedAnalyses to have an `allInSet`...
2017-07-01 Jakub Kuderski[Dominators] Reapply r306892, r306893, r306893.
2017-06-30 Jakub KuderskiRevert "[Dominators] Teach IDF to use level information"
2017-06-30 Jakub Kuderski[Dominators] Keep tree level in DomTreeNode and use...
2017-06-30 Jakub Kuderski[Dominators] Don't compute DFS InOut numbers eagerly.
2017-06-14 Florian HahnAlign definition of DW_OP_plus with DWARF spec [3/3]
2017-06-13 Craig TopperFix m_[Ord|Unord][FMin|FMax] matchers to correctly...
2017-06-13 Florian HahnAlign definition of DW_OP_plus with DWARF spec [1/3]
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-05 Adam NemetHandle non-unique edges in edge-dominance
2017-06-04 Craig Topper[ConstantRange] Add another truncate unittest for wrapp...
2017-06-04 Craig Topper[ConstantRange] Add a few more truncate unittests.
2017-06-04 Craig Topper[ConstantRange] Add missing result check to the Constan...
2017-05-31 Reid KlecknerFix assertion when merging multiple empty AttributeLists
2017-05-27 Adam NemetRearrange Dom unittest to accommodate multiple tests
2017-05-27 Adam Nemetclang-format DomTree unittest
2017-05-26 Daniel JasperRemove unnecessary double-assignment triggering -Wseque...
2017-05-26 Chandler Carruth[IR] Add an iterator and range accessor for the PHI...
2017-05-20 Xin TongFix test typo. NFC
2017-05-19 Reid KlecknerFix off-by-one bug in AttributeList::addAttributes...
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-15 Craig Topper[ConstantRange] Fix what appear to be copy and paste...
2017-05-10 Craig Topper[ConstantRange] Fix the early out in ConstantRange...
2017-05-10 Craig Topper[ConstantRange] Add test case showing a case where...
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-08 Zvi RackoverIR: Add a shufflevector mask commutation helper functio...
2017-05-02 Reid KlecknerRe-land r301697 "[IR] Make add/remove Attributes use...
2017-05-01 Sanjoy DasAdd a new WeakVH value handle; NFC
2017-05-01 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-05-01 Sanjoy DasEmulate TrackingVH using WeakVH
2017-04-28 Hans WennborgRevert r301697 "[IR] Make add/remove Attributes use...
2017-04-28 Adrian PrantlRemove line and file from DINamespace.
2017-04-28 Reid Kleckner[IR] Make add/remove Attributes use AttrBuilder instead...
2017-04-26 Adrian PrantlAdd support for DW_TAG_thrown_type.
2017-04-26 Sanjoy DasReverts commit r301424, r301425 and r301426
2017-04-26 Sanjoy DasAdd a new WeakVH value handle; NFC
2017-04-26 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-04-19 Craig Topper[APInt] Cast more calls to add/sub/mul overflow functio...
2017-04-19 Reid KlecknerRemove buggy 'addAttributes(unsigned, AttrBuilder)...
2017-04-18 Reid KlecknerFix crash in AttributeList::addAttributes, add test
2017-04-12 Chandler Carruth[IR] Redesign the case iterator in SwitchInst to actual...
2017-03-28 Adam Nemet[IR] Add AllowContract to FastMathFlags
2017-03-21 Adam NemetMake test more robust
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-16 Reid KlecknerRemove getArgumentList() in favor of arg_begin(), args...
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-02-28 Chandler Carruth[IR] Add range accessors for the indices of a GEP instr...
2017-02-23 Sanjoy Das[IR] Add a Instruction::dropPoisonGeneratingFlags helper
2017-02-15 Keno Fischer[GlobalObject] Fix setSection("")
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2017-01-24 Chandler Carruth[PM] Introduce a PoisoningVH as a (more expensive)...
2017-01-12 David BlaikieFix some -Wsign-compare warnings by making some integer...
2017-01-12 Amjad Aboud[DebugInfo] Added DI macro creation API to DIBuilder.
2017-01-10 Serge Pavlov[StructurizeCfg] Update dominator info.
2017-01-09 Mohammed Agabaria[IR] Adding const_value_op_iterator for IR/User.h
2016-12-27 Chandler Carruth[PM] Introduce the facilities for registering cross...
2016-12-25 Amjad Aboud[DebugInfo] Added support for Checksum debug info feature.
2016-12-20 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-12-10 Chandler Carruth[PM] Support invalidation of inner analysis managers...
2016-12-05 Adrian Prantl[DIExpression] Introduce a dedicated DW_OP_LLVM_fragmen...
next