index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ELFCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-1
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Remove hack used to strip unwanted chars from section name
Bruno Cardoso Lopes
2009-08-13
1
-3
/
+3
*
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-08-05
1
-15
/
+15
*
Handle null and file symbol on doInitialization
Bruno Cardoso Lopes
2009-07-28
1
-1
/
+1
*
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-27
1
-9
/
+6
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-1
/
+3
*
Change ELFCodeEmitter logic to emit the constant pool and jump tables to
Bruno Cardoso Lopes
2009-07-21
1
-22
/
+24
*
Support adding relocations for data sections, handling the cases where
Bruno Cardoso Lopes
2009-07-21
1
-0
/
+4
*
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
1
-15
/
+6
*
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
1
-1
/
+1
*
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-18
1
-1
/
+4
*
use std::vector instead of std::list for both Section and Symbol lists because
Bruno Cardoso Lopes
2009-07-15
1
-15
/
+10
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-1
/
+1
*
Cleanup the global emission and refactor some code
Bruno Cardoso Lopes
2009-07-13
1
-1
/
+1
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-1
/
+2
*
Changed ELFCodeEmitter to inherit from ObjectCodeEmitter
Bruno Cardoso Lopes
2009-07-06
1
-30
/
+13
*
Factor some code out and support for Jump Table relocations
Bruno Cardoso Lopes
2009-07-03
1
-1
/
+65
*
shrinking down #includes
Bruno Cardoso Lopes
2009-07-02
1
-26
/
+15
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
1
-4
/
+5
*
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-25
1
-4
/
+44
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
1
-16
/
+14
*
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-14
1
-5
/
+7
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
1
-13
/
+6
*
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-07
1
-2
/
+26
*
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-06
1
-5
/
+5
*
ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and
Bruno Cardoso Lopes
2009-06-05
1
-29
/
+49
*
Move ELFCodeEmiter stuff to new files
Bruno Cardoso Lopes
2009-06-03
1
-0
/
+94