aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-6/+4
* Added JumpTable supportBruno Cardoso Lopes2007-11-121-3/+32
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-34/+59
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-091-17/+34
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-2/+0
* Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes2007-08-281-20/+29
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-211-0/+70
* Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes2007-08-181-16/+10
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+2
* Fixed AddLiveOut issuesBruno Cardoso Lopes2007-07-111-42/+72
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+8
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+519