aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-1/+1
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-182-4/+6
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+8
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-12/+0
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-1/+1
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-182-0/+8
* Trim #includes.Dan Gohman2008-10-162-6/+0
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-162-5/+5
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-3/+3
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-2/+2
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-112-8/+5
* 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