aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* 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.Edwin Török2009-07-145-20/+20
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-2/+5
* eliminate extra space.Edwin Török2009-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.Edwin Török2009-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.Edwin Török2009-07-082-4/+6
* Convert more abort() calls to llvm_report_error().Edwin Török2009-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
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-014-8/+4
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-2/+7
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+1
* No need to code gen MDNodesDevang Patel2009-06-251-0/+3
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-232-9/+4
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-5/+1
* fix a circular dependency between the mips code generatorChris Lattner2009-06-163-4/+28
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-162-0/+11
* Misc accumulated tweaks to legalization logic for various targets.Eli Friedman2009-06-161-0/+2
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-035-23/+63
* Trailing whitespace.Dale Johannesen2009-06-011-1/+1
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-279-29/+90
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+2
* Fix a missing def-flag on a Mips epilogue load.Jakob Stoklund Olesen2009-05-161-4/+4
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-6/+6
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-093-4/+4
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-294-9/+17
* Second attempt:Bill Wendling2009-04-294-13/+13
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-284-13/+13