summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/IRBuilderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-3/+5
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-2/+2
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-2/+2
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-2/+20
* Fix memory leak in unittest added in r241101.Alexey Samsonov2015-06-301-1/+5
* [DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...Alexey Samsonov2015-06-301-0/+31
* IRBuilder: Add unit tests for construction of globals with address spaceTobias Grosser2015-06-191-0/+12
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+1
* Add convenient overloads for CreateInsertElement and CreateExtractElement met...Pawel Bylica2015-04-301-0/+15
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-3/+1
* Verifier: Move over DISubprogram::Verify()Duncan P. N. Exon Smith2015-03-311-1/+2
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-301-1/+3
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+2
* simplify expressionAdrian Prantl2015-01-211-3/+1
* Fix a compile issue on MSVC and call finalize().Adrian Prantl2015-01-211-1/+4
* Let subprograms with instructions without parent scopes fail theAdrian Prantl2015-01-211-0/+17
* Fix a logic bug when copying fast-math flags.Sanjay Patel2014-09-021-0/+4
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-5/+5
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-041-1/+1
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-251-0/+8
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-051-0/+51
* Use present fast-math flags when applicable in CreateBinOpMichael Ilseman2013-12-051-0/+7
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-151-9/+10
OpenPOWER on IntegriCloud