summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCore.h
AgeCommit message (Expand)Author
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-02-01[PM] Remove a bunch of stale TTI creation method declarations. I nukedChandler Carruth
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-01-06XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton
2013-09-18Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton
2013-05-04[XCore] Move lowering of thread local storage to a separate pass.Richard Osborne
2011-12-15Pass optLevel to XCoreDAGToDAGISel.Richard Osborne
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar
2009-07-15Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-01Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2008-11-07Add XCore backend.Richard Osborne