index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
InstSelectSimple.cpp
Age
Commit message (
Expand
)
Author
2002-11-17
Fix a few typos, implement load/store
Chris Lattner
2002-11-17
Switch visitRet to use getClass()
Chris Lattner
2002-11-14
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
Brian Gaeke
2002-11-11
InstSelectSimple.cpp: (visitReturnInst) Add return instructions with return
Brian Gaeke
2002-11-07
Add instruction selection code and tests for setcc instructions
Brian Gaeke
2002-11-02
Implement signed and unsigned division and remainder
Chris Lattner
2002-11-02
Implement multiply operator
Chris Lattner
2002-11-02
* Implement subtract
Chris Lattner
2002-11-02
shuffle code around a bit, implement and, or, xor
Chris Lattner
2002-11-02
Add PHI node support, add comment for branch function
Chris Lattner
2002-11-02
Implement unconditional branching support
Chris Lattner
2002-11-02
* Fix nonconstant shift case
Chris Lattner
2002-11-02
Use a more table driven approach to handling types. Seems to simplify the
Chris Lattner
2002-11-02
Make switch statements denser, but only because of the follow-on patch
Chris Lattner
2002-11-02
* Remove dead variable
Chris Lattner
2002-10-31
InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
Brian Gaeke
2002-10-30
Make sure to set the destination register correctly
Chris Lattner
2002-10-30
Make sure to pass the LLVM basic block in
Chris Lattner
2002-10-29
Construct annotation, to make sure it's attached to function
Chris Lattner
2002-10-29
Convert backend to use passes, implement X86TargetMachine
Chris Lattner
2002-10-29
Rename X86InstructionInfo to X86InstrInfo
Chris Lattner
2002-10-29
Minor renaming
Chris Lattner
2002-10-29
Switch to generating machineinstr's instead of MInstructions
Chris Lattner
2002-10-27
Remove dead fixme
Chris Lattner
2002-10-27
Instruction select constant arguments correctly
Chris Lattner
2002-10-25
Initial checkin of X86 backend.
Chris Lattner
[prev]