summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AsmParser
Commit message (Expand)AuthorAge
* Resubmit commit r211533Weiming Zhao2014-06-24
* This reverts commit r211533 and r211539.Rafael Espindola2014-06-23
* Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64Weiming Zhao2014-06-23
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Add missing check when MatchInstructionImpl() reports failureArtyom Skrobov2014-05-29
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* PR18929:Stepan Dyatkovskiy2014-03-30
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-04
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* [AArch64] Handle aliases of conditional branches without b.pred form.Chad Rosier2014-02-10
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero...Kevin Qin2014-01-20
* correct target directive handling error handlingSaleem Abdulrasool2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Whitespaces.NAKAMURA Takumi2013-12-10
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-22
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-19
* implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...Kevin Qin2013-11-19
* Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan boo...Alexey Samsonov2013-11-15
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-09
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-05
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-31
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* AArch64: add initial NEON supportTim Northover2013-08-01
* Make some arrays 'static const'Craig Topper2013-07-15
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* AArch64: add block comments where missingTim Northover2013-02-14
* AArch64: Simplify logic in deciding whether bfi is validTim Northover2013-02-11
* Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover2013-02-11
* Fix remaining StringRef abuse.Tim Northover2013-02-05
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-05