aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-7/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-033-23/+21
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-292-2/+2
* Re-apply 56683 with fixes.Evan Cheng2008-09-271-1/+2
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-3/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+3
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+23
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-3/+3
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-1/+0
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-3/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-6/+0
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Fix indendation.Matthijs Kooijman2008-09-231-4/+4
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-162-8/+8
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-162-8/+8
* Fixed Bug 2751Bruno Cardoso Lopes2008-09-152-4/+4
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-132-11/+11
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-123-12/+14
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-282-13/+13
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-2/+2
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-262-7/+11
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-3/+3
* Make option variables static, so they won't cause nameclashAnton Korobeynikov2008-08-221-7/+10
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-214-8/+11
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-142-8/+8
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-135-76/+127
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-2/+4
* Undo most of r54519.Evan Cheng2008-08-082-3/+2
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-082-2/+3
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-083-18/+19
* Match raw "psp" triple target, as done by the homebrew toolchain.Bruno Cardoso Lopes2008-08-081-1/+2
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-073-23/+52
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-071-3/+2
* Provide convenient helpersAnton Korobeynikov2008-08-071-2/+2
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-066-152/+225
* Trim #includes.Dan Gohman2008-08-052-1/+2
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-042-40/+9
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-042-1/+6
* Fix PR2615Bruno Cardoso Lopes2008-08-031-1/+7
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-025-23/+77
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-022-8/+10
* Expand fcopysignBruno Cardoso Lopes2008-07-311-0/+1
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-312-31/+48
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-302-3/+16
* Fixed bug in global address lowering for functions and in Brcond loweringBruno Cardoso Lopes2008-07-301-6/+7
* Removed small section flag for mips, the assembler doesnt support this flagBruno Cardoso Lopes2008-07-302-4/+18
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-303-8/+45
* Instruction definition cleanupBruno Cardoso Lopes2008-07-301-63/+43