Fix broken build
[oota-llvm.git] / lib / Target / ARM64 / Disassembler /
2014-05-06 Tim NorthoverAArch64/ARM64: implement diagnosis of unpredictable...
2014-05-02 Tim NorthoverARM64: refactor NEON post-indexed loads & stores (MC).
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-04-30 Tim NorthoverAArch64/ARM64: expunge CPSR from the sources
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-23 James Molloy[ARM64] Add a big endian version of the ARM64 target...
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 Jim GrosbachARM64: Extended addressing mode source reg is 64-bit.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-12 Benjamin KramerMake helper static and place random global into the...
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-04-10 NAKAMURA TakumiARM64/*/LLVMBuild.txt: Prune redundant deps.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-09 Bradley Smith[ARM64] Flag setting logical/add/sub immediate instruct...
2014-04-09 Bradley Smith[ARM64] Fix disassembly logic for extended loads/stores...
2014-04-09 Bradley Smith[ARM64] Ensure sp is decoded as SP, not XZR in LD1...
2014-04-09 Bradley Smith[ARM64] SCVTF and FCVTZS/U are undefined if scale<5...
2014-04-09 Bradley Smith[ARM64] Use PStateMapper to ensure that MSRcpsr operand...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdir...
2014-04-09 Bradley Smith[ARM64] Shifted register ALU ops are reserved if sf...
2014-04-09 Bradley Smith[ARM64] STRHro and STRBro were not being decoded at...
2014-04-09 Bradley Smith[ARM64] MOVK with sf=0 and hw<1>=1 is unallocated....
2014-04-09 Bradley Smith[ARM64] Register-offset loads and stores with the ...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
2014-03-31 Alexey SamsonovTry to fix MSan bootstrap bot: make ARM64Disassembler...
2014-03-29 Chandler Carruth[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
2014-03-29 Tim NorthoverARM64: initial backend import