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-07-02
Leak fix: delete old objects before reallocation in an assignment operator!
Vikram S. Adve
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Minor cleanups:
Chris Lattner
2003-06-03
Remove use of enum
Chris Lattner
2003-06-03
Remove noncopyable base class as it was making the doxygen docs harder to read
Chris Lattner
2003-06-02
Remove NonCopyable base class to clean up doxygen output
Chris Lattner
2003-06-01
Hack up MachineCodeEmitter to actually be target independent.
Chris Lattner
2003-05-31
Renamed a variable.
Vikram S. Adve
2003-05-31
Support for annul/pred and other future flags on op codes.
Vikram S. Adve
2003-05-31
Added MachineCodeForInstruction object as an argument to
Vikram S. Adve
2003-05-30
Added saveBBreferences() for BasicBlock resolution.
Misha Brukman
2003-05-27
Defines a pass-through debugging emitter -- it writes to a file for inspection
Misha Brukman
2003-05-27
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-05-12
Beef up interface, move getVarInfo out-of-line.
Chris Lattner
2003-05-12
Expand API for updating live var info.
Chris Lattner
2003-05-09
Allow const functions
Chris Lattner
2003-05-08
Fix bug in last checkin
Chris Lattner
2003-05-08
Add new methods for stub generation
Chris Lattner
2003-05-07
Add comments, add a vector to keep track of which registers are allocatable
Chris Lattner
2003-01-16
Print machine frame objects with the frame offset intrinsic to the machine
Chris Lattner
2003-01-15
Move sparc specific code into the Sparc backend
Chris Lattner
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
[next]