Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / lib / Target / AArch64 / Disassembler /
2013-07-04 Rafael EspindolaUse a OwningPtr instead of a manual delete.
2013-07-04 Rafael EspindolaFix leak. Should bring back the valgrind bot.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-02-01 Tim NorthoverRemove currently unused register decoder from AArch64.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.