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
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
2
-403
/
+397
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
2
-397
/
+403
*
Support/MachO: Add a bunch of defines.
Charles Davis
2013-08-27
1
-26
/
+26
*
Move #includes from .h to .cpp file.
Jakub Staszak
2013-08-21
1
-0
/
+2
*
Add back missing PPC relocation types.
Ulrich Weigand
2013-08-09
1
-0
/
+36
*
Add missing PPC64 relocation types.
Michael J. Spencer
2013-08-08
1
-0
/
+42
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
3
-2
/
+625
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-3
/
+4
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-0
/
+1
*
MachObjectFile: Don't leak on error.
Benjamin Kramer
2013-08-03
1
-7
/
+9
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-2
/
+6
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-2
/
+0
*
Delete the buffer in createObjectFile if it fails.
Rafael Espindola
2013-07-24
1
-1
/
+4
*
Typo.
Eric Christopher
2013-07-22
1
-1
/
+1
*
80-column tidying. Formatting choices by clang-format.
Eric Christopher
2013-07-22
1
-14
/
+16
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-37
/
+49
*
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
2013-07-18
1
-46
/
+36
*
COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-18
1
-36
/
+46
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-26
/
+23
*
Don't reject an empty archive.
Rafael Espindola
2013-07-12
1
-4
/
+6
*
Find the symbol table on archives created on OS X.
Rafael Espindola
2013-07-10
1
-3
/
+14
*
Don't crash in 'llvm -s' when an archive has no symtab.
Rafael Espindola
2013-07-10
1
-1
/
+7
*
Add missing getters. They will be used in llvm-ar.
Rafael Espindola
2013-07-09
1
-0
/
+32
*
Archive members cannot be larger than 4GB. Return a uint32_t.
Rafael Espindola
2013-07-09
1
-5
/
+5
*
Add getHeader helper and move ToHeader to the cpp file.
Rafael Espindola
2013-07-09
1
-2
/
+6
*
Compute the size of an archive member in the constructor.
Rafael Espindola
2013-07-09
1
-14
/
+13
*
Move some code out of line. No functionality change.
Rafael Espindola
2013-07-09
1
-0
/
+70
*
Make BinaryRef output correctly in case of empty data.
Sean Silva
2013-07-09
1
-0
/
+4
*
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-05
1
-1
/
+0
*
Use the raw member names in Archive::Archive.
Rafael Espindola
2013-07-05
1
-15
/
+10
*
Add support for archives with no symbol table or string table.
Rafael Espindola
2013-07-04
1
-1
/
+1
*
Add support for gnu archives with a string table and no symtab.
Rafael Espindola
2013-07-03
1
-27
/
+52
*
Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...
Alexey Samsonov
2013-06-28
1
-2
/
+7
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-7
/
+3
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-10
/
+7
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
1
-0
/
+2
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
1
-0
/
+1
*
MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...
NAKAMURA Takumi
2013-06-19
1
-3
/
+3
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-0
/
+28
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+25
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-0
/
+10
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
6
-2
/
+156
*
Don't convert object_error's enum to and from int.
Rafael Espindola
2013-06-18
1
-4
/
+4
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-0
/
+1
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
1
-2
/
+1
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-0
/
+1
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
1
-0
/
+47
[next]