[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / lib / Target / AArch64 /
2015-08-13 Ahmed Bougacha[AArch64] Provide "too few operands" diags on short...
2015-08-13 Ahmed Bougacha[AArch64] Also custom-lowering mismatched vector/f16...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 James Molloy[AArch64] Match fminnum/fmaxnum for vector fminnm/fmaxn...
2015-08-11 James Molloy[AArch64] Replace the custom AArch64ISD::FMIN/MAX nodes...
2015-08-10 Chad Rosier[AArch64] Convert a conditional check that will always...
2015-08-10 Chad RosierTypo. Move comment closer to relevant code. NFC.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Quentin Colombet[AArch64][LoadStoreOptimizer] Turn a test into an asser...
2015-08-06 Juergen Ributzka[AArch64][FastISel] Always use AND before checking...
2015-08-06 Juergen RibutzkaRevert "[AArch64][FastISel] Add more truncation tests...
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-08-06 Chad Rosier[AArch64] Use a static function and other minor cleanup...
2015-08-06 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-08-05 Pete CooperMove BB succ_iterator to be inside TerminatorInst....
2015-08-05 Chad Rosier[AArch64] Register AArch64DeadRegisterDefinition pass...
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64BranchRelaxation...
2015-08-05 Chad Rosier[AArch64] Make the naming of the Address Type Promotion...
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64AdvSIMDScalar...
2015-08-05 Chad RosierMake this less error prone by using a #define. NFC.
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64ExpandPseudo pass...
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64LoadStoreOpt pass...
2015-08-05 Chad RosierUpdate comment. NFC.
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Ahmed Bougacha[AArch64] Rename FP formats to be more consistent....
2015-08-04 Ahmed Bougacha[AArch64] Add isel support for f16 indexed LD/ST.
2015-08-04 Ahmed Bougacha[AArch64][v8.1a] The "pan" sysreg isn't MSR-specific...
2015-08-04 Ahmed Bougacha[AArch64] Remove unnecessary "break". NFC.
2015-08-04 Ahmed Bougacha[AArch64] Use SDValue bool operator. NFC.
2015-08-04 Ahmed Bougacha[AArch64] Vector FCOPYSIGN supports Custom-lowering...
2015-08-03 Pete CooperConvert some AArch64 code to foreach loops. NFC.
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 Geoff Berry[AArch64] Favor extended reg patterns for sub
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Tim NorthoverAArch64: use 32-bit MOV rather than UBFX to truncate...
2015-07-29 Tim NorthoverAArch64: use AddressingModes.h accessors for compare...
2015-07-29 Akira Hatanaka[AArch64] Define subtarget feature strict-align.
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Tim NorthoverAArch64: be careful of large immediates when optimising...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Geoff Berry[AArch64] Match float round and convert to int instruct...
2015-07-28 Adhemerval ZanellaImplement __builtin_thread_pointer
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-27 Akira Hatanaka[AArch64] Remove check for Darwin that was needed to...
2015-07-27 Silviu Baranga[ARM/AArch64] Fix cost model for interleaved accesses
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Luke CheesemanWhen lowering vector shifts a check is performed to...
2015-07-23 Lawrence Hutest commit, only added one space
2015-07-23 Weiming ZhaoThis patch eanble register coalescing to coalesce the...
2015-07-22 Chad RosierSimplify switch as all cases other than default return...
2015-07-21 Chad RosierFollow up to r242810. NFC.
2015-07-21 Chad Rosier[AArch64] Simplify the passing of arguments. NFC.
2015-07-20 Matthias BraunAArch64: Restrict macroop fusion heuristics to cyclone.
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Matthias BraunAArch64: Add aditional Cyclone macroop fusion opportunities
2015-07-20 Geoff BerryFix comment typo (test commit). NFC
2015-07-20 Chad Rosier[AArch64] Change EON pattern to match more often.
2015-07-17 James Molloy[AArch64] Use [SU]ABSDIFF nodes instead of intrinsics...
2015-07-17 Tim NorthoverAArch64: add comment missed out from earlier patch.
2015-07-16 Tim NorthoverAArch64: make inexact signalling on round Darwin-specific
2015-07-16 Matthias BraunAArch64: Implement conditional compare sequence matching.
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-15 Petr Pavlu[AArch64] Fix problems in decoding generic MSR instructions
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Tim NorthoverAArch64: add rev64 alias for 64-bit rev instruction.
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Arnaud A. de Grand... [AArch64] Select SBFIZ or UBFIZ instead of left + right...
2015-07-09 Renato GolinAdd support for nest attribute to AArch64 backend
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Arnold SchwaighoferAdd more nvcasts
2015-07-07 Arnold SchwaighoferAdd a pattern for a nvcast from v2f64 -> v4f32
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 Daniel SandersWhere Triple has a suitable predicate, use it rather...
2015-07-06 Chad RosierFix a bug in the A57FPLoadBalancing register tracking...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-01 Sanjay Patelfix formatting; NFC
2015-07-01 Arnaud A. de Grand... [AArch64] Implement add/adds/sub/subs/cmp/cmn with...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-26 Pete CooperAdd op_values() to iterate over the SDValue operands...
2015-06-26 Rafael EspindolaOptimize the creation of mapping symbols.
2015-06-26 Hao Liu[AArch64] Lower interleaved memory accesses to ldN...
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
next