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
/
ARMAsmBackend.cpp
Age
Commit message (
Expand
)
Author
2010-11-13
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-11
Start of support for binary emit of 16-it Thumb instructions.
Jim Grosbach
2010-11-11
Encoding of destination fixup for ARM branch and conditional branch
Jim Grosbach
2010-11-09
ARM .word data fixups don't need an adjustment.
Jim Grosbach
2010-11-09
Add support for a few simple fixups to the ARM Darwin asm backend. This allows
Jim Grosbach
2010-11-05
Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't work
Jim Grosbach
2010-11-05
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-10-25
Add support for emitting ARM file attributes.
Rafael Espindola
2010-10-22
Making the e_machine configurable by the target backend in ELFObjectWriter.
Wesley Peck
2010-10-16
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-09-30
Move getPointerSize() to the base class since it's not dependent on MachO
Jim Grosbach
2010-09-30
Remove extraneous ';'
Jim Grosbach
2010-09-30
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
Kevin Enderby
2010-09-30
Fix two tiny issues (ARM does not need COFF) and comment sanity.
Jason W Kim
2010-09-30
trailing whitespace
Jim Grosbach
2010-09-30
Remove misplaced ';'. Make buildbots happy, hopefully.
Jim Grosbach
2010-09-30
I added a new file ARMAsmBackend which stubs out in similar ways to
Jason W Kim