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
/
include
/
llvm
/
Object
/
ELF.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ELF program header.
Hemant Kulkarni
2012-10-05
1
-0
/
+29
*
Add PowerPC64 definitions for ELF.h
Adhemerval Zanella
2012-10-05
1
-0
/
+4
*
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
1
-1
/
+12
*
Remove redundant semicolons to fix -pedantic-errors build break with older Cl...
Richard Smith
2012-09-17
1
-4
/
+4
*
Add Michael Spencer's iterator class for stepping through relocations. Add m...
Sid Manning
2012-09-17
1
-0
/
+85
*
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
Michael J. Spencer
2012-09-10
1
-22
/
+25
*
Teach libObject about some more ELF relocations. llvm-objdump -r now knows
Nick Lewycky
2012-09-05
1
-6
/
+17
*
Add ARM ELF support to llvm-objdump.
Logan Chien
2012-09-01
1
-0
/
+138
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
1
-0
/
+3
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
1
-8
/
+0
*
Handle PowerPC.
Roman Divacky
2012-08-16
1
-0
/
+8
*
[Object] Remove unneeded const_cast.
Michael J. Spencer
2012-07-24
1
-2
/
+1
*
Add new interfaces to support ldd's ReaderElf.cpp.
Anshuman Dasgupta
2012-07-24
1
-3
/
+42
*
Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...
Marshall Clow
2012-06-23
1
-0
/
+99
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
1
-0
/
+9
*
Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...
Craig Topper
2012-04-13
1
-9
/
+0
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
1
-0
/
+50
*
Add a constructor for DataRefImpl and remove excess initialization.
Danil Malyshev
2012-04-10
1
-13
/
+1
*
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
1
-9
/
+360
*
[Object]
David Meyer
2012-03-09
1
-2
/
+4
*
[Object]
David Meyer
2012-03-01
1
-1
/
+32
*
[Object]
David Meyer
2012-03-01
1
-1
/
+264
*
[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...
David Meyer
2012-02-29
1
-5
/
+15
*
In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...
David Meyer
2012-02-28
1
-38
/
+15
*
[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.
Michael J. Spencer
2012-02-28
1
-20
/
+83
*
Remove duplicate copy of Object/ELF.h that somehow managed to get in.
Michael J. Spencer
2012-02-27
1
-1487
/
+0
*
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
1
-0
/
+2970