Fix broken build
[oota-llvm.git] / lib / Target / ARM64 /
2014-05-09 Jonathan RoelofsFix broken build
2014-05-08 Bradley Smith[ARM64] Add diagnostics for expected arithmetic shifts
2014-05-08 Bradley Smith[ARM64] Re-work parsing of ADD/SUB shifted immediate...
2014-05-08 Bradley Smith[ARM64] Ensure immediates in extend operands are in...
2014-05-08 Bradley Smith[ARM64] Check for proper immediate in shift/extend...
2014-05-08 James Molloy[ARM64-BE] Teach fast-isel about how to set up sub...
2014-05-08 Tim NorthoverARM64: make sure FastISel emits SSA MachineInstrs
2014-05-08 Hao LiuAArch64/ARM64: Port NEON post-increment load/store...
2014-05-07 Chad Rosier[ARM64][fast-isel] Disable target specific optimization...
2014-05-07 Tim NorthoverAArch64/ARM64: optimise vector selects & enable test
2014-05-07 James Molloy[ARM64-BE] Fix fast-isel, and add appropriate RUN lines...
2014-05-07 James Molloy[ARM64-BE] Fix variable-argument saving.
2014-05-07 James Molloy[ARM64-BE] Implement the lane-twiddling logic at AAPCS...
2014-05-07 James Molloy[ARM64-BE] Implement the crazy bitcast handling for...
2014-05-07 James Molloy[ARM64-BE] Predicate VLDR/VSTR for vectors as little...
2014-05-07 James Molloy[ARM64-BE] Make big endian (scalar) argument passing...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Tim NorthoverAArch64/ARM64: implement diagnosis of unpredictable...
2014-05-06 Tim NorthoverAArch64/ARM64: make NEON vector list parsing a bit...
2014-05-06 Tim NorthoverAArch64/ARM64: add more specific diagnostic for floatin...
2014-05-06 Tim NorthoverAArch64/ARM64: add more specific diagnostic for invalid...
2014-05-06 Tim NorthoverAArch64/ARM64: produce more informative diagnostic...
2014-05-06 Kevin Qin[ARM64] Enable alignment control option in front-end...
2014-05-05 Eric ChristopherFix typo.
2014-05-03 Joey Gouly[ARM64] Correctly select ANDWri in FastISel.
2014-05-02 Tim NorthoverAArch64/ARM64: add patterns for post-indexed ST1 ops.
2014-05-02 Tim NorthoverARM64: refactor NEON post-indexed loads & stores (MC).
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-05-01 Bradley Smith[ARM64] Prefer generation of bzero on Darwin only
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 Chad Rosier[ARM64][fast-isel] Fast-isel doesn't know how to handle...
2014-04-30 Tim NorthoverARM64: print lsr instead of lsrv for variable shifts...
2014-04-30 Tim NorthoverARM64: use 32-bit operations for uxtb & uxth
2014-04-30 Tim NorthoverAArch64/ARM64: allow smaller granule relocations on...
2014-04-30 Tim NorthoverAArch64/ARM64: copy support for bCC instead of b.CC...
2014-04-30 Tim NorthoverAArch64/ARM64: expunge CPSR from the sources
2014-04-30 Tim NorthoverAArch64/ARM64: use HS instead of CS & LO instead of CC.
2014-04-30 Tim NorthoverARM64: accept ELF-relocated load/store insts without...
2014-04-30 Tim NorthoverARM64: remove duplication by templating InstPrinter...
2014-04-30 Tim NorthoverARM64: use hex immediates for movz/movk instructions
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-30 James Molloy[ARM64] Simplify if condition.
2014-04-30 James Molloy[ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp...
2014-04-30 Tim NorthoverARM64: make sure FastISel uses a GPR64 source in 64...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Hao Liu[ARM64]Fix a bug about incorrect operand order in an...
2014-04-29 Hao Liu[ARM64]Fix a bug when lowering shuffle vector to an...
2014-04-28 Chad Rosier[ARM64] Fix an issue where we were always assuming...
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-25 Tilmann Scheller[ARM64] When compiling for ELF in PIC mode, local symbo...
2014-04-25 Jiangning Liu[ARM64] Handle fp128 for parameter passing on stack
2014-04-25 Tim NorthoverARM64: fix assertion in ISelDAGToDAG
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Kevin Qin[ARM64] Add RUN lines for "–target arm64 –mattr=-fp...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Tim NorthoverAArch64/ARM64: allow negative addends, at least on...
2014-04-24 Tim NorthoverARM64: support relocated "TBZ/TBNZ" instructions.
2014-04-24 Tim NorthoverAArch64/ARM64: support relocated ADR instruction
2014-04-24 Tim NorthoverAArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
2014-04-24 Tim NorthoverARM64: shut up warning about variable only used in...
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-24 Tim NorthoverAArch64/ARM64: implement BFI optimisation
2014-04-23 Quentin Colombet[ARM64] Fix the information we give to the peephole...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 James Molloy[ARM64] Fix formatting.
2014-04-23 James Molloy[ARM64] Add a big endian version of the ARM64 target...
2014-04-23 Kevin Qin[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 Tim NorthoverAArch64/ARM64: make use of ANDS and BICS instructions...
2014-04-22 Tim NorthoverAArch64/ARM64: add patterns for scalar_to_vector/extrac...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Jim GrosbachARM64: Refactor away a few redundant helpers.
2014-04-21 Jim GrosbachARM64: Improve diagnostics for malformed reg+reg addres...
2014-04-21 Jim GrosbachMove helper functions earlier in the file.
2014-04-21 Jim GrosbachARM64: Extended addressing mode source reg is 64-bit.
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-18 Chad Rosier[ARM64] Ports the Cortex-A53 Machine Model description...
next