aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+26
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-20/+31
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-4/+7
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-4/+3
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-3/+3
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-3/+3
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-3/+3
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-19/+5
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+1
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-3/+0
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-4/+8
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-0/+6
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-12/+6
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-171-2/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-6/+6
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-151-3/+27
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-261-9/+3
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-2/+2
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-1/+3
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-1/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-241-1/+3
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-241-18/+14
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-2/+11
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-1/+1
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-161-10/+1
* Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky2012-08-161-1/+10
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-4/+3
* Tidy up. 80 columns.Jim Grosbach2012-01-181-13/+13
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-7/+7
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-221-13/+1
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-7/+8
* MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi2011-12-061-0/+1
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-0/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-021-1/+70
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-6/+5
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-0/+123