summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachinePipeliner.cpp
AgeCommit message (Expand)Author
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song
2018-06-20[NFC] fix trivial typos in commentsHiroshi Inoue
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-13[NFC] fix trivial typos in commentsHiroshi Inoue
2018-04-12[Pipeliner] Use std::stable_sort when ordering NodeSetsKrzysztof Parzyszek
2018-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-26[Pipeliner] Several node-ordering fixesKrzysztof Parzyszek
2018-03-26[Pipeliner] Check for affine expression in isLoopCarriedOrderKrzysztof Parzyszek
2018-03-26[Pipeliner] Add missing loop carried dependencesKrzysztof Parzyszek
2018-03-26[Pipeliner] Fix renaming in pipeliner when eliminating phisKrzysztof Parzyszek
2018-03-26[Pipeliner] Fix number of phis to generate in the epilogKrzysztof Parzyszek
2018-03-26[Pipeliner] Use latency to compute RecMIIKrzysztof Parzyszek
2018-03-26[Pipeliner] Fix assert caused by pipeliner serializationKrzysztof Parzyszek
2018-03-26[Pipeliner] Enable more base+offset dependence changes in pipelinerKrzysztof Parzyszek
2018-03-26[Pipeliner] Fix calculation when reusing phisKrzysztof Parzyszek
2018-03-26[Pipeliner] Fix check for order dependences when finalizing instructionsKrzysztof Parzyszek
2018-03-26[Pipeliner] Fix in the pipeliner phi reuse codeKrzysztof Parzyszek
2018-03-26[Pipeliner] Pipeliner should mark physical registers as usedKrzysztof Parzyszek
2018-03-26[Pipeliner] Correctly update memoperands in the epilogKrzysztof Parzyszek
2018-03-21[Hexagon] Eliminate subregisters from PHI nodes before pipeliningKrzysztof Parzyszek
2018-03-16Quiet unused variable warnings. NFC.David L Kreitzer
2018-03-07[Pipeliner] Fixed node order issue related to zero latency edgesRoorda, Jan-Willem
2018-03-06[Pipeliner] Test commit: fixed spelling mistake in commentsRoorda, Jan-Willem
2018-02-27[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAXKrzysztof Parzyszek
2018-02-27Revert "[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAX"Krzysztof Parzyszek
2018-02-27[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAXKrzysztof Parzyszek
2018-01-17[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-04support phi ranges for machine-level IRBob Wilson
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-11[Pipeliner] Fix offset value for instrs dependent on post-inc load/storesKrzysztof Parzyszek
2017-10-11[Pipeliner] Improve serialization order for post-incrementsKrzysztof Parzyszek
2017-10-10CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner
2017-09-11[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-07-31Guard print() functions only used by dump() functions.Florian Hahn
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2017-03-31Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-03-16Remove redundant conditions (PR31753). NFCI.Simon Pilgrim
2017-02-16[MachinePipeliner] Remove redundant destructor. NFC.Benjamin Kramer
2017-01-28Cleanup dump() functions.Matthias Braun
2016-12-22Add the DAG mutation interface to the software pipelinerKrzysztof Parzyszek
2016-12-22Fix two bugs in the pipeliner in renaming phis in the prolog and epilogKrzysztof Parzyszek
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek