[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / include / llvm / IR / IRBuilder.h
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-26 Chandler CarruthAdd two helpers to IRBuilder to flesh the interface...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2013-12-05 Michael IlsemanUse present fast-math flags when applicable in CreateBinOp
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-08 Benjamin KramerIRBuilder: Downgrade InsertPointGuard's instruction...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Benjamin KramerIRBuilder: Move fast math flags to IRBuilderBase.
2013-07-22 Matt ArsenaultFix missing const
2013-07-18 Adrian PrantlGet rid of the Dis/EnableDebugLocations() API.
2013-07-09 Nadav RotemIRBuilder: add an assertion that checks if we try to...
2013-07-08 Nadav RotemFix a bug in IRBuilder::ClearInsertionPoint. The IR...
2013-05-02 Adrian PrantlProvide an API to temporarily suppress DebugLocations...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-01-30 Michael GottesmanDoxygenified some comments in IRBuilder.h.
2013-01-30 Michael GottesmanRemoved CreateFPExtOrFPTrunc for now until I have the...
2013-01-26 David BlaikieIRBuilder: Remove redundant check around SetInstDebugLo...
2013-01-20 Michael GottesmanChanged IRBuilder::CreateZExtOrTrunc and IRBuilder...
2013-01-20 Michael GottesmanConverted all method comments in IRBuilder.h to use...
2013-01-20 Michael GottesmanCorrected assert messages for CreateZExtOrTrunc/CreateS...
2013-01-20 Michael GottesmanAdded IRBuilder::CreateFPExtOrFPTrunc.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...