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
2013-03-15
ARM: Fix an old refacto.
Benjamin Kramer
2013-02-14
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
2013-02-13
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-01-31
Switch the code added in r173885 to use the new, shiny RTTI
Chandler Carruth
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
This patch implements runtime ARM specific
Jack Carter
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-26
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-10
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-08
Recommit modified r167540.
Amara Emerson
2012-11-07
Revert r167540 until regression tests are updated.
Amara Emerson
2012-11-07
Improve ARM build attribute emission for architectures types.
Amara Emerson
2012-10-09
Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...
Craig Topper
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-08-14
This needs braces. Spotted by Bill.
Eric Christopher
2012-08-13
Add support for the %H output modifier.
Eric Christopher
2012-08-04
Skip impdef regs during eabi save/restore list emission to workaround PR11902
Anton Korobeynikov
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-05-30
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-21
ARM: .end_data_region mismatch in Thumb2.
Jim Grosbach
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-04-11
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-07
Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>
Bob Wilson
2012-04-06
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-03-26
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-05
updated patch for the ARM fused multiply add/sub
Sebastian Pop
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-21
Proper support for a bastardized darwin-eabi hybird ABI.
Evan Cheng
2012-02-15
Strip the pointer casts from the constants here.
Bill Wendling
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-24
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-23
ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here.
NAKAMURA Takumi
2012-01-22
Add fused multiple+add instructions from VFPv4.
Anton Korobeynikov
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-19
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-12-12
Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>
Bob Wilson
[next]