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
/
ELFWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-3
/
+3
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Remove hack used to strip unwanted chars from section name
Bruno Cardoso Lopes
2009-08-13
1
-41
/
+16
*
Move ConstantExpr handling to ResolveConstantExpr method and also
Bruno Cardoso Lopes
2009-08-10
1
-1
/
+3
*
ELF improvements:
Bruno Cardoso Lopes
2009-08-08
1
-2
/
+4
*
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-08-05
1
-14
/
+19
*
refactor section construction in TLOF to be through an explicit
Chris Lattner
2009-07-31
1
-0
/
+3
*
add module identifier to the elf object file
Bruno Cardoso Lopes
2009-07-27
1
-1
/
+1
*
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-27
1
-10
/
+23
*
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-27
1
-1
/
+2
*
Support adding relocations for data sections, handling the cases where
Bruno Cardoso Lopes
2009-07-21
1
-0
/
+5
*
For PC relative relocations where symbols are defined in the same section they
Bruno Cardoso Lopes
2009-07-20
1
-12
/
+3
*
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
1
-12
/
+4
*
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-18
1
-2
/
+6
*
Fix coding style issues pointed by Bill.
Bruno Cardoso Lopes
2009-07-16
1
-0
/
+3
*
use std::vector instead of std::list for both Section and Symbol lists because
Bruno Cardoso Lopes
2009-07-15
1
-14
/
+15
*
Cleanup the global emission and refactor some code
Bruno Cardoso Lopes
2009-07-13
1
-3
/
+3
*
Match declaration to definition.
Daniel Dunbar
2009-07-13
1
-1
/
+1
*
Changed ELFCodeEmitter to inherit from ObjectCodeEmitter
Bruno Cardoso Lopes
2009-07-06
1
-8
/
+8
*
Factor some code out and support for Jump Table relocations
Bruno Cardoso Lopes
2009-07-03
1
-9
/
+30
*
shrinking down #includes
Bruno Cardoso Lopes
2009-07-02
1
-7
/
+12
*
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-25
1
-0
/
+6
*
Use a default alignment for data and bss sections.
Bruno Cardoso Lopes
2009-06-23
1
-2
/
+6
*
Use different functions to emit the string and symbol tables.
Bruno Cardoso Lopes
2009-06-22
1
-0
/
+1
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
1
-14
/
+47
*
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-14
1
-17
/
+21
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
1
-4
/
+27
*
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-07
1
-17
/
+11
*
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-06
1
-83
/
+7
*
ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and
Bruno Cardoso Lopes
2009-06-05
1
-0
/
+6
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-2
/
+3
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+228