aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-284-13/+13
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-5/+5
* Separate MIPS asmprinterAnton Korobeynikov2009-04-035-3/+33
* fix some warnings in release-asserts mode.Chris Lattner2009-03-261-20/+19
* fix an apparently real bug exposed by a warning in -asserts mode.Chris Lattner2009-03-261-3/+4
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-254-8/+8
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-215-176/+110
* Added support for Mips O32 Calling ConventionBruno Cardoso Lopes2009-03-192-33/+133
* This causes incorrect stack frame allocation when the last object is an array...Bruno Cardoso Lopes2009-03-151-1/+1
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-072-5/+8
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-243-10/+12
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-231-2/+3
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-18/+4
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-134-22/+27
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-2/+4
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-22/+35
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-092-3/+6
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-072-3/+2
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-2/+2
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-13/+21
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-042-24/+30
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-31/+37
* Fix a typosampo2009-01-261-3/+2