index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2011-06-29
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
Jim Grosbach
2011-05-28
Implement the 'M' output modifier for arm inline asm. This is fairly
Eric Christopher
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-26
Reorganize these slightly according to operand type.
Eric Christopher
2011-05-26
Mark tBX as an indirect branch rather than a return.
Cameron Zwarich
2011-05-25
Convert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
Cameron Zwarich
2011-05-25
Implement the 'm' modifier. Note that it only works for memory operands.
Eric Christopher
2011-05-25
Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. This
Cameron Zwarich
2011-05-25
Rename the existing tBX/tBXr9 instructions to tBX_CALL/tBXr9_CALL to better
Cameron Zwarich
2011-05-24
Implement the arm 'L' asm modifier.
Eric Christopher
2011-05-24
Implement the immediate part of the 'B' modifier.
Eric Christopher
2011-05-24
Add more unimplemented asm modifiers and some documentation of what they
Eric Christopher
2011-05-24
Add support for the arm 'y' asm modifier.
Eric Christopher
2011-05-23
Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...
Cameron Zwarich
2011-05-20
adds some attributes to attribute section when cpu is "xscale"
Rafael Espindola
2011-05-16
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-04
Do not emit location expression size twice.
Devang Patel
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-26
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-22
Add asserts.
Devang Patel
2011-04-21
Fix DWARF description of Q registers.
Devang Patel
2011-04-21
Fix DWARF description of S registers.
Devang Patel
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-15
Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
Jim Grosbach
2011-03-12
Pseudo-ize the ARM Darwin *r9 call instruction definitions. They're the same
Jim Grosbach
2011-03-11
Pseudo-ize the ARM 'B' instruction.
Jim Grosbach
2011-03-11
Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-
Jim Grosbach
2011-03-05
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-02
Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.
Renato Golin
2011-02-28
Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...
Renato Golin
2011-02-07
ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .o
Jason W Kim
2011-02-07
Rework some .ARM.attribute work for improved gcc compatibility.
Jason W Kim
2011-01-21
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-17
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-12
JimG sez: "The value-kinds look like masks, but they're not consistently used
Jason W Kim
2011-01-12
1. Support ELF pcrel relocations for movw/movt:
Jason W Kim
2011-01-11
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-01
Model operand restrictions of mul-like instructions on ARMv5 via
Anton Korobeynikov
2010-12-18
r120333 changed the opcode for the Thumb1 stuff from ARM::tMOVr to
Bill Wendling
2010-12-17
Avoid report_fatal_error in ARM's PrintAsmOperand method.
Bob Wilson
2010-12-16
Pseudo-ize the Thumb1 tBfar pattern. rdar://8777974
Jim Grosbach
2010-12-14
Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755
Jim Grosbach
2010-12-14
Refactor a bit for legibility.
Jim Grosbach
2010-12-14
Make sure to propagate the predicate operands for LEApcrel to ADR.
Jim Grosbach
[prev]
[next]