summaryrefslogtreecommitdiff
path: root/lib/CodeGen/BranchRelaxation.cpp
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
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-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-09-06Insert IMPLICIT_DEFS for undef uses in tail mergingMatthias Braun
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-27BranchRelaxation: computeLiveIns() after creating new blockMatthias Braun
2017-05-26LivePhysRegs: Skip reserved regs in computeLiveIns; NFCIMatthias Braun
2017-05-26Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"Matthias Braun
2017-05-25LivePhysRegs: Skip reserved regs in computeLiveIns; NFCIMatthias Braun
2017-01-28Cleanup dump() functions.Matthias Braun
2016-12-16BranchRelaxation: Recompute live-ins when splitting a blockMatthias Braun
2016-11-02BranchRelaxation: Fix computing indirect branch block sizeMatt Arsenault
2016-11-01BranchRelaxation: Expand unconditional branches firstMatt Arsenault
2016-10-12BranchRelaxation: Unique live ins when creating blockMatt Arsenault
2016-10-06BranchRelaxation: Support expanding unconditional branchesMatt Arsenault
2016-10-06BranchRelaxation: Account for function alignmentMatt Arsenault
2016-10-06Move AArch64BranchRelaxation to generic codeMatt Arsenault