OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / include / llvm / IR / Instruction.h
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-09 Tim Shen[Atomic] Remove IsStore/IsLoad in the interface, and...
2017-03-28 Adam Nemet[IR] Add AllowContract to FastMathFlags
2017-03-27 Craig Topper[IR] Share implementation for pairs of const and non...
2017-03-26 Craig Topper[IR] Make Instruction::isAssociative method inline...
2017-03-23 Dehao ChenSet the prof weight correctly for call instructions...
2017-03-20 Dehao ChenUpdates branch_weights annotation for call instructions...
2017-03-20 Craig Topper[IR] Move a few static functions in Instruction class...
2017-02-23 Sanjoy Das[IR] Add a Instruction::dropPoisonGeneratingFlags helper
2016-12-12 Tim NorthoverStop lying about pointers' required alignments.
2016-12-05 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-equals-delete...
2016-11-22 Sanjay Pateladd and use isBitwiseLogicOp() helper function; NFCI
2016-10-05 Sanjay Patelfix documentation comments; NFC
2016-09-16 Dehao ChenChange extractProfMetadata and extractProfTotalWeight...
2016-08-23 Xinliang David LiFix windows build failure
2016-08-23 Xinliang David Li[Profile] refactor meta data copying/swapping code
2016-08-22 Duncan P. N. Exon... ADT: Remove ilist_*sentinel_traits, NFC
2016-08-17 Duncan P. N. Exon... Scalar: Avoid dereferencing end() in IndVarSimplify
2016-07-15 David Majnemer[AliasAnalysis] Give back AA results for fence instructions
2016-07-11 Dehao ChenImplement callsite-hotness based inline cost for Sample...
2016-06-25 David MajnemerThe absence of noreturn doesn't ensure mayReturn
2016-04-26 Sanjay Patel[CodeGenPrepare] use branch weight metadata to decide...
2016-04-22 David Majnemer[EarlyCSE] Take the intersection of flags on instructions
2016-03-12 Sanjay Patelfix documentation comments; NFC
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
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-07-07 Jonathan RoelofsFix comment typo. NFC
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-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-13 Jonathan RoelofsFix typo on Instruction::insert{After,Before}(). NFC
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 Daniel BerlinMark this inline properly
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadata()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Add Instruction::getMDNode()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Instruction::setMetadata()
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-08-29 Sanjay Patelanother typo
2014-08-29 Sanjay Pateltypo
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-01-28 Rafael EspindolaFix pr14893.
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
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...