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