index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ELFWriter.h
Age
Commit message (
Expand
)
Author
2009-07-06
Changed ELFCodeEmitter to inherit from ObjectCodeEmitter
Bruno Cardoso Lopes
2009-07-03
Factor some code out and support for Jump Table relocations
Bruno Cardoso Lopes
2009-07-02
shrinking down #includes
Bruno Cardoso Lopes
2009-06-25
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-23
Use a default alignment for data and bss sections.
Bruno Cardoso Lopes
2009-06-22
Use different functions to emit the string and symbol tables.
Bruno Cardoso Lopes
2009-06-22
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-14
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-11
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-07
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-06
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-05
ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and
Bruno Cardoso Lopes
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-03-21
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-08
Moved from include/llvm/CodeGen to lib/CodeGen.
Bill Wendling