aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* No-ops emitted for scheduling don't correspond with anything in theDan Gohman2010-05-051-1/+0
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-9/+5
* Use MachineOperand::is* predicates.Devang Patel2010-04-271-1/+1
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-181-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-35/+36
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-173-8/+16
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-2/+2
* delete a forwarding function.Chris Lattner2010-04-081-6/+7
* add newlines at end of files.Chris Lattner2010-04-071-1/+1
* Disambiguate else.Benjamin Kramer2010-04-051-1/+2
* prune some #includes.Chris Lattner2010-04-051-2/+0
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-4/+1
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-11/+4
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-27/+31
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-4/+6
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-2/+4
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-30/+32
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-7/+6
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-1/+14
* the FPCmp node returns an i32.Chris Lattner2010-03-281-6/+8
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-1/+2
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-1/+2
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-32/+3
* remove redundant instruction.Chris Lattner2010-02-281-2/+2
* Remember to define super registers in mips calls.Jakob Stoklund Olesen2010-02-171-3/+2
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-8/+15
* mark "addr" as having type "iPTR", eliminating some type comparisonsChris Lattner2010-02-141-1/+1
* print all the newlines at the end of instructions withChris Lattner2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-3/+2
* Add suport for VASTART on Mips.Bruno Cardoso Lopes2010-02-062-0/+22
* First step towards varargs support in Mips:Bruno Cardoso Lopes2010-02-061-38/+117
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-1/+4
* Revert 95130.Evan Cheng2010-02-022-2/+2
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-022-2/+2
* MulOp is actually a Mips specific node, so do the match using Opcode. This fi...Bruno Cardoso Lopes2010-02-011-1/+1
* Fix stack size bug while using o32 abiBruno Cardoso Lopes2010-02-011-10/+18
* Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig...Bruno Cardoso Lopes2010-01-301-5/+5
* Fix mov.d out register by using the FFR register class directlyBruno Cardoso Lopes2010-01-301-1/+5
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-63/+24
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-16/+9
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1