summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Rename TLSDESC as it's not ARM specific.Davide Italiano2016-03-151-1/+1
* [MC] Rename TLSCALL as it's not ARM specific.Davide Italiano2016-03-151-3/+3
* ARM: Support relative references using the PREL31 symbol variant.Peter Collingbourne2016-03-101-0/+3
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+3
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola2015-05-291-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.Tim Northover2015-04-061-2/+6
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+3
* ARM: add support for R_ARM_ABS16Saleem Abdulrasool2015-01-091-0/+8
* ARM: add support for R_ARM_ABS8 relocationsSaleem Abdulrasool2015-01-091-0/+8
* test commit (spelling correction)Kumar Sukhani2014-12-111-1/+1
* [ELF] Prevent ARM ELF object writer from generating deprecated relocation cod...Jyoti Allur2014-11-201-1/+1
* [MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand2014-07-201-2/+4
* Fix pr19645.Rafael Espindola2014-05-031-1/+1
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-291-0/+6
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-91/+13
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+3
* Remove another unused argument.Rafael Espindola2014-03-271-3/+2
* Remove unused argument.Rafael Espindola2014-03-271-4/+2
* Look through variables when computing relocations.Rafael Espindola2014-03-201-7/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-7/+6
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-301-0/+3
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-301-0/+3
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-301-1/+14
* ARM: add tlsldo relocationKai Nacke2014-01-201-0/+3
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-8/+8
* This patch reworks how llvm targets set Jack Carter2013-01-301-6/+0
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-121-1/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-091-0/+3
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-011-0/+4
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-191-5/+3
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-301-1/+2
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-0/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-5/+3
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-281-1/+1
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-1/+4
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+1
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-221-8/+1
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-221-7/+6
* Fix name in comments.Rafael Espindola2011-12-221-1/+1
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+286
OpenPOWER on IntegriCloud