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
Age
Commit message (
Expand
)
Author
2002-12-03
Added support for callee- and caller-save registers.
Misha Brukman
2002-12-03
Fix broken ret opcode, grr...
Chris Lattner
2002-12-03
Fix instsel for calls
Chris Lattner
2002-12-03
Fix the build
Chris Lattner
2002-12-03
brg
Brian Gaeke
2002-12-03
Split the machine code emitter completely out of the printer
Chris Lattner
2002-12-03
* Move information about Implicit Defs/Uses into X86InstrInfo.def.
Chris Lattner
2002-12-03
Initialize implicit uses/defs fields for sparc backend to empty list
Chris Lattner
2002-12-03
brg
Brian Gaeke
2002-12-02
More support for machine code emission: raw instructions
Chris Lattner
2002-12-02
Expose explicit type
Chris Lattner
2002-12-02
Start implementing MachineCodeEmitter
Chris Lattner
2002-12-02
Eliminate OtherFrm
Chris Lattner
2002-12-02
Remove comment
Chris Lattner
2002-12-02
Initial support for machine code emission
Chris Lattner
2002-12-02
Fix order of operands on a store from reg to [reg+offset].
Misha Brukman
2002-12-01
Add rawfrm flags
Chris Lattner
2002-12-01
Don't add implicit regs
Chris Lattner
2002-11-30
brg
Brian Gaeke
2002-11-29
brg
Brian Gaeke
2002-11-26
brg
Brian Gaeke
2002-11-22
Oops. Got the MOVrm and MOVmr mixed up. Fixed. We can now print out
Misha Brukman
2002-11-22
Enable the register allocator pass.
Misha Brukman
2002-11-22
Added methods to read/write values to stack in .h, fixed implementation in
Misha Brukman
2002-11-22
Added -*- C++ -*- mode to the comments.
Misha Brukman
2002-11-22
Add a simple way to add memory locations of format [reg+offset]
Misha Brukman
2002-11-22
lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst.
Brian Gaeke
2002-11-21
Handle cmp Reg, 0 correctly
Chris Lattner
2002-11-21
Printing support for more stuff
Chris Lattner
2002-11-21
Don't add implicit operands
Chris Lattner
2002-11-21
Fix off by one bug
Chris Lattner
2002-11-21
Add fixme
Chris Lattner
2002-11-21
Minor code cleanups
Chris Lattner
2002-11-21
Implement printing of store instructions
Chris Lattner
2002-11-21
The big change here is to handle printing/emission of X86II::MRMSrcMem
Chris Lattner
2002-11-21
Remove implicit information from instruction selector
Chris Lattner
2002-11-21
Add printing information for MUL and DIV
Chris Lattner
2002-11-21
Fix a bug that prevented compilation of multiple functions
Chris Lattner
2002-11-21
Remove opcode information for instructions that are completely defined now
Chris Lattner
2002-11-21
Add printing support for sahf & setcc
Chris Lattner
2002-11-21
Add printing support for /0 /1 type instructions
Chris Lattner
2002-11-21
Add support for /0 /1, etc type instructions
Chris Lattner
2002-11-21
Rename the SetCC X86 instructions to reflect the fact that they are the
Chris Lattner
2002-11-21
Simplify setcc code a bit
Chris Lattner
2002-11-21
Support Registers of the form (B8+ rd) for example
Chris Lattner
2002-11-21
Dont' set flags
Chris Lattner
2002-11-21
Implement printing more, implement opcode output more
Chris Lattner
2002-11-21
Huge diff do to reindeinting comments.
Chris Lattner
2002-11-21
Add new prefix flag
Chris Lattner
2002-11-21
Print another class of instructions correctly, giving us: xorl EDX, EDX
Chris Lattner
[next]