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
/
Makefile
Age
Commit message (
Expand
)
Author
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2011-08-09
Don't continue generating the old-style decoder file.
Owen Anderson
2011-08-09
Replace the existing ARM disassembler with a new one based on the FixedLenDec...
Owen Anderson
2011-07-08
Use TableGen'erated pseudo lowering for ARM.
Jim Grosbach
2011-07-06
Add ARM MC registry routines.
Evan Cheng
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2010-11-03
Teach ARM Target to use the tblgen support for generating an MC'ized
Jim Grosbach
2010-10-01
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach
2010-08-11
MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.
Daniel Dunbar
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher
2010-04-08
Added support for ARM disassembly to edis.
Sean Callanan
2010-04-07
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
Johnny Chen
2010-04-05
Re-apply 100265 but instead disable building of ARM disassembly for now.
Evan Cheng
2010-04-02
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-09-15
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-04-17
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson
2008-08-29
TableGen'ing instruction encodings.
Evan Cheng
2008-08-17
Move ARM to pluggable asmprinter
Anton Korobeynikov
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola