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
/
utils
/
TableGen
/
ARMDecoderEmitter.cpp
Age
Commit message (
Expand
)
Author
2010-08-27
Fix a comment typo.
Bob Wilson
2010-08-11
Add a separate ARM instruction format for Saturate instructions.
Bob Wilson
2010-07-08
Changes to ARM tail calls, mostly cosmetic.
Dale Johannesen
2010-06-18
An attempt to fix the problem Anton reported with
Dale Johannesen
2010-06-15
Next round of tail call changes. Register used in a tail
Dale Johannesen
2010-06-03
Early implementation of tail call for ARM.
Dale Johannesen
2010-04-20
When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...
Johnny Chen
2010-04-09
If all the bit positions are not specified; do not decode the instructions.
Johnny Chen
2010-04-09
Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets
Bob Wilson
2010-04-09
ARM decoder emitter should print out useful information unconditionally when it
Johnny Chen
2010-04-08
Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround code
Johnny Chen
2010-04-08
Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...
Benjamin Kramer
2010-04-07
Fix typo and correct comment somewhat.
Eric Christopher
2010-04-07
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
Johnny Chen
2010-04-03
Fix a warning in GCC about a pointless typedef.
Chandler Carruth
2010-04-02
Move variable "Bits" declaration/definition into the DEBUG block where its usage
Johnny Chen
2010-04-02
Fixed build warning.
Johnny Chen
2010-04-02
Change from .../Support/DataTypes.h to .../System/DataTypes.h.
Johnny Chen
2010-04-02
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen