summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+57
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+37
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-57/+87
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-161-1/+8
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-1/+1
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-3/+3
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-4/+4
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-12/+14
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-3/+3
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-0/+28
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+3
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-171-16/+3
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-4/+4
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-1/+1
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-4/+4
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-5/+6
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-261-21/+5
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-221-6/+5
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-13/+0
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-7/+9
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-1/+11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+29
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+4
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-251-3/+11
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-5/+27
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-081-1/+3
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-3/+3
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-0/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-0/+193