summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/IRBuilderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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