[PGO] Convert InstrProfRecord based serialization methods to use common C methods
[oota-llvm.git] / lib / Target / AArch64 /
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-20 Jun Bum Lim[AArch64]Merge narrow zero stores to a wider store
2015-11-19 Jun Bum Lim [AArch64] Refactoring aarch64-ldst-opt. NCF.
2015-11-19 Jun Bum Lim[AArch64]Extend merging narrow loads into a wider load
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Quentin Colombet[AArch64] Enable shrink-wrapping by default.
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Matthew Simpson[Aarch64] Add cost for missing extensions.
2015-11-17 Ahmed Bougacha[AArch64] Promote f16 SELECT_CC CC operands when op...
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location for values in assem...
2015-11-16 Oliver Stannard[AArch64] ldr= pseudo-instruction silently ignored...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 Justin BognerAArch64: Default AArch64Subtarget::ReserveX18 to true...
2015-11-11 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on non...
2015-11-10 Sanjay Patel[AArch64] add overrides for isCheapToSpeculateCttz...
2015-11-10 Oliver Stannard[AArch64] Fix halfword load merging for big-endian...
2015-11-10 Tim NorthoverAArch64: add experimental support for address tagging.
2015-11-09 Sanjay Pateldon't repeat function names in comments; NFC
2015-11-09 Charlie Turner[AArch64] Add UABDL patterns for log2 shuffle.
2015-11-09 Charlie Turner[AArch64] Handle extract_subvector(..., 0) in ISel.
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Ahmed Bougacha[AArch64][FastISel] Don't even try to select vector...
2015-11-06 Jun Bum Lim[AArch64]Enable the narrow ld promotion only on profita...
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-25 Craig TopperUse MVT::SimpleValueType instead of MVT in template...
2015-10-24 Craig TopperCall the version of ConvertCostTableLookup that takes...
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-22 Matthias BraunAArch64: Disable the latency heuristic
2015-10-22 Craig TopperChange makeLibCall to take an ArrayRef<SDValue> instead...
2015-10-19 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-16 Charlie Turner[AArch64] Implement vector splitting on UADDV.
2015-10-15 Evgeniy StepanovRevert "[safestack] Fast access to the unsafe stack...
2015-10-15 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-13 Duncan P. N. Exon... AArch64: Remove implicit ilist iterator conversions...
2015-10-13 Akira Hatanaka[AArch64] Check the size of the vector before accessing...
2015-10-09 Duncan P. N. Exon... AArch64: Make getNextNode() cleanup in r249764 more...
2015-10-09 Jun Bum LimImprove ISel across lane float min/max reduction
2015-10-08 Duncan P. N. Exon... AArch64: Stop using MachineInstr::getNextNode()
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
2015-10-07 Chad Rosier[AArch64] Fold a floating-point divide by power of...
2015-10-07 Chad Rosier[AArch64] Fold a floating-point multiply by power of...
2015-10-07 Jeroen Ketema[ARM][AArch64] Only lower to interleaved load/store...
2015-10-05 Alexandros Lamprineas[MC layer][AArch64] llvm-mc accepts 4-bit immediate...
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-02 Chad Rosier[ARM] Typo. NFC.
2015-10-01 Chad Rosier[AArch64] Deprecate a command-line option used for...
2015-10-01 Chad Rosier[AArch64] Hoist commonly failing check. NFC.
2015-10-01 Chad Rosier[AArch64] Rename variable to improve readability. NFC.
2015-10-01 Chad Rosier[AArch64] Update comment to reflect reality.
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary restriction on pre...
2015-09-30 Chad Rosier[AArch64] Use helper function to improve readability...
2015-09-29 Chad Rosier[AArch64] Add support for pre- and post-index LDPSWs.
2015-09-29 Chad Rosier[AArch64] Add integer pre- and post-index halfword...
2015-09-29 Chad Rosier[AArch64] Scale offsets by the size of the memory opera...
2015-09-29 Chad Rosier[AArch64] Remove some redundant cases. NFC.
2015-09-25 Sanjay Patelmerge vector stores into wider vector stores and fix...
2015-09-25 Chad Rosier[AArch64] Add support for generating pre- and post...
2015-09-24 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-09-24 Chad Rosier[AArch64] The paired post-increment store instruction...
2015-09-23 Chad Rosier[AArch64] Refactor pre- and post-index merge fuctions...
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Stephen CanonDon't raise inexact when lowering ceil, floor, round...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-18 Geoff Berry[AArch64] Improved bitfield instruction selection.
2015-09-18 Chad Rosier[AArch64] Reorder cases to improve readability. NFC.
2015-09-18 Chad Rosier[AArch64] Remove some redundant cases. NFC.
2015-09-17 Chad RosierTypos. NFC.
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 Jun Bum LimImprove ISel using across lane min/max reduction
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-10 Steven WuFix an undefined behavior introduces in r247234
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-10 Ahmed Bougacha[AArch64] Match FI+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Match base+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Support selecting STNP.
2015-09-09 Silviu Baranga[CostModel][AArch64] Remove amortization factor for...
2015-09-08 Jun Bum LimRemove white space (test commit)
2015-09-03 Chad Rosier[AArch64] Improve ISel using across lane addition reduc...
2015-09-03 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
next