aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-8/+8
* Reapply 80278Bruno Cardoso Lopes2009-09-014-45/+71
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-274-61/+40
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-274-40/+61
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-4/+4
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-232-40/+18
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-6/+6
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-8/+8
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-224-14/+14
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-3/+5
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-137-51/+140
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-134-6/+59
* This void is implicit in C++.Dan Gohman2009-08-123-3/+3
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-124-10/+7
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-114-156/+156
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-3/+2
* now that JumpTableDirective can differentate picness itself, MIPS TAI Chris Lattner2009-08-113-11/+6
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-111-3/+1
* 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