summaryrefslogtreecommitdiff
path: root/unittests/IR/IRBuilderTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-25
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-05
* Use present fast-math flags when applicable in CreateBinOpMichael Ilseman2013-12-05
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-15
* Silencing an MSVC warning.Aaron Ballman2013-10-05
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi2013-01-23
* IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi2013-01-23
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-07