aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC] Add some FIXMEsUlrich Weigand2013-06-241-0/+25
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-0/+1136
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-241-81/+107
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-241-9/+29
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-244-54/+197
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-241-4/+10
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-241-24/+72
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-241-25/+50
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+26
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+129
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-212-1/+29
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+5
* [PowerPC] Support @h modifierUlrich Weigand2013-06-212-2/+17
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-201-1/+7
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-201-2/+19
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-201-0/+16
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-2/+2
* [PowerPC] Use assembler source in MC testsUlrich Weigand2013-06-126-155/+152
* [PowerPC] Support extended sc mnemonicUlrich Weigand2013-06-101-0/+2
* [PowerPC] Support branch mnemonics with implied CR0Ulrich Weigand2013-06-101-1/+197
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-303-7/+10
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-25/+25
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-172-0/+46
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-42/+42
* [PowerPC] Add test case for r181891Ulrich Weigand2013-05-151-0/+38
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-141-1/+2
* [PowerPC] Add ELF relocation testsUlrich Weigand2013-05-081-0/+25
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-031-0/+95
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-031-0/+58
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-031-0/+331
* [PowerPC] Add assembler parserUlrich Weigand2013-05-035-0/+1294
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-123-110/+90
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-3/+3
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-33/+70
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-281-0/+41
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-141-1/+1
* Add test case to verify correct relocs being generated forUlrich Weigand2012-11-131-0/+28
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-252-0/+71