aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore
AgeCommit message (Expand)Author
2009-08-01Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner
2009-08-01REmove dead fields of TAI.Chris Lattner
2009-08-01update for renameChris Lattner
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner
2009-08-01Add newline at end of file to remove gcc warning.Nick Lewycky
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner
2009-07-27Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner
2009-07-26Factor commonality in triple match routines into helper template for registeringDaniel Dunbar
2009-07-26Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar
2009-07-25this is (unfortunately) several changes mixed together:Chris Lattner
2009-07-25Simplify JIT target selection.Daniel Dunbar
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-24Remove unused member functions.Eli Friedman
2009-07-22remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner
2009-07-22Thread local globals don't require special handling by the linker and so canRichard Osborne
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-21remove the last bits of SectionFlagsForGlobal. There is some flag here thatChris Lattner
2009-07-21don't mask out the small flag and then reapply it later.Chris Lattner
2009-07-21if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...Chris Lattner
2009-07-21remove the Xcore implementation of SelectSectionForGlobal. While you haveChris Lattner
2009-07-21Remove the XCore custom implementation of MergeableConstSection, relying onChris Lattner
2009-07-21Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner
2009-07-21Remove shift amount flavor. It isn't actually complete enough to Eli Friedman
2009-07-21make AsmPrinter::doFinalization iterate over the global variablesChris Lattner
2009-07-21reduce indentation by using an early exit.Chris Lattner
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
2009-07-19Tweak cmake files for the four targets that don't split CodeGen out.Daniel Dunbar
2009-07-19Add dependencies from TargetInfo onto .td generation.Daniel Dunbar
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar
2009-07-17Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in Eli Friedman
2009-07-16Combine an unaligned store of unaligned load into a memmove.Richard Osborne
2009-07-16Lower the threshold at which memcpy / memmove / memset stop being expandedRichard Osborne
2009-07-16Fix typo in last commit on expansion of unaligned loads.Richard Osborne
2009-07-16Expand unaligned 32 bit loads from an address which is a constantRichard Osborne
2009-07-16Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne
2009-07-16Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar
2009-07-15Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar
2009-07-15Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar
2009-07-15Remove unused function.Daniel Dunbar
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne
2009-07-15Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne