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
/
ELFWriter.h
Age
Commit message (
Expand
)
Author
2007-02-08
Moved from include/llvm/CodeGen to lib/CodeGen.
Bill Wendling
2007-01-17
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
Revert patch.
Bill Wendling
2007-01-17
Removed methods which are now in the respective TargetObjInfo implementations.
Bill Wendling
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-07
Fix some truncation warnings.
Jeff Cohen
2005-07-16
Add two helper methods, adjust a prototype
Chris Lattner
2005-07-16
Add ability to set TYPE and FLAGS field for section trivially
Chris Lattner
2005-07-16
Major refactor of the ELFWriter code. Instead of building up one big
Chris Lattner
2005-07-12
Add support for emitting 64-bit integers
Chris Lattner
2005-07-12
Add some apparently undocumented ELF section header flags
Chris Lattner
2005-07-11
The symbol table just needs a const GlobalValue*, not a non-const one.
Chris Lattner
2005-07-11
expose a new code emitter object
Chris Lattner
2005-07-11
add a name mangler object
Chris Lattner
2005-07-07
Add support for building/representing the symbol table, add some enum constants
Chris Lattner
2005-06-27
iniital checkin of ELFWriter header.
Chris Lattner