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
Commit message (
Expand
)
Author
Age
Files
Lines
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
4
-86
/
+2
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
4
-16
/
+16
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
1
-2
/
+54
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
1
-38
/
+2
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
1
-2
/
+38
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-09-23
1
-1
/
+1
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
3
-497
/
+48
*
[Object/COFF] Add coff_aux_weak_external.
Rui Ueyama
2013-08-28
1
-0
/
+6
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
3
-48
/
+497
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
3
-497
/
+48
*
Move #includes from .h to .cpp file.
Jakub Staszak
2013-08-21
1
-2
/
+0
*
[Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.
Michael J. Spencer
2013-08-12
1
-2
/
+2
*
ELFObjectFile.h: Silence warning on Windows
Hans Wennborg
2013-08-09
1
-1
/
+2
*
Try to unbreak Windows build after r188022
Alexey Samsonov
2013-08-09
1
-1
/
+1
*
llvm isn't C++11 yet :(
Michael J. Spencer
2013-08-08
1
-1
/
+1
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
4
-2542
/
+2022
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-0
/
+19
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-0
/
+2
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-0
/
+2
*
Mark ELF's first symbol as format specific so that llvm-nm ignores it.
Rafael Espindola
2013-07-22
1
-1
/
+2
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-0
/
+2
*
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
2013-07-18
1
-2
/
+0
*
COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-18
1
-0
/
+2
*
[Object/COFF] Add import_directory_table_entry.
Rui Ueyama
2013-07-16
1
-0
/
+8
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-1
/
+2
*
Add missing getters. They will be used in llvm-ar.
Rafael Espindola
2013-07-09
1
-0
/
+14
*
Archive members cannot be larger than 4GB. Return a uint32_t.
Rafael Espindola
2013-07-09
1
-1
/
+2
*
We never compare iterators from two archives. Assert that.
Rafael Espindola
2013-07-09
1
-1
/
+2
*
Add getHeader helper and move ToHeader to the cpp file.
Rafael Espindola
2013-07-09
1
-5
/
+5
*
Compute the size of an archive member in the constructor.
Rafael Espindola
2013-07-09
1
-2
/
+2
*
Remove declare but not implemented methods.
Rafael Espindola
2013-07-09
1
-4
/
+0
*
Move some code out of line. No functionality change.
Rafael Espindola
2013-07-09
1
-65
/
+6
*
Use the raw member names in Archive::Archive.
Rafael Espindola
2013-07-05
1
-0
/
+1
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
1
-0
/
+6
*
[PowerPC] Fix 32-bit PowerPC TLS relocs
Ulrich Weigand
2013-07-01
1
-4
/
+7
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
1
-0
/
+10
*
RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.
Benjamin Kramer
2013-06-22
1
-0
/
+6
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-2
/
+5
*
[PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
2013-06-21
1
-0
/
+8
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+48
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+2
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+1
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-8
/
+11
*
[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
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-0
/
+7
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+14
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-0
/
+11
[next]