summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Don't relocate with sections if there might be a paired relocation.Rafael Espindola2014-03-31
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-31
* Now that this test is assembly, make the checks a bit stronger.Rafael Espindola2014-03-31
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-31
* [mips] Implement missing relocations in the integrated assembler.Daniel Sanders2014-03-31
* [mips] Remove R_MIPS_GOT which isn't used and shares the same number as R_MIP...Daniel Sanders2014-03-31
* Revert r205194 - [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.Daniel Sanders2014-03-31
* [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.Daniel Sanders2014-03-31
* llvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES asserts. Seems it doe...NAKAMURA Takumi2014-03-31
* [mips] Added a full set of instruction test cases for all ISA's (but not ASE's).Daniel Sanders2014-03-31
* PR18929:Stepan Dyatkovskiy2014-03-30
* llvm/test/MC/ELF/nocompression.s: Loosen an expression to match "llvm-mc.EXE".NAKAMURA Takumi2014-03-30
* llvm-mc: Fix build breakage caused by r205050.Logan Chien2014-03-29
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-28
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-28
* Convert one last llc -filetype=obj test.Rafael Espindola2014-03-28
* Convert llc -filetype=obj test.Rafael Espindola2014-03-28
* Convert llc -filetype=obj test.Rafael Espindola2014-03-28
* Remove bogus test.Rafael Espindola2014-03-28
* Convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-28
* Parse .gpdword and convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* Convert "llc -filetype=obj" test into llvm-mc tests.Rafael Espindola2014-03-28
* Only test compression when linked with zlib.David Blaikie2014-03-28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* [mips] Attempting to use register $32 should be an error instead of an assert...Daniel Sanders2014-03-27
* [mips] Add support for .cpsetupDaniel Sanders2014-03-27
* AVX-512: Implemented masking for integer arithmetic & logic instructions.Elena Demikhovsky2014-03-27
* Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy2014-03-27
* Fixed test for r204899 (pr18931 fix)Stepan Dyatkovskiy2014-03-27
* Fix for pr18931: Crash using integrated assembler with immediate arithmeticStepan Dyatkovskiy2014-03-27
* ARM: raise error message when complex SO expressions can't really beJiangning Liu2014-03-27
* Correctly propagates st_size.Rafael Espindola2014-03-27
* Fix the ARM VST4 (single 4-element structure from one lane)Kevin Enderby2014-03-26
* [mips] Use TwoOperandAliasConstraint for ArithLogicR instructions.Matheus Almeida2014-03-26
* [mips] Add support to the '.dword' directive.Matheus Almeida2014-03-26
* [mips] Add support to '.set mips64'.Matheus Almeida2014-03-26
* [mips] Add support to '.set mips64r2'.Matheus Almeida2014-03-26
* [mips] Add support for '.option pic2'.Matheus Almeida2014-03-26
* [mips] Add tests for t0-t3 for N32/N64Daniel Sanders2014-03-26
* [mips] The register names depend on the ABI being N32/N64 rather than the arc...Daniel Sanders2014-03-26
* [mips] $s8 is an alias for $fp in all ABI's, not just N32/N64.Daniel Sanders2014-03-26
* [mips] Move the CHECK lines in mips*-register-names.s to make it more obvious...Daniel Sanders2014-03-26
* Correctly detect if a symbol uses a reserved section index or not.Rafael Espindola2014-03-26
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-25