Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
30389141c9c7270b4733ec0b9bc5ad58541f39da
/
lib
/
Target
/
Mips
/
MipsISelDAGToDAG.cpp
83ec4b6
Wrap MVT::ValueType in a struct to get type safety
by Duncan Sands
· 17 years ago
0af5e09
Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodes
by Bruno Cardoso Lopes
· 17 years ago
07cec75
Added custom SELECT_CC lowering
by Bruno Cardoso Lopes
· 17 years ago
4e3f5a4
Dwarf requires variable entries to be in the source order. Right now, since we are recording variable information at isel time this means parameters would appear in the reverse order. The short term fix is to issue recordVariable() at asm printing time instead.
by Evan Cheng
· 18 years ago
a844bde
SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc.
by Evan Cheng
· 18 years ago
84bc542
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
by Chris Lattner
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
753a987
Added JumpTable support
by Bruno Cardoso Lopes
· 18 years ago
c7db561
Added support for PIC code with "explicit relocations" *only*.
by Bruno Cardoso Lopes
· 18 years ago
b42abeb
Added "LoadEffective" pattern to handle stack locations. Fixed some comments
by Bruno Cardoso Lopes
· 18 years ago
7ff6fa2
Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress
by Bruno Cardoso Lopes
· 18 years ago
a4e8200
Added support for Mips specific GAS directives
by Bruno Cardoso Lopes
· 18 years ago
972f589
Initial Mips support, here we go! =)
by Bruno Cardoso Lopes
· 18 years ago