[AVX512] Remove alternate data type versions of VALIGND, VALIGNQ, VMOVSHDUP and VMOVS...
[oota-llvm.git] / lib / Target / ARM / InstPrinter /
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-16 Reid KlecknerRevert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-05 Peter CollingbourneRevert r238473, "Thumb2: Modify codegen for memcpy...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-28 Peter CollingbourneThumb2: Modify codegen for memcpy intrinsic to prefer...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-25 Benjamin Kramer[ARM] Simplify code. NFC.
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the ARM...
2015-03-27 Akira Hatanaka[ARM] Enable changing instprinter's behavior based...
2015-03-27 Akira Hatanakaclang-format ARMInstPrinter.{h,cpp} before I make chang...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-25 Andrew KaylorFix remaining MSVC warning
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-12-01 Charlie TurnerAdd Thumb HVC and ERET virtualisation extension instruc...
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-10-06 NAKAMURA TakumiARMInstPrinter.cpp: Suppress a warning for -Asserts...
2014-10-06 Tim NorthoverARM: silence unused variable warning
2014-10-06 Tim NorthoverARM: remove dead InstPrinting code
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-11 Jim GrosbachARM: honor hex immediate formatting for ldr/str i12...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-08 Saleem AbdulrasoolARM IAS: properly handle expression operands
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-10-18 Richard BartonPure refactoring change.
2013-10-18 Richard BartonAdd hint disassembly syntax for 16-bit Thumb hint instr...
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-07-03 Mihai PopaThis corrects the implementation of Thumb ADR instruct...
2013-06-26 Amaury de la VieuvilleARM: operands should be explicit when disassembled
2013-06-24 Amaury de la VieuvilleARM: fix thumb1 nop decoding
2013-06-18 Amaury de la VieuvilleARM: add operands pre-writeback variants when needed
2013-06-18 Amaury de la VieuvilleARM: fix thumb literal loads decoding
2013-06-13 Amaury de la VieuvilleARM: fix t2am_imm8_offset operand printing for imm=#-0
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-09-22 NAKAMURA TakumiARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse...
2012-09-22 NAKAMURA TakumiWhitespace.
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-08-02 Jiangning LiuFix #13035, a bug around Thumb instruction LDRD/STRD...
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-11 Silviu BarangaFixed the LLVM ARM v7 assembler and instruction printer...
2012-04-27 Richard BartonRefactor IT handling not to store the bottom bit of...
2012-04-13 Kevin EnderbyFor ARM disassembly only print 32 unsigned bits for...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
2012-03-06 Jim GrosbachTidy up. Kill some dead code.
2012-03-05 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-01 Kevin EnderbyChange ARMInstPrinter::printPredicateOperand() so it...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-25 Jim GrosbachNEON VLD4(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD3(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD4(multiple 4 element structures) assembly parsing.
2012-01-23 Jim GrosbachNEON VLD3(multiple 3-element structures) assembly parsing.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-21 Jim GrosbachARM NEON VLD2 assembly parsing for structure to all...
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-30 Jim GrosbachARM parsing for VLD1 two register all lanes, no writeback.
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
next