summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-13
* This void is implicit in C++.Dan Gohman2009-08-12
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* now that JumpTableDirective can differentate picness itself, MIPS TAI Chris Lattner2009-08-11
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* this really shouldn't switch sections without telling the asmprinter, butChris Lattner2009-08-03
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* .rdata == .rodata on mips.Chris Lattner2009-08-01
* REmove dead fields of TAI.Chris Lattner2009-08-01
* Minor code simplifications.Dan Gohman2009-08-01
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-26
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-26
* Simplify JIT target selection.Daniel Dunbar2009-07-25
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Remove unused member functions.Eli Friedman2009-07-24
* remove more bits of small section support.Chris Lattner2009-07-24
* remove more remnants of small section support.Chris Lattner2009-07-24
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-24
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* whitespace cleanups, make the MipsAsmPrinter::doInitializationChris Lattner2009-07-21
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-21
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-19
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* One more operation expansion for MIPS, from test/CodeGen/Generic.Eli Friedman2009-07-17
* Expand a bunch of illegal operations on MIPS (found by Eli Friedman2009-07-17
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-16