index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
MCTargetDesc
/
ARMELFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Rename TLSDESC as it's not ARM specific.
Davide Italiano
2016-03-15
1
-1
/
+1
*
[MC] Rename TLSCALL as it's not ARM specific.
Davide Italiano
2016-03-15
1
-3
/
+3
*
ARM: Support relative references using the PREL31 symbol variant.
Peter Collingbourne
2016-03-10
1
-0
/
+3
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+3
*
ARM/ELF: Better codegen for global variable addresses.
Peter Collingbourne
2015-10-26
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Pass a MCSymbol to needsRelocateWithSymbol.
Rafael Espindola
2015-05-29
1
-2
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.
Tim Northover
2015-04-06
1
-2
/
+6
*
ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
2015-01-11
1
-0
/
+3
*
ARM: add support for R_ARM_ABS16
Saleem Abdulrasool
2015-01-09
1
-0
/
+8
*
ARM: add support for R_ARM_ABS8 relocations
Saleem Abdulrasool
2015-01-09
1
-0
/
+8
*
test commit (spelling correction)
Kumar Sukhani
2014-12-11
1
-1
/
+1
*
[ELF] Prevent ARM ELF object writer from generating deprecated relocation cod...
Jyoti Allur
2014-11-20
1
-1
/
+1
*
[MC] Pass MCSymbolData to needsRelocateWithSymbol
Ulrich Weigand
2014-07-20
1
-2
/
+4
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-1
/
+1
*
Parse and create GOT_PREL relocations.
Joerg Sonnenberger
2014-04-29
1
-0
/
+6
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-91
/
+13
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-2
/
+3
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+2
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-4
/
+2
*
Look through variables when computing relocations.
Rafael Espindola
2014-03-20
1
-7
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-7
/
+6
*
ARM: suuport .tlsdescseq directive
Saleem Abdulrasool
2014-01-30
1
-0
/
+3
*
ARM: support TLS descriptor relocations
Saleem Abdulrasool
2014-01-30
1
-0
/
+3
*
ARM: support tlscall relocations
Saleem Abdulrasool
2014-01-30
1
-1
/
+14
*
ARM: add tlsldo relocation
Kai Nacke
2014-01-20
1
-0
/
+3
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-8
/
+8
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-6
/
+0
*
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
1
-1
/
+8
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
1
-0
/
+3
*
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
1
-0
/
+4
*
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
1
-5
/
+3
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
1
-1
/
+2
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
1
-0
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-5
/
+3
*
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-28
1
-1
/
+1
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
1
-1
/
+4
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+1
*
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
1
-8
/
+1
*
Make the virtual methods in ARMELFObjectWriter public.
Rafael Espindola
2011-12-22
1
-7
/
+6
*
Fix name in comments.
Rafael Espindola
2011-12-22
1
-1
/
+1
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
1
-0
/
+286