Fix the encoding of mrrc and mcrr family of instructions. Also add testcases for...
[oota-llvm.git] / test / MC / ARM /
2011-01-19 Bruno Cardoso LopesFix the encoding of mrrc and mcrr family of instruction...
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Bruno Cardoso LopesCreate two new generic classes to represent the followi...
2011-01-18 Bruno Cardoso LopesFix MRS encoding for arm and thumb.
2011-01-18 Bruno Cardoso LopesFix the encoding of t2ISB by using the right class...
2011-01-18 Bruno Cardoso LopesFollow the current hack set and enable the correct...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-18 Daniel DunbarMcARM: Start marking T2 address operands as such, for...
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-12 Bill WendlingSort the register list based on the *actual* register...
2011-01-12 Jason W Kim1. Support ELF pcrel relocations for movw/movt:
2011-01-11 Jason W KimWorkaround for bug 8721.
2011-01-11 Daniel DunbarMcARM: Add more hard coded logic to SplitMnemonicAndCC...
2011-01-10 Daniel DunbarMcARM: Flush out hard coded known non-predicated mnemon...
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-15 Bob WilsonFix misspelled target triples in MC/ARM test commands.
2010-12-15 Kevin EnderbyAdd some more MC tests for ARM arithmetic instructions...
2010-12-14 Daniel DunbarMC/ARM: Fix-up fixup offset for fixup_arm_branch target...
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-11-30 Owen AndersonAdd tests for more forms of Thumb2 loads and stores.
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Owen AndersonCorrect Thumb2 encodings for a much wider range of...
2010-11-29 Owen AndersonProvide Thumb2 encodings for basic loads and stores.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-29 Bill WendlingMore Thumb encodings.
2010-11-29 Bill WendlingAdd Thumb encodings for REV instructions.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-21 Bill WendlingAdd encoding for ARM "trap" instruction.
2010-11-19 Bill WendlingAdd MC encodings for some Thumb instructions. Test...
2010-11-18 Bill WendlingAdd support for parsing the writeback ("!") token.
2010-11-18 Owen AndersonMore tests.
2010-11-18 Owen AndersonFix encodings for pkhbt, and fix some tests where I...
2010-11-18 Owen AndersonMore Thumb2 encodings.
2010-11-18 Owen AndersonFill out the set of Thumb2 multiplication operator...
2010-11-18 Owen AndersonTry again at providing Thumb2 encodings for basic multi...
2010-11-18 Owen AndersonRevert r119593 while I figure out my testing disagrees...
2010-11-18 Owen AndersonProvide correct Thumb2 encodings for basic multiplicati...
2010-11-17 Owen AndersonSecond attempt at correct encodings for Thumb2 bitfield...
2010-11-17 Owen AndersonRevert r119551, which broke buildbots.
2010-11-17 Owen AndersonProvide Thumb2 encodings for bitfield instructions.
2010-11-17 Owen AndersonMore miscellaneous Thumb2 encodings.
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
2010-11-16 Bill WendlingTest encodings for LDM and STM.
2010-11-16 Owen AndersonAdd Thumb2 encodings for mov and friends.
2010-11-15 Owen AndersonProvide Thumb2 encodings for sxtb and friends.
2010-11-15 Owen AndersonAdd Thumb2 encodings for comparison and shift operators.
2010-11-15 Owen AndersonAdd correct Thumb2 encodings for mvn and friends.
2010-11-12 Owen AndersonFirst stab at providing correct Thumb2 encodings, start...
2010-11-11 Owen AndersonFill out support for Thumb2 encodings of NEON instructions.
2010-11-11 Owen AndersonAdd correct Thumb2 encodings for NEON vst[1,2,3,4]...
2010-11-11 Owen AndersonFlesh out tests for Thumb2 encodings of NEON instructions.
2010-11-11 Owen AndersonAdd support for Thumb2 encodings of NEON data processin...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-04 Bill WendlingAdd encoding for VSTR.
2010-11-03 Owen AndersonCovert VORRIMM to be produced via early target-specific...
2010-11-03 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Owen AndersonUnlike a lot of NEON instructions, vext isn't _actually...
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-02 Owen AndersonProvide correct encodings for the remaining vst variant...
2010-11-02 Owen AndersonAdd correct encodings for basic variants for vst3 and...
2010-11-02 Owen AndersonAdd correct encodings for the basic variants for vst2.
2010-11-02 Owen AndersonAdd correct encodings for the basic form of vst1.
2010-11-02 Owen AndersonAdd correct encodings for the rest of the vld instructi...
2010-11-02 Owen AndersonAdd correct NEON encodings for vld2, vld3, and vld4...
2010-11-02 Owen AndersonAdd correct NEON encodings for the "multiple single...
2010-11-01 Bill WendlingUse ARM-style comments.
2010-11-01 Owen AndersonUse ARM-style comment syntax.
2010-11-01 Owen AndersonCovert this test to .s form.
2010-11-01 Owen AndersonConvert this test to .s form.
2010-11-01 Owen AndersonCovert this test to .s form.
2010-11-01 Owen AndersonCovert this test to .s form.
2010-11-01 Jim GrosbachMark ARM subtarget features that are available for...
2010-11-01 Owen AndersonConvert this test to .s form.
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this file to less fragile .s form.
2010-10-29 Owen AndersonReplace this test with the less fragile .s version...
2010-10-29 Owen AndersonCovert this test to a .s file to reduce fragility.
2010-10-29 Owen AndersonConvert this test to a .s file, so that it's not sensit...
2010-10-29 Chris Lattneradd simple support for addrmode5 operands, allowing
2010-10-28 Chris Lattnermost simple arm instructions match correctly now,
2010-10-28 Chris Lattnerfix the asmmatcher generator to handle targets with...
2010-10-28 Evan ChengDisable most of the ARM vfp / NEON MC tests. These...
2010-10-28 Owen AndersonAdd correct NEON encodings for vtbl and vtbx.
next