index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMTargetObjectFile.h
Age
Commit message (
Expand
)
Author
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-03-15
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-09
The ARM EH experiment worked!
Bill Wendling
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2009-08-13
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-08
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
now that getOrCreateSection is all object-file specific,
Chris Lattner
2009-08-04
Ooops, I was too fast to commit the wrong fix :(
Anton Korobeynikov
2009-08-04
Fix a typo - this unbreaks llvm-gcc build on arm
Anton Korobeynikov
2009-08-02
convert ctors/dtors section to be in TLOF instead of
Chris Lattner