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
/
ARMAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
Align ARM constant pool islands via their basic block.
Jakob Stoklund Olesen
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-01
Use the ARMConstantPoolMBB class to handle the MBB values.
Bill Wendling
2011-10-01
Use the new ARMConstantPoolSymbol class to handle external symbols.
Bill Wendling
2011-10-01
Switch over to using ARMConstantPoolConstant for global variables, functions,
Bill Wendling
2011-09-29
Create a machine basic block in the constant pool and retrieve the symbol for...
Bill Wendling
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-09
Thumb unconditional branches are allowed in IT blocks, and therefore should h...
Owen Anderson
2011-09-02
Tidy up. Formatting.
Jim Grosbach
2011-08-31
Static relocation model Thumb jump table interworking.
Jim Grosbach
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Move ARM frame-unwinding EHABI handling a touch earlier.
Jim Grosbach
2011-08-10
Add support for the R and Q constraints.
Rafael Espindola
2011-08-09
Emitting ARM build attributes and values as ULEB, rather than char.
Renato Golin
2011-07-26
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-08
Use tPseudoExpand for tTAILJMPrND and tTAILJMPr.
Jim Grosbach
2011-07-08
Use tPseudoExpand for tTAILJMPd and tTAILJMPdND.
Jim Grosbach
2011-07-08
Use ARMPseudoExpand for ARM tail calls.
Jim Grosbach
2011-07-08
Use ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and BXr9_pred.
Jim Grosbach
2011-07-08
Use TableGen'erated pseudo lowering for ARM.
Jim Grosbach
2011-07-07
The VMLA instruction and its friends are not actually fused; they're plain old
Cameron Zwarich
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-06-30
Refact ARM Thumb1 tMOVr instruction family.
Jim Grosbach
2011-06-30
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
2011-06-30
Pseudo-ize the t2LDMIA_RET instruction.
Jim Grosbach
2011-06-30
Pseudo-ize the Thumb tPOP_RET instruction.
Jim Grosbach
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
[next]