summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR
Commit message (Expand)AuthorAgeFilesLines
* [IR] fix potential crash in Constant::isElementWiseEqual()Sanjay Patel2020-01-141-0/+39
* Let PassBuilder Expose PassInstrumentationCallbacksJuneyoung Lee2020-01-071-0/+3
* [ConstantRange] Respect destination bitwidth for cast results.Florian Hahn2019-12-271-0/+22
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-1/+1
* [FPEnv] IRBuilder support for constrained sitofp/uitofp.Kevin P. Neal2019-12-171-0/+10
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* [IR] allow undefined elements when checking for splat constantsSanjay Patel2019-12-101-0/+40
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-1/+4
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-4/+1
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-1/+4
* Remove unused variable. NFC.Michael Liao2019-12-031-1/+0
* Fix signed mismatch warnings in MetadataTests.cppDavid Blaikie2019-12-031-9/+9
* [APInt][PatternMatch] Add 'is non-positive' predicateRoman Lebedev2019-12-031-0/+24
* [DebugInfo] Make DebugVariable class available in DebugInfoMetadatastozer2019-12-031-0/+38
* [PatternMatch] Add support for matching intrinsics with 5 operands.Florian Hahn2019-12-021-0/+79
* [DebugInfo] Disallow fragmenting DIExpressions with shift operatorsstozer2019-11-261-0/+43
* Move floating point related entities to namespace levelSerge Pavlov2019-11-201-25/+25
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-25/+25
* Move floating point related entities to namespace levelSerge Pavlov2019-11-151-25/+25
* [unittests] Add InitializePasses.h includesHeejin Ahn2019-11-131-1/+1
* [IR] Resolve an error at freeze's unit testsJuneyoung Lee2019-11-121-1/+1
* [IR] Redefine Freeze instructionaqjune2019-11-121-0/+48
* [ConstantRange] Add umul_sat()/smul_sat() methodsRoman Lebedev2019-11-081-0/+16
* [ConstantRange] Add `ushl_sat()`/`sshl_sat()` methods.Roman Lebedev2019-11-081-0/+16
* [ConstantRange] Add `subWithNoWrap()` methodRoman Lebedev2019-11-071-0/+28
* [ConstantRange] TestAddWithNo*WrapExhaustive: check that all overflow means e...Roman Lebedev2019-11-071-0/+13
* [PatternMatch] Add m_WithOverflowInst and m_ExtractValue matchersDavid Green2019-10-311-0/+24
* [LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea2019-10-301-47/+0
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-301-0/+54
* [FPEnv] Teach the IRBuilder about correct use of the strictfp attribute.Kevin P. Neal2019-10-251-0/+9
* [Alignment][NFC] Attributes use Align/MaybeAlignGuillaume Chatelet2019-10-221-4/+4
* Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson2019-10-211-0/+1
* [Alignment][NFC] Add a helper function to DataLayoutGuillaume Chatelet2019-10-211-0/+12
* [ConstantRange] makeGuaranteedNoWrapRegion(): `shl` supportRoman Lebedev2019-10-201-0/+78
* [ConstantRange] Optimize nowrap region test, remove redundant tests; NFCNikita Popov2019-10-201-103/+23
* [IR] Reimplement FPMathOperator::classof as a whitelist.Jay Foad2019-10-181-1/+1
* [Alignment][NFC] Value::getPointerAlignment returns MaybeAlignGuillaume Chatelet2019-10-151-14/+14
* [Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet2019-10-151-4/+4
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-153-11/+12
* [ASan] Fix IRTests/InstructionsTest.UnaryOperatorCameron McInally2019-10-141-0/+1
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-0/+15
* Print quoted backslashes in LLVM IR as \\ instead of \5CReid Kleckner2019-10-101-1/+1
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-101-15/+0
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-091-0/+15
* [SVE][IR] Scalable Vector size queries and IR instruction supportGraham Hunter2019-10-081-1/+115
* [ConstantRange] [NFC] replace addWithNoSignedWrap with addWithNoWrap.Chen Zheng2019-10-081-26/+0
* [ConstantRange] add helper function addWithNoWrap().Chen Zheng2019-09-301-0/+256
* [PatternMatch] Add m_SExtOrSelf(), m_ZExtOrSExtOrSelf() matchers + unittestsRoman Lebedev2019-09-271-0/+36
* [PatternMatch] Make m_Br more flexible, add matchers for BB values.Florian Hahn2019-09-251-0/+28
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-2/+5
OpenPOWER on IntegriCloud