summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move AArch64BranchRelaxation to generic codeMatt Arsenault2016-10-061-416/+0
* AArch64: Move remaining target specific BranchRelaxation bits to TIIMatt Arsenault2016-10-061-27/+5
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-141-4/+4
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-2/+2
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-141-167/+53
* BranchRelaxation: Fix handling of blocks with multiple conditionalMatt Arsenault2016-08-231-6/+36
* AArch64: Assert on analyzeBranch failingMatt Arsenault2016-08-111-2/+4
* AArch64: Consolidate branch inversion logicMatt Arsenault2016-08-021-20/+22
* AArch64: BranchRelaxtion cleanupsMatt Arsenault2016-08-021-120/+122
* AArch64: Fix end iterator dereferenceMatt Arsenault2016-08-021-51/+57
* [AArch64] Register passes so they can be run by llcDiana Picus2016-08-011-8/+0
* TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer2016-07-281-6/+6
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-1/+1
* Target: Avoid getFirstTerminator() => pointer, NFCDuncan P. N. Exon Smith2016-07-081-5/+5
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-6/+6
* AArch64: Fix range loop contradicting comment above itMatt Arsenault2016-06-161-1/+2
* [AArch64] Fix typo. NFC.Chad Rosier2016-03-251-2/+1
* AArch64: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-7/+5
* [AArch64] Register (existing) AArch64BranchRelaxation pass with LLVM pass man...Chad Rosier2015-08-051-2/+13
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.Eric Christopher2015-01-281-3/+1
* Testing commit access.Moritz Roth2014-08-141-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+4
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-2/+2
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-3/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+510
OpenPOWER on IntegriCloud