summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchRelaxation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-6/+6
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-3/+2
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-2/+2
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-8/+7
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-7/+7
* Escape % in printf format string.Evgeniy Stepanov2019-08-161-1/+1
* Revert "Use const DebugLoc&"Chandler Carruth2019-04-231-2/+2
* Use const DebugLoc&Matt Arsenault2019-04-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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