aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/Makefile
AgeCommit message (Expand)Author
2011-10-27Remove the Alpha backend.Dan Gohman
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan 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-14move all the target's asmprinters into the main target. The piece Chris Lattner
2010-11-14remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner
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-07-19Unbreak buildDaniel Dunbar
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-11-11Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2005-10-23Autogen subtarget information from .td files.Chris Lattner
2005-10-20ret 0; works, not much elseAndrew Lenharth
2005-02-22no longer build as a shared libraryAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth