Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
[oota-llvm.git] / include / llvm / IR / InstrTypes.h
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-14 Sanjoy DasTeach haveSameSpecialState about operand bundles
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-08 Sanjoy Das[OperandBundles] Remove unncessary constructor
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-04 Sanjoy Das[OperandBundles] Allow operand-specific attributes...
2015-11-26 Sanjoy Das[OperandBundles] Treat "deopt" operand bundles specially
2015-11-25 Sanjoy Das[OperandBundles] Extract duplicated code into a helper...
2015-11-18 Sanjoy Das[OperandBundles] Address review on r253446; NFC
2015-11-18 Sanjoy Das[OperandBundles] Tighten OperandBundleDef's interface...
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-07 Sanjoy Das[OperandBundles] Rename accessor, NFC
2015-11-04 Sanjoy Das[IR] Add a `data_operand` abstraction
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI.
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI
2015-10-22 Sanjoy Das[SCEV] Opportunistically interpret unsigned constraints...
2015-10-22 Sanjoy Das[OperandBundles] Teach AliasAnalysis about operand...
2015-10-22 Sanjoy Das[OperandBundles] Make function attributes conservativel...
2015-10-07 Sanjoy Das[OperandBundles] Add an accessor to get an operand...
2015-10-07 Sanjoy Das[OperandBundles] Remove a useless accessor from Operand...
2015-10-02 Sanjoy DasFix comment ASCII art to unbreak the gcc 4.9.1 build
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-06 Aaron BallmanSilencing a -Wtype-limits warning; NFC.
2015-08-05 Pete CooperMove BB succ_iterator to be inside TerminatorInst....
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-07 Rafael EspindolaDon't redeclare a pure virtual method.
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-09-03 Sanjay Patelhouse cleaning: "Don’t duplicate function or class...
2014-09-03 Sanjay PatelChange name of copyFlags() to copyIRFlags(). Add conven...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-01 Sanjay PatelAdd a convenience method to copy wrapping, exact, and...
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-14 Matt ArsenaultUpdate comments to include addrspacecast
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-05-31 Matt ArsenaultFix wrong comment. Null is not acceptable.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-02 Chandler CarruthMove all of the header files which are involved in...