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
Age
Commit message (
Expand
)
Author
2002-12-03
This should fix the bug seen with some registers not being allocated
Misha Brukman
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
Checkin debug implementation of MCE
Chris Lattner
2002-12-03
Fix instsel for calls
Chris Lattner
2002-12-03
Simplify code
Chris Lattner
2002-12-03
Fix big bug introduced with symbol table changes
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
Ignore generated files Lexer.cpp and llvmAsmParser.*
Misha Brukman
2002-12-02
* Abstracted out stack space allocation into its own function
Misha Brukman
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-27
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-26
brg
Brian Gaeke
2002-11-25
Keep global nodes in each DS Graph (by forcing them to be marked live).
Vikram S. Adve
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
A simple (spilling) register allocator.
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
[next]