aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2012-02-15For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer
2012-02-09Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy
2012-01-31Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby
2012-01-30Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel
2012-01-30Intel syntax. Support .intel_syntax directive.Devang Patel
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy
2012-01-28Small improvement to the recursion detection logic from the previous commit.Rafael Espindola
2012-01-28Handle recursive variable definitions directly. This gives us better errorRafael Espindola
2012-01-27Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-25ARM assemly parsing and validation of IT instruction.Jim Grosbach
2012-01-25NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach
2012-01-24NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach
2012-01-24ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach
2012-01-24Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel
2012-01-24NEON VST4(one lane) assembly parsing and encoding.Jim Grosbach
2012-01-24NEON VLD4(one lane) assembly parsing and encoding.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSRA.Jim Grosbach
2012-01-24Remove redundant test file.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSLI.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSRI.Jim Grosbach
2012-01-24Tidy up.Jim Grosbach
2012-01-24NEON VST4(multiple 4 element structures) assembly parsing.Jim Grosbach
2012-01-24NEON VLD4(multiple 4 element structures) assembly parsing.Jim Grosbach
2012-01-24NEON VST3(single element from one lane) assembly parsing.Jim Grosbach
2012-01-23NEON VST3(multiple 3-element structures) assembly parsing.Jim Grosbach
2012-01-23NEON VLD3(multiple 3-element structures) assembly parsing.Jim Grosbach
2012-01-23Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel
2012-01-23NEON VLD3 lane-indexed assembly parsing and encoding.Jim Grosbach
2012-01-23Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola
2012-01-23Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel
2012-01-23Simplify some NEON assembly pseudo definitions.Jim Grosbach
2012-01-23Intel syntax: Parse segment registers.Devang Patel
2012-01-20Intel syntax: Robustify register parsing.Devang Patel
2012-01-20Intel syntax: Parse ... PTR [-8]Devang Patel
2012-01-20Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.Devang Patel
2012-01-20NEON use vmov.i32 to splat some f32 values into vectors.Jim Grosbach
2012-01-19Post process 'and', 'sub' instructions and select better encoding, if available.Devang Patel
2012-01-19Intel syntax: There is no need to create unary expr for simple negative displ...Devang Patel
2012-01-19Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...Devang Patel
2012-01-19Add testcase.Jim Grosbach
2012-01-18Thumb2 alternate syntax for LDR(literal) and friends.Jim Grosbach
2012-01-18Process instructions after match to select alternative encoding which may be ...Devang Patel
2012-01-18Thumb2 relaxation for LDR(literal).Jim Grosbach
2012-01-17MC tweak symbol difference resolution for non-local symbols.Jim Grosbach
2012-01-17Tidy up.Jim Grosbach
2012-01-17Intel syntax: Fix parser match class to check memory operand size.Devang Patel
2012-01-17Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel
2012-01-17Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel
2012-01-17Intel syntax: Ignore mnemonic aliases.Devang Patel