Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f70c22b019494723d0e706f93d6542dfaa6e73a5
/
lib
/
Target
/
Sparc
/
SparcV8ISelSimple.cpp
f70c22b
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
by Chris Lattner
· 21 years ago
d6a1053
Fix thinko in visitor... ShiftInsts should currently be delegated
by Brian Gaeke
· 21 years ago
e14e338
Fix bug generating code for void call instructions: don't call
by Brian Gaeke
· 21 years ago
9df9282
Support constant GEP expressions.
by Brian Gaeke
· 21 years ago
429022b
Add support for widening integral casts.
by Brian Gaeke
· 21 years ago
9f56482
Flesh out GEP support
by Brian Gaeke
· 21 years ago
532e60c
Add stub support for GEPs.
by Brian Gaeke
· 21 years ago
e302a7e
Add support for copying bool constants to registers.
by Brian Gaeke
· 21 years ago
3d11e8a
I started working on casts, but I don't have anything compilable yet.
by Brian Gaeke
· 21 years ago
f3334eb
First version of code to handle loads. Stub function for handling stores.
by Brian Gaeke
· 21 years ago
562cb16
Support loading arguments from %I0...%I5 into virtual registers in
by Brian Gaeke
· 21 years ago
d54c38b
It's setting up the call args right now, but on the callee side, it's
by Brian Gaeke
· 21 years ago
4d0cda4
This is a start on handling setcc instructions. As the comment notes, we
by Chris Lattner
· 21 years ago
0d538bb
Avoid emitting an extra copy on each 32-bit operation
by Chris Lattner
· 21 years ago
4be7ca5
Add support for shift instructions, wrap some long lines
by Chris Lattner
· 21 years ago
22ede70
Add a bunch more instructions
by Chris Lattner
· 21 years ago
2d4fa8f
Preliminary support for getting 64-bit integer constants into registers.
by Brian Gaeke
· 21 years ago
ea8494b
Deal with call return values.
by Brian Gaeke
· 21 years ago
f7e44ef
Add support for call instructions (0-ary only for now).
by Brian Gaeke
· 21 years ago
6d339f9
Fix bug in zero-extending of shorts.
by Brian Gaeke
· 21 years ago
f57e364
Make getClass more robust by adding cLong. Add handling for Mul instruction.
by Brian Gaeke
· 21 years ago
cf47198
Hmm, who left this sitting around in my tree
by Brian Gaeke
· 21 years ago
08f64c3
Support return values of basic integer types.
by Brian Gaeke
· 21 years ago
775158d
Subtract instructions; minor cleanups
by Brian Gaeke
· 21 years ago
e806173
Simple copyConstantToReg support, SETHIi and ORri
by Brian Gaeke
· 21 years ago
bc1d27a
Support add - note, still missing important copyConstantToRegister stuff
by Brian Gaeke
· 21 years ago
1c809c5
Add an instruction selector capable of selecting 'ret void'
by Chris Lattner
· 21 years ago