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
*
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