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
/
ELFCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2010-07-16
Get rid of a bunch of duplicated ELF enum values.
Eli Friedman
2010-06-29
getMachineBasicBlockAddress returns a uintptr_t - don't truncate
Duncan Sands
2010-01-25
prep work to support a future where getJumpTableInfo will return
Chris Lattner
2010-01-04
Change errs() to dbgs().
David Greene
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-19
Add missing includes.
David Greene
2009-08-13
Remove hack used to strip unwanted chars from section name
Bruno Cardoso Lopes
2009-08-05
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-07-28
Handle null and file symbol on doInitialization
Bruno Cardoso Lopes
2009-07-27
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-21
Change ELFCodeEmitter logic to emit the constant pool and jump tables to
Bruno Cardoso Lopes
2009-07-21
Support adding relocations for data sections, handling the cases where
Bruno Cardoso Lopes
2009-07-18
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-15
use std::vector instead of std::list for both Section and Symbol lists because
Bruno Cardoso Lopes
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-13
Cleanup the global emission and refactor some code
Bruno Cardoso Lopes
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
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-07-02
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-06-25
Support Constant Pool Sections
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
2009-06-03
Move ELFCodeEmiter stuff to new files
Bruno Cardoso Lopes