aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default ISD::PREFETCH to expand.Evan Cheng2008-03-101-1/+0
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-101-1/+6
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+1
* I cannot find a libgcc function for this builtin. Therefor expanding it to a...Andrew Lenharth2008-02-161-0/+1
* This commit changes:Chris Lattner2008-01-171-3/+0
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-5/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+557