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