aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.cpp
AgeCommit message (Expand)Author
2008-04-12Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner
2008-03-17minor cleanupsChris Lattner
2008-03-10Default ISD::PREFETCH to expand.Evan Cheng
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel
2008-03-08Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng
2008-02-16I cannot find a libgcc function for this builtin. Therefor expanding it to a...Andrew Lenharth
2008-01-17This commit changes:Chris Lattner
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
2007-11-12Added JumpTable supportBruno Cardoso Lopes
2007-11-05Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes
2007-10-09Position Independent Code (PIC) support [3]Bruno Cardoso Lopes
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-08-28Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes
2007-08-21InlineAsm asm support for integer registers addedBruno Cardoso Lopes
2007-08-18Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-11Fixed AddLiveOut issuesBruno Cardoso Lopes
2007-07-11Assert when TLS is not implemented.Lauro Ramos Venancio
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes