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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add these so I can be less naughty
Duraid Madina
2005-12-28
1
-0
/
+1
*
nuke blank line
Chris Lattner
2005-11-10
1
-1
/
+0
*
Fix VC++ constant truncation warning.
Jeff Cohen
2005-08-19
1
-2
/
+2
*
new is not a valid default anywhere, so make this pure virtual
Andrew Lenharth
2005-07-28
1
-0
/
+5
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-13
/
+13
*
Only get the .bss and .data sections when needed instead of unconditionally.
Chris Lattner
2005-07-16
1
-11
/
+3
*
Refactor getSection() method to make it easier to use.
Chris Lattner
2005-07-16
1
-19
/
+15
*
Major refactor of the ELFWriter code. Instead of building up one big
Chris Lattner
2005-07-16
1
-143
/
+167
*
Add support for 64-bit elf files
Chris Lattner
2005-07-12
1
-16
/
+24
*
VC++ demands that the function returns a value
Jeff Cohen
2005-07-12
1
-0
/
+1
*
Clean up code, no functionality changes.
Chris Lattner
2005-07-11
1
-50
/
+68
*
Emit a symbol table entry for each function we output to the ELF file. This
Chris Lattner
2005-07-11
1
-1
/
+31
*
add code to emit the .text section to the section header.
Chris Lattner
2005-07-11
1
-4
/
+89
*
Use a name mangler object to uniquify names and remove nonstandard
Chris Lattner
2005-07-11
1
-2
/
+8
*
Add support for emitting a .data section and .bss section.
Chris Lattner
2005-07-08
1
-22
/
+67
*
Add support for emitting the symbol table (and its string table) of the
Chris Lattner
2005-07-07
1
-54
/
+141
*
iniital checkin of ELFWriter implementation
Chris Lattner
2005-06-27
1
-0
/
+230
[prev]