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] For larger offsets, when possible, fold offset into addis toc@ha
Hal Finkel
2016-09-02
1
-0
/
+7
*
[PowerPC] Force entry alignment in .got2
Hal Finkel
2016-08-30
1
-2
/
+4
*
[stackmaps] More extraction of common code [NFCI]
Philip Reames
2016-08-23
1
-4
/
+3
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-162
/
+1
*
Move isPositionIndependent up to AsmPrinter.
Rafael Espindola
2016-06-27
1
-3
/
+3
*
Use existing predicate. NFC.
Rafael Espindola
2016-06-24
1
-5
/
+1
*
Merge two identical if branches. NFC.
Rafael Espindola
2016-06-24
1
-14
/
+11
*
Merge two identical if branches. NFC.
Rafael Espindola
2016-06-24
1
-11
/
+3
*
clang-format a region. NFC.
Rafael Espindola
2016-06-24
1
-4
/
+4
*
[Codegen] Change PICLevel.
Davide Italiano
2016-06-17
1
-3
/
+3
*
Simplify handling of hidden stubs on PowerPC.
Rafael Espindola
2016-05-20
1
-20
/
+1
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-1
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
Fix for PR 26378
Nemanja Ivanovic
2016-03-12
1
-0
/
+6
*
[PowerPC] Fix large code model with the ELFv2 ABI
Ulrich Weigand
2016-01-13
1
-24
/
+76
*
[PowerPC] OutStreamer cleanup in PPCAsmPrinter
Hal Finkel
2015-12-12
1
-23
/
+19
*
Weak non-function symbols were being accessed directly, which is
Eric Christopher
2015-11-20
1
-31
/
+23
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-11
/
+11
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-15
/
+11
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-4
/
+4
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-40
/
+41
*
[EH] Handle non-Function personalities like unknown personalities
Reid Kleckner
2015-08-31
1
-7
/
+7
*
[PowerPC] Don't assume ADDISdtprelHA's source is r3
Hal Finkel
2015-08-30
1
-5
/
+5
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-7
/
+7
*
[PowerPC] Support symbolic targets in patchpoints
Hal Finkel
2015-07-14
1
-57
/
+71
*
[PowerPC] Use the ABI indirect-call protocol for patchpoints
Hal Finkel
2015-07-14
1
-1
/
+43
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-3
/
+3
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-1
/
+2
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-4
/
+4
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-2
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-52
/
+52
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-16
/
+14
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-18
/
+18
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-8
/
+8
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-150
/
+150
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-19
/
+0
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-3
/
+2
*
Use createTempSymbol to avoid collisions instead of an ad hoc method.
Rafael Espindola
2015-03-17
1
-10
/
+2
*
Use the correct func begin symbol in all places in ppc.
Rafael Espindola
2015-03-05
1
-2
/
+1
*
Use the generic Lfunc_begin label on ppc.
Rafael Espindola
2015-03-05
1
-5
/
+0
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-0
/
+1
*
Fix an asan use-after-free bug introduced by the asm printer
Eric Christopher
2015-02-20
1
-1
/
+11
*
Remove a use of the Subtarget in the darwin ppc asm printer.
Eric Christopher
2015-02-20
1
-5
/
+4
*
Make the TargetMachine::getSubtarget that takes a Function argument
Eric Christopher
2015-02-20
1
-1
/
+1
*
Make the PowerPC AsmPrinter independent of global subtarget
Eric Christopher
2015-02-17
1
-15
/
+24
*
Fix up r228725, missed change in PPCSubtarget definition
Bill Schmidt
2015-02-10
1
-6
/
+6
*
[PowerPC] Fix reverted patch r227976 to avoid register assignment issues
Bill Schmidt
2015-02-10
1
-0
/
+52
*
Migrate PPCAsmPrinter's subtarget from reference to pointer in
Eric Christopher
2015-02-10
1
-48
/
+49
[next]