summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] Allow targets to specify legality of extloads' resultAhmed Bougacha2015-01-081-10/+16
* [CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.Ahmed Bougacha2015-01-071-20/+15
* Revert r225165 and r225169Karthik Bhat2015-01-071-39/+0
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-062-32/+68
* [AArch64] Improve codegen of store lane instructions by avoiding GPR usage.Ahmed Bougacha2015-01-051-2/+2
* [AArch64] Improve codegen of store lane 0 instructions by directly storing th...Ahmed Bougacha2015-01-051-0/+27
* Select lower fsub,fabs pattern to fabd on AArch64Karthik Bhat2015-01-051-0/+12
* Select lower sub,abs pattern to sabd on AArch64Karthik Bhat2015-01-051-0/+27
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-053-5/+4
* ARM: permit tail calls to weak externals on COFFSaleem Abdulrasool2015-01-031-1/+3
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-1/+0
* Add r224985 back with a fix.Rafael Espindola2014-12-312-68/+32
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-312-23/+63
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-302-63/+23
* Lower multiply-negate operation to mneg on AArch64Karthik Bhat2014-12-221-0/+4
* ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.Adrian Prantl2014-12-161-6/+12
* Silence more static analyzer warnings.Michael Ilseman2014-12-152-1/+4
* Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips.Matthias Braun2014-12-111-5/+5
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-17/+13
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-8/+12
* Enable machineverifier in debug mode for X86, ARM, AArch64, MipsMatthias Braun2014-12-111-5/+5
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-17/+13
* [AArch64] MachO large code-model: Materialize FP constants in code.Juergen Ributzka2014-12-103-0/+43
* [FastISel][AArch64] Fix a missing nullptr check in 'computeAddress'.Juergen Ributzka2014-12-091-1/+1
* AArch64: treat HFAs containing "half" types as blocks too.Tim Northover2014-12-081-0/+5
* Make the DenseMap bucket type configurable and use a smaller bucket for Dense...Benjamin Kramer2014-12-061-1/+1
* AArch64: use explicit MVT::i64 when creating EXTRACT_SUBVECTOR nodes.Tim Northover2014-12-061-10/+12
* [AArch64] Combining Load and IntToFp should check for neon availabilityWeiming Zhao2014-12-041-3/+4
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+2
* AArch64: fix wrong-endian parameter passing.Tim Northover2014-12-031-2/+4
* AArch64: strengthen Darwin ABI alignment assumptionsTim Northover2014-12-021-1/+1
* AArch64: don't be too greedy when folding :lo12: accesses into mem ops.Tim Northover2014-12-021-1/+22
* [AArch64][Stackmaps] Optimize stackmap shadows on AArch64.Lang Hames2014-12-021-1/+16
* AArch64: make register block rules apply to vector types too.Tim Northover2014-12-021-3/+3
* [AArch64] Don't combine "select (setcc i1 LHS, RHS), vL, vR".Ahmed Bougacha2014-12-011-0/+6
* [AArch64] Fix v2i8->i16 bitcast legalization.Ahmed Bougacha2014-12-011-5/+4
* Fix capitalization. NFC.Akira Hatanaka2014-12-011-2/+2
* Add missing 'override' keyword.Craig Topper2014-11-281-1/+1
* Stop using ArrayRef of a const type.Tim Northover2014-11-271-1/+1
* AArch64: treat [N x Ty] as a block during procedure calls.Tim Northover2014-11-275-0/+153
* Update AArch64 ELF relocations to ABI 1.0Will Newton2014-11-261-1/+1
* Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.Craig Topper2014-11-262-8/+8
* [FastISel][AArch64] Fix and extend the tbz/tbnz pattern matching.Juergen Ributzka2014-11-251-19/+20
* [AArch64] Fix clobber computation in A57LoadBalancing pass.Chad Rosier2014-11-241-1/+7
* DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...Hao Liu2014-11-212-0/+7
* Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/Reid Kleckner2014-11-201-1/+1
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-202-0/+4
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [AArch64] Disable useAA for Cortex-A57.Hao Liu2014-11-191-1/+1
* [AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE and LICM passes on AArc...Hao Liu2014-11-191-0/+18
OpenPOWER on IntegriCloud