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
*
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