Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2017-11-29 Peizhao OuGenerates conditional branch instead of fake ones for...
2017-11-20 Peizhao OuReverts wrong modification to MachineBlockPlacement...
2016-01-14 Hans WennborgMerging r257730:
2016-01-04 David Majnemer[X86] Make hasFP constant time
2015-12-16 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-20 Daniel SandersPartially revert r253662: some unrelated work was accid...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-10-13 Duncan P. N. Exon... SelectionDAG: Remove implicit ilist iterator conversion...
2015-10-12 Reid KlecknerDon't call PrepareEHLandingPad on non EH pads
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-09-10 Chandler CarruthAdd an explicit 'inline' specifier to these static...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
2015-05-08 Pete Cooper[Fast-ISel] Clear kill flags on registers replaced...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-19 Hans WennborgSelectionDAGIsel: Fix comment about terminators being...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-11 Eric ChristopherRemove useMachineScheduler and replace it with subtarge...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-04 Mehdi AminiUse report_fatal_error instead of unreachable for ...
2015-02-28 Mehdi AminiFixup for recent -fast-isel-abort change: code didn...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-15 Mehdi AminiFix SelectionDAG -view-*-dags filtering
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
2015-01-14 Mehdi AminiSelectionDAG: add a -filter-view-dags option to llc
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-10-08 Eric ChristopherGrab the TargetRegisterInfo off of the subtarget from the
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-08 Eric ChristopherCache SelectionDAGISel TargetInstrInfo lookups on the...
2014-10-08 Eric ChristopherReset the target options and optimization level as...
2014-10-08 Eric ChristopherHave the selection dag grab TargetLowering off of the...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-02 Justin BognerCodeGen: Remove commented out code
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
next