index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PPCAsmPrinter] support 'L' output template for memory operands
Nick Desaulniers
2020-06-25
1
-2
/
+5
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnd
diggerlin
2020-01-14
1
-2
/
+1
*
[PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwin
Fangrui Song
2020-01-12
1
-164
/
+0
*
[PowerPC] The VK_PLT symbolref modifier is only used on 32-bit ELF. [NFC]
Sean Fertile
2020-01-09
1
-2
/
+2
*
[AIX][XCOFF]Implement mergeable const
diggerlin
2020-01-07
1
-2
/
+1
*
[AIX] Use csect reference for function address constants
diggerlin
2020-01-06
1
-1
/
+1
*
[AIX] Use csect reference for function address constants
diggerlin
2020-01-06
1
-0
/
+22
*
[StackMaps] Be explicit about label formation [NFC] (try 2)
Philip Reames
2019-12-19
1
-2
/
+10
*
[AIX] Avoid unset csect assert for functions defined after their use in TOC
David Tenty
2019-12-17
1
-16
/
+17
*
[AIX] Make sure to use QualNames for external global objects
David Tenty
2019-12-05
1
-12
/
+14
*
[XCOFF][AIX] Emit TOC entries for object file generation
jasonliu
2019-12-04
1
-0
/
+2
*
[AIX] Emit TOC entries for ASM printing
David Tenty
2019-11-27
1
-20
/
+110
*
[PowerPC] Add new Future CPU for PowerPC in LLVM
Stefan Pintilie
2019-11-27
1
-1
/
+2
*
[PowerPC] Rename DarwinDirective to CPUDirective (NFC)
Kit Barton
2019-11-25
1
-2
/
+2
*
[AIX][XCOFF] Add support for generating assembly code for one-byte mergable s...
Xing Xue
2019-11-20
1
-1
/
+2
*
Add read-only data assembly writing for aix
diggerlin
2019-11-15
1
-1
/
+3
*
PowerPC - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-13
1
-1
/
+1
*
[PowerPC][XCOFF] Add support for zero initialized global values.
Sean Fertile
2019-11-11
1
-1
/
+1
*
[XCOFF][AIX] Differentiate usage of label symbol and csect symbol
Jason Liu
2019-11-08
1
-7
/
+6
*
[NFC] Cleanup with variable name IsPPC64 & IsDarwin
Xiangling Liao
2019-10-21
1
-20
/
+18
*
NFC: Fix variable only used in asserts by propagating the value.
Sterling Augustine
2019-10-17
1
-3
/
+4
*
[AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large models
Xiangling Liao
2019-10-17
1
-11
/
+81
*
NFC: clang-format rL374420 and adjust comment wording
Hubert Tong
2019-10-12
1
-9
/
+11
*
[NFC][PowerPC]Clean up PPCAsmPrinter for TOC related pseudo opcode
Xiangling Liao
2019-10-10
1
-93
/
+70
*
[NFC] Replace 'isDarwin' with 'IsDarwin'
Xiangling Liao
2019-10-06
1
-10
/
+10
*
[PowerPC] Fix conditions of assert in PPCAsmPrinter
Jinsong Ji
2019-09-29
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[AIX]Emit function descriptor csect in assembly
Xiangling Liao
2019-09-26
1
-0
/
+57
*
Updated comments in LWZtoc pseudo expansion.
Sean Fertile
2019-09-26
1
-4
/
+5
*
Extends the expansion of the LWZtoc pseduo op for AIX.
Sean Fertile
2019-09-24
1
-15
/
+38
*
[NFC][PowerPC] Refactor classifyGlobalReference
Jinsong Ji
2019-09-20
1
-6
/
+3
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-5
/
+2
*
[PowerPC][NFC] Use inline Subtarget->isPPC64()
Jinsong Ji
2019-08-30
1
-7
/
+6
*
[PPC32] Emit R_PPC_GOT_TPREL16 instead R_PPC_GOT_TPREL16_LO
Fangrui Song
2019-08-30
1
-2
/
+4
*
[PowerPC][AIX] Adds support for writing the .data section in assembly files
Xing Xue
2019-08-25
1
-11
/
+26
*
[PowerPC][XCOFF][MC] Explicitly set containing csect on symbols. [NFC]
Sean Fertile
2019-08-22
1
-0
/
+2
*
Adds support for writing the .bss section for XCOFF object files.
Sean Fertile
2019-08-20
1
-1
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+3
*
Enable assembly output of local commons for AIX
David Tenty
2019-08-08
1
-2
/
+6
*
Address post commit review comments on revision 366727.
Sean Fertile
2019-07-30
1
-5
/
+5
*
[NFC][PowerPC]Change ADDIStocHA to ADDIStocHA8 to follow 64-bit naming conven...
Jason Liu
2019-07-22
1
-4
/
+4
*
Stubs out TLOF for AIX and add support for common vars in assembly output.
Sean Fertile
2019-07-22
1
-0
/
+33
*
Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile
2019-07-09
1
-0
/
+11
*
[PPC32] Support PLT calls for -msecure-plt -fpic
Fangrui Song
2019-06-25
1
-24
/
+21
*
[NFC] Fix indentation in PPCAsmPrinter.cpp
Hubert Tong
2019-06-22
1
-54
/
+54
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[PowerPC] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[PowerPC] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
[next]