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
/
RelocVisitor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.
Benjamin Kramer
2013-06-22
1
-0
/
+6
*
Add basic support for ELF32-ppc relocations to llvm-dwarfdump.
Benjamin Kramer
2013-05-18
1
-0
/
+15
*
Avoid runtime type checks.
Rafael Espindola
2013-05-09
1
-14
/
+40
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-24
/
+19
*
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-05-03
1
-0
/
+28
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
1
-2
/
+2
*
AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
2013-02-11
1
-0
/
+30
*
Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.
NAKAMURA Takumi
2013-01-26
1
-0
/
+16
*
Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.
NAKAMURA Takumi
2013-01-26
1
-0
/
+16
*
RelocVisitor::visit(): Set hasError in the default path.
NAKAMURA Takumi
2013-01-26
1
-0
/
+1
*
Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely
Jakub Staszak
2013-01-19
1
-1
/
+1
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-2
/
+2
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
2012-12-27
1
-0
/
+34
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Remove some dead code.
Eric Christopher
2012-11-20
1
-19
/
+0
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
1
-4
/
+4
*
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-07
1
-0
/
+131