index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Object
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-26
[Object, COFF] An import data directory might not consist soley of imports
David Majnemer
1
-17
/
+29
2016-06-24
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
3
-6
/
+11
2016-06-24
Make sure Format is always initialized.
Rafael Espindola
1
-0
/
+5
2016-06-23
[IRObjectFile] Try to be defensive, add a break.
Davide Italiano
1
-0
/
+1
2016-06-22
[MachO] Finish moving fat header swap functions to MachO.h
Chris Bieneman
1
-29
/
+1
2016-06-22
[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.
Davide Italiano
3
-6
/
+15
2016-06-20
Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...
Kevin Enderby
1
-11
/
+47
2016-06-17
Support/ELF: Add AMDGPU relocation definitions to match documentation
Tom Stellard
1
-0
/
+7
2016-06-17
Add support for Darwin’s static library table of contents with 64-bit offse...
Kevin Enderby
1
-3
/
+40
2016-06-17
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
1
-3
/
+5
2016-06-17
[IRObjectFile] Handle .weak in RecordStreamer.
Davide Italiano
1
-1
/
+1
2016-06-16
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
1
-0
/
+67
2016-06-03
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
Reid Kleckner
1
-0
/
+11
2016-06-02
[COFF] Expose the PE debug data directory and dump it
Reid Kleckner
1
-2
/
+70
2016-05-31
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
1
-6
/
+6
2016-05-28
[Object] Return an error code instead of asserting
David Majnemer
1
-4
/
+4
2016-05-26
[CMake] Restrict libxar linkage to just llvm-objdump
Chris Bieneman
1
-2
/
+0
2016-05-24
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
1
-0
/
+3
2016-05-24
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
2
-0
/
+8
2016-05-24
Revert r270543 ("Recommit r270540")
George Rimar
2
-8
/
+0
2016-05-24
Recommit r270540
George Rimar
2
-0
/
+8
2016-05-24
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
2
-8
/
+0
2016-05-24
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
2
-0
/
+8
2016-05-23
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
1
-0
/
+2
2016-05-18
Don't pass a Reloc::Model to MC.
Rafael Espindola
1
-1
/
+1
2016-05-17
[Object] Move isNotObjectErrorInvalidFileType out of header.
Lang Hames
1
-0
/
+18
2016-05-17
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
1
-3
/
+8
2016-05-11
Return a StringRef from getSection.
Rafael Espindola
1
-1
/
+1
2016-05-09
Fix bug where temporary file would be left behind every time an archive was ...
Rafael Espindola
1
-1
/
+15
2016-05-06
Change GenericBinaryError to no longer include a FileName, which is then not
Kevin Enderby
2
-32
/
+30
2016-05-05
Object: Fix two -Wpessimizing-move warnings after r268694
Justin Bogner
1
-5
/
+4
2016-05-05
Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...
Kevin Enderby
1
-1
/
+1
2016-05-05
Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
Kevin Enderby
1
-71
/
+41
2016-05-05
Clean up the specific error message for a malformed Mach-O files with bad seg...
Kevin Enderby
2
-14
/
+12
2016-05-03
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2
-7
/
+7
2016-05-03
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
1
-2
/
+10
2016-05-03
[lib/Object] Make this assertion more useful.
Davide Italiano
1
-3
/
+2
2016-05-02
Don't try to create thin bsd archives.
Rafael Espindola
1
-0
/
+3
2016-05-02
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
4
-15
/
+24
2016-05-02
Expose a getFullName for thin archive members.
Rafael Espindola
1
-10
/
+18
2016-04-22
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
1
-58
/
+6
2016-04-22
Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...
Mehdi Amini
1
-5
/
+3
2016-04-22
IRObjectFile, clang-format fixup for r267104
Mehdi Amini
1
-4
/
+5
2016-04-22
Use std::move on the enum to insert it into the pair to please MSVC
Mehdi Amini
1
-1
/
+1
2016-04-22
Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...
Mehdi Amini
1
-4
/
+15
2016-04-22
[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)
Teresa Johnson
1
-20
/
+2
2016-04-21
Fix a typo in an error message. Caught by Sean Silva!
Kevin Enderby
1
-1
/
+1
2016-04-21
hange the variable name big_size to BigSize. Caught by Rafael Espíndola!
Kevin Enderby
1
-14
/
+14
2016-04-20
Fix compilation error in r266919.
Evgeniy Stepanov
1
-1
/
+1
2016-04-20
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
4
-14
/
+34
[next]