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
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-15
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
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
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
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-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
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-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
Merge remote-tracking branch 'origin/master' into merge168633
Derek Schuff
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-26
Fix previous CL to actually work on NaCl (and not only fix non-NaCl).
Eli Bendersky
2012-11-26
Force function entry alignment only for NaCl
Eli Bendersky
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
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
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-24
Change BKPT and UDF instruction encodings to match NaCl ARM validator and run...
JF Bastien
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
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-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
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-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
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
[next]