[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / include / llvm / IR / Constants.h
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-07 Matt ArsenaultAdd getBitCastOrAddrSpaceCast
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-06-18 Chris Lattnerremove some @deprecated markers: LLVM APIs aren't depre...
2013-05-01 Peng Chengreplace reinterpret_cast by cast or remove reinterpret_...
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...