[X86] Add support for Read Time Stamp Counter x86 builtin intrinsics.
[oota-llvm.git] / lib / Target / ARM64 /
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...
2014-04-18 Tim NorthoverARM64: disable generation of .loh directives outside...
2014-04-18 Tim NorthoverARM64: don't emit .subsections_via_symbols on ELF.
2014-04-18 Tim NorthoverARM64: add extra NEG pattern.
2014-04-18 Tim NorthoverAArch64/ARM64: add non-scalar lowering for more FCVT...
2014-04-18 Tim NorthoverAArch64/ARM64: improve spotting of EXT instructions...
2014-04-18 Tim NorthoverAArch64/ARM64: spot a greater variety of concat_vector...
2014-04-18 Tim NorthoverARM64: implement cunning optimisation from AArch64
2014-04-18 Tim NorthoverARM64: spot a vector_shuffle that maps to INS and expand.
2014-04-18 Tim NorthoverARM64: nick some AArch64 patterns for extract/insert...
2014-04-18 Tim NorthoverAArch64/ARM64: emit all vector FP comparisons as such.
2014-04-18 Tim NorthoverAArch64/ARM64: port BSL logic from AArch64 & enable...
2014-04-18 Tim NorthoverAArch64/ARM64: copy byval implementation from AArch64.
2014-04-17 Jim Grosbach[ARM64,C++11] Range'ify another loop.
2014-04-17 Louis GerbargImprove ARM64 vector creation
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-17 Tim NorthoverARM64: switch to IR-based atomic operations.
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 Adam Nemet[ARM64] Fix "Cannot select" for vector ctpop
2014-04-16 Aaron BallmanReplacing a non-ASCII character in a comment with an...
2014-04-16 Tim NorthoverARM64: silence sign-comparison warning.
2014-04-16 Tim NorthoverAArch64/ARM64: produce correct relocation for condition...
2014-04-16 Tim NorthoverAArch64/ARM64: port across stub handling for ELF C...
2014-04-16 Tim NorthoverARM64: use 32-bit moves for constants where possible.
2014-04-16 Tim NorthoverARM64: use the integrated assembler on ELF.
2014-04-16 Aaron BallmanFixing a compile error in debug versions of MSVC. It...
2014-04-16 Tim NorthoverARM64: mark x7 as used when an i128 gets shunted onto...
2014-04-16 Jim Grosbach[ARM64,C++11] Tidy up branch relaxation a bit w/ c...
2014-04-16 Jim GrosbachARM64: Nuke some dead code.
2014-04-15 Jim Grosbach[ARM64,C++11] Clean up the ARM64 LOH collection pass.
2014-04-15 Quentin Colombet[ARM64] Set default CPU to generic instead of cyclone.
2014-04-15 Tim NorthoverAArch64/ARM64: add missing pattern for extending load.
2014-04-15 Tim NorthoverAArch64/ARM64: only mangle MOVZ/MOVN during encoding...
2014-04-15 Tim NorthoverAArch64/ARM64: add support for large code-model jump...
2014-04-15 Tim NorthoverAArch64/ARM64: add patterns for various commutations...
2014-04-15 Tim NorthoverAArch64/ARM64: add half as a storage type on ARM64.
2014-04-15 Tim NorthoverAArch64/ARM64: copy patterns for fixed-point conversions
2014-04-15 Tim NorthoverARM64: add constraints to various FastISel operations
2014-04-15 Tim NorthoverAArch64/ARM64: add dp tests from AArch64
2014-04-15 NAKAMURA TakumiARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-15 Jim Grosbach[ARM64,C++11]: Range'ify the dead-register-definition...
2014-04-15 Quentin Colombet[ARM64][MC] Set the default CPU string to generic.
2014-04-14 Quentin Colombet[ARM64][MC] Set the default CPU to cyclone when initili...
2014-04-14 Louis GerbargFix for codegen bug that could cause illegal cmn instru...
2014-04-14 Louis GerbargAdd a flag to disable the ARM64DeadRegisterDefinitionsPass
2014-04-14 James Molloy[ARM64] Port over missing subtarget features, and CPU...
2014-04-14 Tim NorthoverARM64: remove buggy REV16 pattern.
2014-04-14 Tim NorthoverAArch64/ARM64: enable directcond.ll test on ARM64.
2014-04-14 Tim NorthoverARM64: add patterns for csXYZ with reversed operands.
2014-04-14 Tim NorthoverARM64: add support for AArch64's addsub_ext.ll
2014-04-14 Tim NorthoverARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
2014-04-12 Benjamin KramerMake helper static and place random global into the...
2014-04-12 Juergen Ributzka[ARM64] Never hoist the shift value of a shift instruction.
2014-04-12 Juergen Ributzka[ARM64] Fix the cost model for cheap large constants.
2014-04-11 Louis GerbargAdd ARM64 CLS patterns
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-04-11 Jim Grosbach[ARM64,C++11] Range'ify use-lists iterators in address...
2014-04-11 Jim Grosbach[ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.
2014-04-11 Jim Grosbach[ARM64,C++11]: More range-based loop simplification.
2014-04-10 Jim Grosbach[ARM64,C++11]: Range'ify loops in InstrInfo.
2014-04-10 Jim Grosbach[ARM64,C++11]: Range'ify loops in the conditional-compa...
2014-04-10 NAKAMURA TakumiARM64/*/LLVMBuild.txt: Prune redundant deps.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-10 NAKAMURA TakumiFix abuse of StringRef on ARM64SysReg::MRSMapper::toStr...
2014-04-10 Saleem AbdulrasoolARM64: add an explicit cast to silence a silly warning
2014-04-10 Juergen Ributzka[ARM64] Fix immediate cost calculation for types larger...
2014-04-09 Bob WilsonSimple fix for build failures resulting from r205867.
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Bradley Smith[ARM64] Change SYS without a register to an alias to...
next