index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
ELFObjectWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill the monstrosity that was ELFObjectWriter.h.
Rafael Espindola
2011-12-22
1
-360
/
+0
*
Misc cleanups.
Rafael Espindola
2011-12-22
1
-56
/
+57
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
1
-23
/
+0
*
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
1
-15
/
+0
*
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
1
-18
/
+0
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
1
-32
/
+4
*
getEFlags is const.
Rafael Espindola
2011-12-22
1
-3
/
+3
*
Switch from WriteEFlags to getEFlags in preparation for moving it
Rafael Espindola
2011-12-21
1
-3
/
+3
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
1
-17
/
+1
*
Small refactoring so that RelocNeedsGOT can stay in the target independent
Rafael Espindola
2011-12-21
1
-7
/
+6
*
Explicit symbols for gnu mimicing relocations. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-06
1
-0
/
+6
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
1
-0
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2011-11-15
1
-15
/
+21
*
Add definition of MipsELFObjectWriter.
Akira Hatanaka
2011-09-30
1
-0
/
+15
*
Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.
Roman Divacky
2011-08-04
1
-0
/
+2
*
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky
2011-08-02
1
-0
/
+15
*
Address the last bit of relocation flag related divergence betweeen
Jason W Kim
2011-05-11
1
-5
/
+13
*
Write the section table and the section data in the same order that
Rafael Espindola
2011-03-20
1
-14
/
+29
*
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin
2011-03-03
1
-0
/
+391