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