OSDN Git Service

Object/WasmObjectFile: Fix comparison of different signs
[android-x86/external-llvm.git] / unittests / IR /
2018-06-01 Roman Tereshin[DebugInfo] Refactoring DIType::setFlags to DIType...
2018-05-29 Matt ArsenaultIRBuilder: Add overload for intrinsics without args
2018-05-23 Jakub Kuderski[Dominators] Add PDT constructor from Function
2018-05-16 Vedant Kumar[STLExtras] Add size() for ranges, and remove distance()
2018-05-14 Nico WeberInline a few CMake variables into their only uses.
2018-05-14 Nico WeberRemove a workaround that should be unneeded after r202806.
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-12 Michael Zolotukhin[IDF] Enforce the returned blocks to be sorted.
2018-05-11 Jakub Kuderski[IRTests] Verify PDT instead of DT
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-05 Craig TopperFix a bunch of places where operator-> was used directl...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-27 Roman Lebedev[PatternMatch] Stabilize the matching order of commutat...
2018-04-25 Vedant Kumar[ADT] Make filter_iterator support bidirectional iteration
2018-04-19 Florian Hahn[IR/BasicBlockTest] Fix asan failure introduced in...
2018-04-19 Florian Hahn[BasicBlock] Add instructionsWithoutDebug methods to...
2018-04-16 Craig Topper[Attributes] Fix a bug in AttributeList::get so it...
2018-04-05 Fedor Sergeevallow custom OptBisect classes set to LLVMContext
2018-03-28 Daniel Neilson[PatternMatch] Add matchers for vector operations
2018-03-22 Roman Tereshin[MIR] Making MIR Printing, opt -dot-cfg, and -debug...
2018-03-16 Reid Kleckner[IR] Avoid the need to prefix MS C++ symbols with ...
2018-02-28 David Green[Dominators] Remove verifyDomTree and add some verifyin...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-20 Sanjay Patel[IRBuilder] fix CreateMaxNum to actually produce maxnum...
2018-02-14 Momchil VelikovUse EXPECT_FALSE instead of EXPECT_EQ(false, ...
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Momchil VelikovRe-commit r324489: [DebugInfo] Improvements to represen...
2018-02-07 Momchil VelikovRevert "[DebugInfo] Improvements to representation...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-06 Adrian PrantlAdd DWARF for discriminated unions
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-21 Jakub Kuderski[Dominators] Remove misleading double-deletion test
2018-01-20 David Green[Dominators] Fix some edge cases for PostDomTree updating
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
next