aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/IRBuilderTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-02Fix a logic bug when copying fast-math flags.Sanjay Patel1-0/+4
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-5/+5
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-03-04[Modules] Move the NoFolder into the IR library as it createsChandler Carruth1-1/+1
2014-02-25Fix resetting the DataLayout in a Module.Rafael Espindola1-0/+8
2014-01-05Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth1-0/+51
2013-12-05Use present fast-math flags when applicable in CreateBinOpMichael Ilseman1-0/+7
2013-11-15Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer1-9/+10
2013-10-05Silencing an MSVC warning.Aaron Ballman1-2/+2
2013-09-30IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer1-0/+36
2013-01-23IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi1-0/+1
2013-01-23IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi1-2/+2
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-0/+184