summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-4/+128
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-161-9/+12
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-291-23/+14
* Revert "[PPC] Use alias symbols in address computation."Hal Finkel2014-05-281-13/+23
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-261-23/+13
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-161-1/+1
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-6/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-11/+11
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-8/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-6/+6
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-6/+6
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-6/+6
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-1/+4
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-8/+8
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [PowerPC] support powerpc64le as syntax-checking target (pass2)Will Schmidt2014-03-041-0/+1
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-32/+32
* Remove an easy use of EmitRawText from PPC.Rafael Espindola2014-01-251-7/+6
* Fix pr18515.Rafael Espindola2014-01-221-7/+0
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-3/+4
* Implement initial-exec TLS for PPC32.Roman Divacky2013-12-201-2/+22
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-021-3/+3
* Remove dead code.Rafael Espindola2013-12-021-24/+0
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-281-3/+3
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-19/+19
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+5
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-171-4/+9
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-301-0/+1
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+2
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+1
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-2/+4
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-10/+13
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-0/+17
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-9/+14
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-4/+4
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-4/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-011-0/+19
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-16/+16
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-2/+2
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-201-6/+6
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-34/+2
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-11/+12
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+2
OpenPOWER on IntegriCloud