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
*
[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
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-20
/
+26
*
[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC
Nick Desaulniers
2019-04-17
1
-2
/
+0
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-7
/
+3
*
[PowerPC] Remove UseVSXReg
Stefan Pintilie
2019-03-26
1
-4
/
+1
*
[NFC][PowerPC] Add comment for PPCAsmPrinter::printOperand
Jinsong Ji
2019-03-11
1
-2
/
+6
*
[PowerPC] Add secure plt support for TLS symbols
Strahinja Petrovic
2019-03-06
1
-1
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Support custom format of stack maps
Than McIntosh
2018-11-26
1
-1
/
+1
*
[PowerPC] [NFC] Refactor code for printing register operands
Nemanja Ivanovic
2018-09-27
1
-35
/
+6
*
[PowerPC] Support operand modifier 'x' in inline asm
Zaara Syeda
2018-09-24
1
-0
/
+15
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-0
/
+26
*
Add PowerPC e500(v2) core scheduler and directives.
Justin Hibbits
2018-07-18
1
-0
/
+1
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2018-06-13
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+8
*
[PowerPC] Secure PLT support
Strahinja Petrovic
2018-03-27
1
-25
/
+55
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[CodeGen] Print global addresses as @foo in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-21
/
+21
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-42
/
+42
*
[XRay] support conditional return on PPC.
Tim Shen
2017-09-22
1
-17
/
+63
*
[XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPC
Dean Michael Berris
2017-09-08
1
-0
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Get the TOC save offset off of PPCFrameLowering rather than a separate copy o...
Eric Christopher
2017-04-10
1
-1
/
+1
*
[PPC] Silence warning in Release builds.
Benjamin Kramer
2017-02-10
1
-2
/
+1
*
Fix a silly syntax error.
Tim Shen
2017-02-10
1
-2
/
+2
*
[XRay] Implement powerpc64le xray.
Tim Shen
2017-02-10
1
-1
/
+96
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
1
-17
/
+28
*
Sink all of the code relying on the MachO MachineModuleInfo to live
Chandler Carruth
2016-11-03
1
-47
/
+51
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+6
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-1
/
+17
*
[PowerPC] Account for the ELFv2 function prologue during branch selection
Hal Finkel
2016-10-03
1
-0
/
+3
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-10
/
+8
*
[PowerPC] For larger offsets, when possible, fold offset into addis toc@ha
Hal Finkel
2016-09-02
1
-0
/
+7
[next]