summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/IRBuilderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Silencing an MSVC warning.Aaron Ballman2013-10-051-2/+2
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-0/+36
* IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi2013-01-231-0/+1
* IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi2013-01-231-2/+2
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+184
OpenPOWER on IntegriCloud