summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchRelaxation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-19/+22
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Changes in the branch relaxation algorithm.Elena Demikhovsky2018-01-041-57/+107
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-11/+8
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-09-131-12/+23
* Insert IMPLICIT_DEFS for undef uses in tail mergingMatthias Braun2017-09-061-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* BranchRelaxation: computeLiveIns() after creating new blockMatthias Braun2017-05-271-0/+4
* LivePhysRegs: Skip reserved regs in computeLiveIns; NFCIMatthias Braun2017-05-261-1/+1
* Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"Matthias Braun2017-05-261-1/+1
* LivePhysRegs: Skip reserved regs in computeLiveIns; NFCIMatthias Braun2017-05-251-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+3
* BranchRelaxation: Recompute live-ins when splitting a blockMatthias Braun2016-12-161-3/+11
* BranchRelaxation: Fix computing indirect branch block sizeMatt Arsenault2016-11-021-17/+17
* BranchRelaxation: Expand unconditional branches firstMatt Arsenault2016-11-011-15/+22
* BranchRelaxation: Unique live ins when creating blockMatt Arsenault2016-10-121-0/+1
* BranchRelaxation: Support expanding unconditional branchesMatt Arsenault2016-10-061-5/+84
* BranchRelaxation: Account for function alignmentMatt Arsenault2016-10-061-9/+18
* Move AArch64BranchRelaxation to generic codeMatt Arsenault2016-10-061-0/+406
OpenPOWER on IntegriCloud