[WebAssembly] Convert a regular for loop to a range-based for loop.
[oota-llvm.git] / lib / Target / XCore / XCore.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-01-06 Robert LyttonXCore target: Lower FRAME_TO_ARGS_OFFSET
2013-09-18 Robert LyttonPrevent LoopVectorizer and SLPVectorizer running if...
2013-05-04 Richard Osborne[XCore] Move lowering of thread local storage to a...
2011-12-15 Richard OsbornePass optLevel to XCoreDAGToDAGISel.
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-11-07 Richard OsborneAdd XCore backend.