summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/IRBuilderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* 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
* [FPEnv] Teach the IRBuilder about correct use of the strictfp attribute.Kevin P. Neal2019-10-251-0/+9
* [IR] Reimplement FPMathOperator::classof as a whitelist.Jay Foad2019-10-181-1/+1
* [FPEnv] Teach the IRBuilder about constrained FPToSI and FPToUI.Kevin P. Neal2019-09-061-0/+11
* [IntrinsicEmitter] Support scalable vectors in intrinsicsCullen Rhodes2019-08-271-0/+45
* Added unit tests to check supported rounding modesSerge Pavlov2019-08-131-0/+28
* [FPEnv] Teach the IRBuilder about constrained FPTrunc and FPExtKevin P. Neal2019-07-181-0/+14
* OpaquePtr: pass type to CreateLoad. NFC.Tim Northover2019-07-091-1/+1
* Teach the IRBuilder about fadd and friends.Kevin P. Neal2019-07-081-0/+64
* [IRBuilder] Add CreateFNegFMF(...) to the IRBuilderCameron McInally2019-06-101-1/+11
* [IRBuilder] Add CreateUnOp(...) to the IRBuilder to support unary FNegCameron McInally2019-05-281-0/+12
* Test commit access [NFC]Cullen Rhodes2019-04-181-1/+1
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-4/+4
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-14/+19
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-151-1/+1
* [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functionsThomas Lively2018-10-131-0/+8
* [IRBuilder] Fixup CreateIntrinsic to allow specifying Types to Mangle.Neil Henning2018-10-081-1/+47
* [DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFCRoman Tereshin2018-06-011-0/+56
* IRBuilder: Add overload for intrinsics without argsMatt Arsenault2018-05-291-0/+4
* [IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454)Sanjay Patel2018-02-201-0/+17
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-061-4/+47
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-5/+6
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-0/+19
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-1/+20
* Make test more robustAdam Nemet2017-03-211-0/+1
* Fix some -Wsign-compare warnings by making some integer literals explicitly u...David Blaikie2017-01-121-3/+3
* [DebugInfo] Added DI macro creation API to DIBuilder.Amjad Aboud2017-01-121-0/+69
* [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud2016-12-141-6/+9
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-6/+4
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-2/+4
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-4/+4
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-4/+4
* Remove some unused variablesDavid Blaikie2016-03-131-5/+4
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-131-1/+1
* Fixed DIBuilder to verify that same imported entity will not be added twice t...Amjad Aboud2016-03-131-0/+15
* Temporarily revert:Eric Christopher2016-03-121-1/+1
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-111-1/+1
* function names start with a lower case letter ; NFCSanjay Patel2016-01-121-8/+8
* add FMF for CreateCall variantSanjay Patel2015-12-311-0/+10
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+21
OpenPOWER on IntegriCloud