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