summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.Eric Christopher2015-01-281-3/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [AArch64] Don't optimize all compare instructions.Juergen Ributzka2014-11-181-26/+51
* [AArch64] Keep flags on condition vreg when instantiating a CB branch.Ahmed Bougacha2014-11-071-1/+2
* [AArch64] Use the correct register class for ORR.Juergen Ributzka2014-11-041-1/+1
* Remove unused variable.Eric Christopher2014-10-151-1/+0
* [AArch64] Wrong CC access in CSINC-conditional branch sequenceGerolf Hoflehner2014-10-141-5/+1
* [AAarch64] Optimize CSINC-branch sequenceGerolf Hoflehner2014-10-141-29/+136
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-6/+5
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-5/+6
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-6/+5
* [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.Chad Rosier2014-09-081-0/+132
* Remove unnecessary getTarget call now that the subtarget is cachedEric Christopher2014-09-031-1/+1
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-1/+1
* Reapply r216805 "[MachineCombiner][AArch64] Use the correct register class fo...Juergen Ributzka2014-09-031-79/+128
* Revert r216805 "[MachineCombiner][AArch64] Use the correct register class for...Juergen Ributzka2014-08-301-119/+73
* [MachineCombiner][AArch64] Use the correct register class for MADD, SUB, and OR.Juergen Ributzka2014-08-291-73/+119
* [MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]Gerolf Hoflehner2014-08-131-2/+1
* [MachineCombiner] Fix for ICE bug 20598Gerolf Hoflehner2014-08-121-1/+2
* Resolving some type truncation warnings in MSVC (enum to bool in this case). ...Aaron Ballman2014-08-091-3/+3
* [AArch64] Fix a type conversion bug for anlyzing compare.Jiangning Liu2014-08-081-4/+13
* AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]NAKAMURA Takumi2014-08-081-2/+2
* MachineCombiner Pass for selecting faster instruction sequence on AArch64Gerolf Hoflehner2014-08-071-10/+466
* Revert "r214832 - MachineCombiner Pass for selecting faster instruction"Kevin Qin2014-08-051-466/+10
* MachineCombiner Pass for selecting faster instructionGerolf Hoflehner2014-08-051-10/+466
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+2
* Revert "r214669 - MachineCombiner Pass for selecting faster instruction"Kevin Qin2014-08-041-466/+10
* MachineCombiner Pass for selecting faster instructionGerolf Hoflehner2014-08-031-10/+466
* Add missing breaks to AArch64InstrInfo::isGPRCopyRenato Golin2014-08-011-0/+3
* Implement AArch64 TTI interface isAsCheapAsAMove.Jiangning Liu2014-07-291-0/+45
* [stack protector] Fix a potential security bug in stack protector where theAkira Hatanaka2014-07-251-0/+50
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* AArch64: estimate inline asm length during branch relaxationTim Northover2014-06-171-1/+7
* Remove a method that was just replacing direct access to a member.Eric Christopher2014-06-101-18/+18
* Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher2014-06-101-1/+1
* AArch64: implement copies to/from NZCV as a last ditch effort.Tim Northover2014-05-271-1/+19
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+2065
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-979/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-1/+1
* Simplify. No functionality change.Rafael Espindola2014-03-071-4/+1
* [AArch64]Add support for spilling FPR8/FPR16.Hao Liu2014-02-131-0/+8
* [AArch64]Implement the copy of two FPR8 registers by using FMOVss of two FPR3...Hao Liu2014-02-101-0/+10
* Fix known typosAlp Toker2014-01-241-1/+2
* [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.Kevin Qin2014-01-241-2/+2
* [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16.Hao Liu2014-01-171-0/+10
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* [AArch64]Add support to spill/fill D tuples such as DPair/DTriple/DQuad. Ther...Hao Liu2014-01-071-8/+31
OpenPOWER on IntegriCloud