summaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-5/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-145-20/+20
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-2/+5
* eliminate extra space.Torok Edwin2009-07-141-1/+1
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-5/+2
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-132-2/+2
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-132-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-115-15/+19
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-4/+5
* Implement changes from Chris's feedback.Torok Edwin2009-07-082-4/+6
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-8/+6
* Silence a warning when assertions are turned off.Duncan Sands2009-07-031-0/+1
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-031-2/+0
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-021-0/+2
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-012-2/+2
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-011-4/+10