OSDN Git Service

Merging r370426:
[android-x86/external-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2019-09-05 Hans WennborgMerging r370426:
2019-07-09 Sean FertileBoilerplate for producing XCOFF object files from the...
2019-06-25 Fangrui Song[PPC32] Support PLT calls for -msecure-plt -fpic
2019-06-22 Hubert Tong[NFC] Fix indentation in PPCAsmPrinter.cpp
2019-06-11 Tom StellardRevert CMake: Make most target symbols hidden by default
2019-06-10 Tom StellardCMake: Make most target symbols hidden by default
2019-05-15 Richard Trieu[PowerPC] Create a TargetInfo header. NFC
2019-05-11 Richard Trieu[PowerPC] Move InstPrinter files to MCTargetDesc. NFC
2019-04-26 Nick Desaulniers[AsmPrinter] refactor to support %c w/ GlobalAddress'
2019-04-17 Nick Desaulniers[AsmPrinter] defer %c to base class for ARM, PPC, and...
2019-04-10 Nick Desaulniers[AsmPrinter] refactor to remove remove AsmVariant. NFC
2019-03-26 Stefan Pintilie[PowerPC] Remove UseVSXReg
2019-03-11 Jinsong Ji[NFC][PowerPC] Add comment for PPCAsmPrinter::printOperand
2019-03-06 Strahinja Petrovic[PowerPC] Add secure plt support for TLS symbols
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-11-26 Than McIntosh[CodeGen] Support custom format of stack maps
2018-09-27 Nemanja Ivanovic[PowerPC] [NFC] Refactor code for printing register...
2018-09-24 Zaara Syeda[PowerPC] Support operand modifier 'x' in inline asm
2018-07-18 Justin HibbitsIntroduce codegen for the Signal Processing Engine
2018-07-18 Justin HibbitsAdd PowerPC e500(v2) core scheduler and directives.
2018-06-13 Hiroshi Inoue[PowerPC] fix trivial typos in comment, NFC
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-03-27 Strahinja Petrovic[PowerPC] Secure PLT support
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print global addresses as @foo in both MIR...
2017-11-28 Francis Visoiu Mistrih[CodeGen] Print register names in lowercase in both...
2017-09-22 Tim Shen[XRay] support conditional return on PPC.
2017-09-08 Dean Michael Berris[XRay][CodeGen][PowerPC] Fix tail exit codegen for...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-04-10 Eric ChristopherGet the TOC save offset off of PPCFrameLowering rather...
2017-02-10 Benjamin Kramer[PPC] Silence warning in Release builds.
2017-02-10 Tim ShenFix a silly syntax error.
2017-02-10 Tim Shen[XRay] Implement powerpc64le xray.
2016-12-12 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-11-03 Chandler CarruthSink all of the code relying on the MachO MachineModule...
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-10-04 Nemanja Ivanovic[Power9] Part-word VSX integer scalar loads/stores...
2016-10-03 Hal Finkel[PowerPC] Account for the ELFv2 function prologue durin...
2016-10-01 Mehdi AminiUse StringRef in Pass/PassManager APIs (NFC)
2016-09-02 Hal Finkel[PowerPC] For larger offsets, when possible, fold offse...
2016-08-30 Hal Finkel[PowerPC] Force entry alignment in .got2
2016-08-23 Philip Reames[stackmaps] More extraction of common code [NFCI]
2016-06-29 Rafael EspindolaDrop support for creating $stubs.
2016-06-27 Rafael EspindolaMove isPositionIndependent up to AsmPrinter.
2016-06-24 Rafael EspindolaUse existing predicate. NFC.
2016-06-24 Rafael EspindolaMerge two identical if branches. NFC.
2016-06-24 Rafael EspindolaMerge two identical if branches. NFC.
2016-06-24 Rafael Espindolaclang-format a region. NFC.
2016-06-17 Davide Italiano[Codegen] Change PICLevel.
2016-05-20 Rafael EspindolaSimplify handling of hidden stubs on PowerPC.
2016-05-09 Nemanja Ivanovic[Power9] Add support for -mcpu=pwr9 in the back end
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-03-12 Nemanja IvanovicFix for PR 26378
2016-01-13 Ulrich Weigand[PowerPC] Fix large code model with the ELFv2 ABI
2015-12-12 Hal Finkel[PowerPC] OutStreamer cleanup in PPCAsmPrinter
2015-11-20 Eric ChristopherWeak non-function symbols were being accessed directly...
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-30 Hal Finkel[PowerPC] Don't assume ADDISdtprelHA's source is r3
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-14 Hal Finkel[PowerPC] Support symbolic targets in patchpoints
2015-07-14 Hal Finkel[PowerPC] Use the ABI indirect-call protocol for patchp...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-20 Eric ChristopherFix an asan use-after-free bug introduced by the asm...
2015-02-20 Eric ChristopherRemove a use of the Subtarget in the darwin ppc asm...
2015-02-20 Eric ChristopherMake the TargetMachine::getSubtarget that takes a Funct...
2015-02-17 Eric ChristopherMake the PowerPC AsmPrinter independent of global subtarget
2015-02-10 Bill SchmidtFix up r228725, missed change in PPCSubtarget definition
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-10 Eric ChristopherMigrate PPCAsmPrinter's subtarget from reference to...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-18 Hal Finkel[PowerPC] Don't hard-code R2 as register when processin...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
next