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
/
MachineCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2003-06-02
Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the
Misha Brukman
2003-06-01
Move X86 specific code out of the JIT into the X86 backend
Chris Lattner
2003-05-09
This blank line has GOT to go.
Chris Lattner
2003-05-07
IMPLICIT_DEF was not the beautiful elegant solution I thought it was going
Chris Lattner
2003-05-06
Don't have a cow with new pseudo instructions
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
* Add support for FP registers ST*
Chris Lattner
2002-12-28
* Convert to a MachineFunctionPass
Chris Lattner
2002-12-25
Add support for FP prefixes
Chris Lattner
2002-12-23
Add support for the bswap instruction
Chris Lattner
2002-12-20
fix warning
Chris Lattner
2002-12-15
Give passes nice names!
Chris Lattner
2002-12-15
Use MachineOperand::isFoo methods instead of our own global functions
Chris Lattner
2002-12-13
InstSelectSimple.cpp: Give promote32 a comment. Add initial
Brian Gaeke
2002-12-13
Emit the right form of mod/rm mod field
Chris Lattner
2002-12-13
Rename MemArg* to Arg*
Chris Lattner
2002-12-13
Make mem size an assert
Chris Lattner
2002-12-13
This is supposed to provide correct size for datatypes. Supposedly.
Misha Brukman
2002-12-04
Fix bogus assertion failures
Chris Lattner
2002-12-04
Add support for referencing global variables/functions
Chris Lattner
2002-12-03
Split the machine code emitter completely out of the printer
Chris Lattner
2002-12-02
More support for machine code emission: raw instructions
Chris Lattner
2002-12-02
Start implementing MachineCodeEmitter
Chris Lattner
2002-12-02
Initial support for machine code emission
Chris Lattner