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
/
include
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2003-01-15
Move private headers into private regalloc directory
Chris Lattner
2003-01-15
Move private header to private dir
Chris Lattner
2003-01-15
Remove obsolete ctor
Chris Lattner
2003-01-15
Remove internal helper fn
Chris Lattner
2003-01-15
ADd support for CC registers for Sparc BE
Chris Lattner
2003-01-15
Add support for the CC registers for Sparc BE
Chris Lattner
2003-01-15
Remove more unused methods
Chris Lattner
2003-01-15
Remove a ton of functions that are no longer used, instead using BuildMI
Chris Lattner
2003-01-15
Add new helper method addRegDef
Chris Lattner
2003-01-15
* Eliminate a bunch of inline functions.
Chris Lattner
2003-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2003-01-13
Add new files
Chris Lattner
2003-01-13
Simplify interface to creating a register
Chris Lattner
2003-01-13
* Add support for new types of operands
Chris Lattner
2003-01-13
* Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo...
Chris Lattner
2003-01-13
* Add a constant pool to hold per-function constants which must be spilled to...
Chris Lattner
2003-01-13
* Add utility methods which make common cases easier
Chris Lattner
2003-01-13
* Add support for values in the constant pool
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-28
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
Descriptor object used to manage abstract frame references
Chris Lattner
2002-12-28
State for frame and constant pool information pulled out of MachineFunction
Chris Lattner
2002-12-28
* Frame indices are signed
Chris Lattner
2002-12-28
* Pull a bunch of frame and constant pool state out into a new
Chris Lattner
2002-12-28
Initial check in of MachineFunctionPass.h
Chris Lattner
2002-12-25
Add abstract frame index capability
Chris Lattner
2002-12-25
Remove default ctor
Chris Lattner
2002-12-25
*** empty log message ***
Chris Lattner
2002-12-25
Remove dependency on SSARegMap.h
Chris Lattner
2002-12-15
Add new opIsUse method
Chris Lattner
2002-12-15
Add capability to have a MachineBasicBlock as an operand to a MachineInstr
Chris Lattner
2002-12-13
Final version of BuildMI for symmetry and because I want to use it
Chris Lattner
2002-12-13
Get rid of deprecated function
Chris Lattner
2002-12-04
Add support for direct global references
Chris Lattner
2002-12-03
Add virtual dtor, expose a debug impl
Chris Lattner
2002-12-02
More support
Chris Lattner
2002-12-02
Start adding to the meat of MachineCodeEmitter
Chris Lattner
2002-12-02
Initial version of MachineCodeEmitter interface: empty
Chris Lattner
2002-11-22
Instead of checking op.getType() against MO_VirtualRegister and
Misha Brukman
2002-11-22
Set SSARegMap to NULL after deleting it.
Misha Brukman
2002-11-20
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
Misha Brukman
2002-11-18
Add helper method
Chris Lattner
2002-11-17
Print is const!
Chris Lattner
2002-11-17
Finish enumating code
Chris Lattner
2002-11-17
Remove unused methods
Chris Lattner
2002-11-17
Convert to use an enum to access def/use/use&def information. These make
Chris Lattner
2002-11-17
Return const refefrences to enable default construction
Chris Lattner
2002-11-14
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
Brian Gaeke
2002-10-30
Bug fix: need to initialize new CallArgsDescriptor pointer.
Vikram S. Adve
[prev]
[next]