Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
11cafc82b72a80fb9a7266bbda7fc7a0cc1b51a0
/
llvm
/
lib
/
Target
/
ARM
/
ARMTargetObjectFile.h
015dc20
Rewrite ARM execute only support to avoid the use of a command line flag and unqualified ARMSubtarget lookup.
by Eric Christopher
· 8 years ago
342257e
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
52a7dd7
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
4367c7f
Move the Mangler from the AsmPrinter down to TLOF and clean up the
by Eric Christopher
· 9 years ago
265ebd7
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
by Peter Collingbourne
· 10 years ago
a7c40ef
Canonicalize header guards into a common format.
by Benjamin Kramer
· 11 years ago
e73658d
[C++] Use 'nullptr'.
by Craig Topper
· 12 years ago
7315602
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
by Craig Topper
· 12 years ago
daeafb4
Add back r201608, r201622, r201624 and r201625
by Rafael Espindola
· 12 years ago
7e198ad
Revert r201622 and r201608.
by Daniel Jasper
· 12 years ago
09dcc6a
Fix PR18743.
by Rafael Espindola
· 12 years ago
15b2669
Use a consistent argument order in TargetLoweringObjectFile.
by Rafael Espindola
· 12 years ago
fa0f728
Pass the Mangler by reference.
by Rafael Espindola
· 12 years ago
1070501
Add LLVM_OVERRIDE to a few declarations.
by Rafael Espindola
· 12 years ago
b3b52a7
Remove dead code.
by Rafael Espindola
· 12 years ago
382c140
ARM: Enable use of relocation type tlsldo in debug info for tls data.
by Kai Nacke
· 12 years ago
ab7ee46
Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.
by Kai Nacke
· 12 years ago
5e8c30f
ARM: Enable use of relocation type tlsldo in debug info for tls data.
by Kai Nacke
· 12 years ago
e42af36
Use TARGET2 relocation for TType references on ARM.
by Anton Korobeynikov
· 13 years ago
ca3e0ee
Move the support for using .init_array from ARM to the generic
by Rafael Espindola
· 13 years ago
7722a2d
Properly emit ctors / dtors with priorities into desired sections
by Anton Korobeynikov
· 14 years ago
109ff29
Second set of ARM/MC/ELF changes.
by Jason W Kim
· 15 years ago
bbcaa40
Now that the default for Darwin platforms is to place the LSDA into the TEXT
by Bill Wendling
· 16 years ago
9481181
The ARM EH experiment worked!
by Bill Wendling
· 16 years ago
ab663a0
Move TLOF implementations to libCodegen to resolve layering violation.
by Anton Korobeynikov
· 16 years ago
607cd3b
Change MCSectionELF to represent a section semantically instead of
by Bruno Cardoso Lopes
· 16 years ago
f24f9d9
Whitespace cleanup. Remove trailing whitespace.
by Jim Grosbach
· 16 years ago
1cb9396
1. Make MCSection an abstract class.
by Chris Lattner
· 16 years ago
ce7d140
now that getOrCreateSection is all object-file specific,
by Chris Lattner
· 16 years ago
d0a53d3
Ooops, I was too fast to commit the wrong fix :(
by Anton Korobeynikov
· 16 years ago
3c5b68e
Fix a typo - this unbreaks llvm-gcc build on arm
by Anton Korobeynikov
· 16 years ago
4e7dfaf
convert ctors/dtors section to be in TLOF instead of TAI.
by Chris Lattner
· 16 years ago