OSDN Git Service

[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
[android-x86/external-llvm.git] / unittests / IR /
2019-04-14 Fangrui Song[ConstantRange] Simplify unittests after getSetSize...
2019-04-14 Fangrui Song[ConstantRange] Fix unittest after rL358347
2019-04-13 Nikita Popov[ConstantRange] Disallow NUW | NSW in makeGuaranteedNoW...
2019-04-12 Nikita Popov[ConstantRange] Clarify makeGuaranteedNoWrapRegion...
2019-04-11 Nikita Popov[ConstantRange] Add unsignedMulMayOverflow()
2019-04-11 Nikita Popov[ConstantRangeTest] Fix typos in test names; NFC
2019-04-07 Nikita Popov[ConstantRange] Add signed/unsigned unionWith()
2019-04-07 Nikita Popov[ConstantRangeTest] Generalize intersection testing...
2019-04-07 Nikita Popov[ConstantRange] Add unsigned and signed intersection...
2019-04-07 Nikita Popov[ConstantRange] Add isAllNegative() and isAllNonNegativ...
2019-04-07 Marcello Maggioni[ConstantRange] Shl considers full-set shifting to...
2019-03-27 Nikita Popov[ConstantRangeTest] Add exhaustive intersectWith()...
2019-03-27 Nikita Popov[ConstantRange] Add isWrappedSet() and isUpperSignWrapped()
2019-03-27 Nikita Popov[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
2019-03-26 Nikita Popov[ConstantRange] Exclude full set from isSignWrappedSet()
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-17 Nikita Popov[ConstantRange] Add fromKnownBits() method
2019-03-15 Fedor Sergeev[TimePasses] allow -time-passes reporting into a custom...
2019-03-15 Nikita Popov[ConstantRange] Try to fix compiler warnings; NFC
2019-03-15 Nikita Popov[ConstantRange] Add overflow check helpers
2019-03-08 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-07 Mitch PhillipsRollback of rL355585.
2019-03-07 Michael PlatingsFix & re-enable test that intermittently failed in...
2019-03-07 Michael PlatingsTemporarily disable newly added test that fails in...
2019-03-07 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-06 Mitch PhillipsRevert "[IR][ARM] Add function pointer alignment to...
2019-03-06 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-05 Sanjoy DasPHI nodes are not `FPMathOperator` s
2019-02-28 Richard TrieuFix IR/Analysis layering issue with OptBisect
2019-02-06 Richard TrieuMove DomTreeUpdater from IR to Analysis
2019-02-01 James Y Knight[opaque pointer types] Pass value type to GetElementPtr...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to InvokeIns...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to CallInst...
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-24 Mircea Trofin[llvm] Clarify responsiblity of some of DILocation...
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-13 James Y KnightRemove TypeBuilder.h, and fix the few locations using it.
2018-12-21 Mircea Trofin[llvm] API for encoding/decoding DWARF discriminators.
2018-12-11 Fedor Sergeev[NewPM] fixing asserts on deleted loop in -print-after-all
2018-11-25 Florian Hahn[MetadataTest] Fix off-by-one strncpy warning reported...
2018-11-20 Sanjay Patel[PatternMatch] Handle undef vectors consistently
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-13 David BlaikieDebugInfo: Add a CU metadata attribute for use of DWARF...
2018-11-02 David StenbergAllow null-valued function operands in getCalledFunction()
2018-10-17 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-15 Fedor SergeevRevert "[NewPM] teach -passes= to emit meaningful error...
2018-10-15 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-15 Chandler Carruth[TI removal] Make `getTerminator()` return a generic...
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-10-08 Neil Henning[IRBuilder] Fixup CreateIntrinsic to allow specifying...
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-09-21 Fedor Sergeev[New PM][PassInstrumentation] Adding PassInstrumentatio...
2018-09-20 David BlaikieRemove an unused function
2018-09-20 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-20 Sanjay Patel[IR] add shuffle query for vector concatenation
2018-09-20 Sanjay Patel[IR] reduce duplication in unittest for shuffles; NFC
2018-09-20 Eric ChristopherTemporarily Revert "[New PM] Introducing PassInstrument...
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-19 Fedor SergeevRevert rL342544: [New PM] Introducing PassInstrumentati...
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-08-30 Sanjay Patel[IR] add shuffle queries for identity extend/extract
2018-08-24 Adrian PrantlPrevent DILocation::getMergedLocation() from creating...
2018-08-16 David BlaikieDebugInfo: Add metadata support for disabling DWARF...
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-14 Alina Sbirlea[DomTree] Cleanup Update and LegalizeUpdate API moved...
2018-08-11 Chijun Sima[Dominators] Remove the DeferredDominance class
2018-08-03 Chijun Sima[Dominators] Refine the logic of recalculate() in the...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-13 Chijun Sima[DomTreeUpdater] Ignore updates when both DT and PDT...
2018-07-12 Chijun Sima[Dominators] Add isUpdateLazy() method to the DomTreeUp...
2018-07-07 Chijun SimaTest commit
2018-07-04 Jakub Kuderski[Dominators] Add DomTreeUpdater constructor from DT...
2018-07-03 Jakub KuderskiReappl "[Dominators] Add the DomTreeUpdater class"
2018-07-02 Jakub KuderskiRevert "[Dominators] Add the DomTreeUpdater class"
2018-07-02 Jakub Kuderski[Dominators] Add the DomTreeUpdater class
2018-06-26 Vedant KumarRename skipDebugInfo -> skipDebugIntrinsics, NFC
2018-06-26 Tim Shen[ConstantRange] Add support of mul in makeGuaranteedNoW...
2018-06-20 Sjoerd Meijer[PatternMatch] Add m_Store pattern match helper
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
2018-06-19 Sanjay Patel[IR] move shuffle mask queries from TTI to ShuffleVecto...
2018-06-16 Florian Hahn[Dominators] Change getNode parameter type to const...
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
next