Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6fc3c5235914083f79d27729c4ff67b7c3b3d7b9
/
lib
/
Target
/
X86
/
InstSelectSimple.cpp
6fc3c52
Fix a few typos, implement load/store
by Chris Lattner
· 23 years ago
43189d1
Switch visitRet to use getClass()
by Chris Lattner
· 23 years ago
6559bb9
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
by Brian Gaeke
· 23 years ago
20abb6b
InstSelectSimple.cpp: (visitReturnInst) Add return instructions with return
by Brian Gaeke
· 23 years ago
1749d63
Add instruction selection code and tests for setcc instructions
by Brian Gaeke
· 23 years ago
f01729e
Implement signed and unsigned division and remainder
by Chris Lattner
· 23 years ago
ca9671d
Implement multiply operator
by Chris Lattner
· 23 years ago
68aad93
* Implement subtract * Merge add code into logical code
by Chris Lattner
· 23 years ago
e2954c8
shuffle code around a bit, implement and, or, xor
by Chris Lattner
· 23 years ago
51b49a9
Add PHI node support, add comment for branch function
by Chris Lattner
· 23 years ago
2df035b
Implement unconditional branching support
by Chris Lattner
· 23 years ago
e9913f2
* Fix nonconstant shift case * Turn table into 2d table
by Chris Lattner
· 23 years ago
b1761fc
Use a more table driven approach to handling types. Seems to simplify the
by Chris Lattner
· 23 years ago
d5a87f8
Make switch statements denser, but only because of the follow-on patch
by Chris Lattner
· 23 years ago
796df73
* Remove dead variable * Shift amount is always guaranteed to be 8 bits
by Chris Lattner
· 23 years ago
a1719c9
InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
by Brian Gaeke
· 23 years ago
8548ee7
Make sure to set the destination register correctly
by Chris Lattner
· 23 years ago
42c7786
Make sure to pass the LLVM basic block in
by Chris Lattner
· 23 years ago
36b3603
Construct annotation, to make sure it's attached to function
by Chris Lattner
· 23 years ago
b4f68ed
Convert backend to use passes, implement X86TargetMachine
by Chris Lattner
· 23 years ago
055c965
Rename X86InstructionInfo to X86InstrInfo
by Chris Lattner
· 23 years ago
33f53b5
Minor renaming
by Chris Lattner
· 23 years ago
341a937
Switch to generating machineinstr's instead of MInstructions
by Chris Lattner
· 23 years ago
6f8fd25
Remove dead fixme
by Chris Lattner
· 23 years ago
c5291f5
Instruction select constant arguments correctly
by Chris Lattner
· 23 years ago
7261408
Initial checkin of X86 backend.
by Chris Lattner
· 23 years ago