index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-3
/
+3
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+45
*
PPC: Allow partial fills in writeNopData()
David Majnemer
2013-09-26
1
-4
/
+7
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+2
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-3
/
+0
*
[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.
Bill Schmidt
2013-09-16
1
-1
/
+8
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
2
-5
/
+5
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
2
-43
/
+47
*
Fix use of uninitialized value added in r189400 (found by MemorySanitizer)
Alexey Samsonov
2013-08-28
1
-4
/
+3
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-3
/
+4
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
2
-50
/
+46
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
2
-46
/
+50
*
cast fix to appease buildbot
David Fang
2013-08-08
1
-1
/
+1
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
4
-19
/
+395
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
3
-4
/
+22
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-2
/
+2
*
[PowerPC] Always use "assembler dialect" 1
Ulrich Weigand
2013-07-08
4
-16
/
+19
*
[PowerPC] Add some special @got@tprel fixup cases
Ulrich Weigand
2013-07-05
1
-0
/
+20
*
[PowerPC] Support @tls in the asm parser
Ulrich Weigand
2013-07-05
4
-11
/
+6
*
[PowerPC] Implement writeNopData
Ulrich Weigand
2013-07-04
1
-4
/
+8
*
[PowerPC] Use mtocrf when available
Ulrich Weigand
2013-07-03
1
-3
/
+3
*
[PowerPC] Always use mfocrf if available
Ulrich Weigand
2013-07-03
1
-4
/
+4
*
[PowerPC] Rework TLS call operand processing
Ulrich Weigand
2013-07-02
1
-12
/
+14
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
1
-2
/
+2
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
1
-0
/
+9
*
[PowerPC] Fix @got references to local symbols
Ulrich Weigand
2013-07-01
1
-0
/
+34
*
[PowerPC] Support symbolic u16imm operands
Ulrich Weigand
2013-06-26
1
-3
/
+3
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
1
-0
/
+18
*
[PowerPC] Add predicted forms of branches
Ulrich Weigand
2013-06-24
2
-8
/
+56
*
[PowerPC] Support absolute branches
Ulrich Weigand
2013-06-24
4
-2
/
+46
*
[PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
2013-06-21
1
-0
/
+17
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+78
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
3
-2
/
+46
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+3
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
3
-0
/
+16
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
3
-36
/
+36
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-3
/
+3
*
[PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInner
Ulrich Weigand
2013-06-20
1
-24
/
+24
*
[PowerPC] Optimize @ha/@l constructs
Ulrich Weigand
2013-06-20
2
-11
/
+29
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-3
/
+3
*
Revert r183854 (PPC: Fix switch warnings from r183841)
David Blaikie
2013-06-12
1
-2
/
+2
*
[PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.
Bill Schmidt
2013-06-12
1
-2
/
+1
*
[PowerPC] Fix switch warnings from r183841.
Bill Schmidt
2013-06-12
1
-2
/
+2
*
Add artificial PRED_BAD to PPC::Predicate enumeration.
Bill Schmidt
2013-06-12
1
-1
/
+2
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-0
/
+1
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
4
-6
/
+190
*
[PowerPC] Fix hi/lo encoding in old-style code emitter
Ulrich Weigand
2013-05-17
1
-16
/
+3
*
[PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
2013-05-17
4
-28
/
+17
*
[PowerPC] Fix processing of ha16/lo16 fixups
Ulrich Weigand
2013-05-17
2
-7
/
+1
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
1
-1
/
+1
[next]