aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-104-165/+165
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-102-2/+2
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-051-3/+0
* Major calling convention code refactoring.Dan Gohman2009-08-054-101/+97
* this really shouldn't switch sections without telling the asmprinter, butChris Lattner2009-08-031-1/+1
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-036-50/+26
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-022-8/+5
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-023-7/+4
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-022-5/+3
* .rdata == .rodata on mips.Chris Lattner2009-08-011-1/+0
* REmove dead fields of TAI.Chris Lattner2009-08-011-2/+0
* Minor code simplifications.Dan Gohman2009-08-011-1/+0
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-23/+10
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-283-14/+9
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-1/+1
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-2/+1
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-262-11/+3
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-36/+3
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-26/+2
* Simplify JIT target selection.Daniel Dunbar2009-07-251-12/+2
* Add new helpers for registering targets.Daniel Dunbar2009-07-253-26/+8
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-1/+2
* Remove unused member functions.Eli Friedman2009-07-242-55/+0
* remove more bits of small section support.Chris Lattner2009-07-241-9/+4
* remove more remnants of small section support.Chris Lattner2009-07-244-53/+1
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-242-55/+2
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-222-14/+0
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-4/+4
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-16/+2
* whitespace cleanups, make the MipsAsmPrinter::doInitializationChris Lattner2009-07-211-14/+8
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-211-1/+1
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-201-1/+2
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+1
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-191-0/+1
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-184-6/+7
* One more operation expansion for MIPS, from test/CodeGen/Generic.Eli Friedman2009-07-171-1/+2
* Expand a bunch of illegal operations on MIPS (found by Eli Friedman2009-07-171-0/+12
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-8/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-15/+0
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-153-26/+4
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-1/+1
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-154-49/+27
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-154-27/+49
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-152-37/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-152-5/+8
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-154-7/+19
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-1/+109
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-144-9/+9