[opaque pointer types] Push the passing of value types up from Function/GlobalVariabl...
[oota-llvm.git] / include / llvm / IR / Operator.h
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Sanjay Pateladd some const to FastMathFlags getters; NFC
2015-03-13 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
2014-10-15 Sanjay Patelremove function names from comments; NFC
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-02 Matt ArsenaultFix crash when looking up the addrspace of GEPs with...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2013-09-12 Matt ArsenaultFix comment to match what the assert actually enforces
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
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...