summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* 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
* [mips] '.set at=$0' should be equivalent to '.set noat'Daniel Sanders2014-03-25
* [mips] Correct testcase for .set at=$reg and emit the new warnings for numeri...Daniel Sanders2014-03-25
* [mips] Fix assembler temporary expansion and add associated warnings about th...Daniel Sanders2014-03-25
* Fix crashes when assembler directives are used that are notKevin Enderby2014-03-25
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-24
* [mips] Add error message when trying to use $at in '.set noat' mode.Daniel Sanders2014-03-24
* [mips] Add regression tests for parenthetic expressions in MIPS assembly.Daniel Sanders2014-03-24
* [mips] Allow dsubu to take an immediate as an alias for dsubiu.Daniel Sanders2014-03-24
* [mips] Implement shorthand add / sub forms for MIPS.Daniel Sanders2014-03-24
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* Add back tests that were reverted in r204203.Rafael Espindola2014-03-24
* Propagate section from base to derived symbol.Rafael Espindola2014-03-24
* Propagate types from symbol to aliases.Rafael Espindola2014-03-23
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-22