summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAge
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* [PowerPC] Fix emitting instruction pairs on LEUlrich Weigand2014-06-18
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* Fix pr19645.Rafael Espindola2014-05-03
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-24
* Add llvm_unreachable after fully-covered switches to appease GCCAlexey Samsonov2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* Enable integrated assembler on OpenBSD/PPC32 by default, too.Joerg Sonnenberger2014-03-05
* Try to unbreak the C++11 buildHal Finkel2014-02-28
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-28
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Just returning false is the default.Rafael Espindola2014-02-06
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Replace PPC instruction-size code with MCInstrDesc getSizeHal Finkel2014-02-02
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Provide a stub Target Streamer implementation for PPC MachOIain Sandoe2014-01-28
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Remove an easy use of EmitRawText from PPC.Rafael Espindola2014-01-25
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Use r2 when encoding tls on ppc32. Fixes PR18305.Roman Divacky2013-12-22
* test commit.Iain Sandoe2013-12-13
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* Don't set GlobalPrefix to the default value.Rafael Espindola2013-11-27
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-26
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-16
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09