aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner
2009-08-13Restore some "small section" support code, reverting my patch from r76936.Chris Lattner
2009-08-12This void is implicit in C++.Dan Gohman
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-11pass the TargetTriple down from each target ctor to theChris Lattner
2009-08-11now that JumpTableDirective can differentate picness itself, MIPS TAI Chris Lattner
2009-08-11split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-10Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson
2009-08-08make printInstruction return void since its result is omitted. Make the Chris Lattner
2009-08-05Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel
2009-08-05Major calling convention code refactoring.Dan Gohman
2009-08-03this really shouldn't switch sections without telling the asmprinter, butChris Lattner
2009-08-03Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-01.rdata == .rodata on mips.Chris Lattner
2009-08-01REmove dead fields of TAI.Chris Lattner
2009-08-01Minor code simplifications.Dan Gohman
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner
2009-07-28Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel
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-26untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris 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-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-24Remove unused member functions.Eli Friedman
2009-07-24remove more bits of small section support.Chris Lattner
2009-07-24remove more remnants of small section support.Chris Lattner
2009-07-24Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner
2009-07-22remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-21make AsmPrinter::doFinalization iterate over the global variablesChris Lattner
2009-07-21whitespace cleanups, make the MipsAsmPrinter::doInitializationChris Lattner
2009-07-21Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner
2009-07-20Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
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-17One more operation expansion for MIPS, from test/CodeGen/Generic.Eli Friedman
2009-07-17Expand a bunch of illegal operations on MIPS (found by Eli Friedman
2009-07-16Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar
2009-07-15Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar