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
2010-12-14
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...
Owen Anderson
2010-12-09
Add a textual message to the assert.
Jim Grosbach
2010-12-09
Add a sanity check assert() for t2ADD/SUBrSPi instructions that they really are
Jim Grosbach
2010-12-02
Add support for binary encoding of ARM 'adr' instructions referencing constant
Jim Grosbach
2010-12-01
Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADR
Jim Grosbach
2010-12-01
Move the ARMAsmPrinter class defintiion into a header file.
Jim Grosbach
2010-11-30
Pseudo-ize ARM MOVPCRX
Jim Grosbach
2010-11-30
Pseudo-ize BX_CALL and friends. Remove dead instruction format classes.
Jim Grosbach
2010-11-30
s/ARM::BRIND/ARM::BX/g to coincide with r120366.
Bill Wendling
2010-11-29
Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
Jim Grosbach
2010-11-29
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
ARM Pseudo-ize tBR_JTr.
Jim Grosbach
2010-11-29
Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos.
Jim Grosbach
2010-11-17
Make the ARM BR_JTadd instruction an explicit pseudo and lower it properly
Jim Grosbach
2010-11-15
Add FIXMEs.
Jim Grosbach
2010-11-15
add fields to the .td files unconditionally, simplifying tblgen a bit.
Chris Lattner
2010-11-14
rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
Chris Lattner
2010-11-14
even more simplifications. ARM MCInstLowering is now just
Chris Lattner
2010-11-14
simplify and tidy up
Chris Lattner
2010-11-10
Simplify and clean up MC symbol lookup for ARM constant pool values. This fixes
Jim Grosbach
2010-11-10
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
Jim Grosbach
2010-11-09
Change the ARMConstantPoolValue modifier string to an enumeration. This will
Jim Grosbach
2010-11-09
Handle ARM constant pool values that need an explicit reference to the '.'
Jim Grosbach
2010-11-09
Further MCize ARM constant pool values. This allows basic PIC references for
Jim Grosbach
2010-11-08
Revert 118422 in search of bot verdancy.
Dale Johannesen
2010-11-08
Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified.
Jason W Kim
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
MC'ize simple ARMConstantValue entry emission (with a FIXME).
Jim Grosbach
2010-11-05
Add FIXME.
Jim Grosbach
2010-10-29
Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in
Jim Grosbach
2010-10-29
ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to
Jim Grosbach
2010-10-27
Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like
Jim Grosbach
2010-10-27
Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on
Jim Grosbach
2010-10-26
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-25
Produce the headers directly in the Finish method. This allows us to use
Rafael Espindola
2010-10-25
Add a virtual destructor.
Rafael Espindola
2010-10-25
Add support for emitting ARM file attributes.
Rafael Espindola
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-06
remove trailing whitespace
Jim Grosbach
2010-10-06
First in a sequence of ARM/MC/*ELF* specific work.
Jason W Kim
2010-10-06
Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).
Jim Grosbach
2010-10-06
Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed
Jim Grosbach
2010-10-06
target operand flag values aren't a bitmask
Jim Grosbach
2010-10-01
Nuke the rest of the :comment references
Jim Grosbach
2010-10-01
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach
2010-09-30
Nuke a few more unused asm strings
Jim Grosbach
2010-09-30
80 column fix
Jim Grosbach
2010-09-30
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-30
Nuke it from orbit. It's the only way to be sure.
Jim Grosbach
[prev]
[next]