summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [AArch64]Add support to copy D tuples such as DPair/DTriple/DQuad and Q tuple...Hao Liu2014-01-071-1/+51
* [AArch64]Add code to spill/fill Q register tuples such as QPair/QTriple/QQuad.Hao Liu2013-12-301-8/+50
* [AArch64]Implement 128 bit register copy with NEON.Kevin Qin2013-11-261-17/+19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+1
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-171-14/+40
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-11/+0
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-071-1/+1
* Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover2013-03-271-3/+3
OpenPOWER on IntegriCloud