index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-22
/
+26
*
Add checks to the MachOObjectFile() constructor to make sure load commands sizes
Kevin Enderby
2016-07-07
1
-0
/
+19
*
Object: support empty UID/GID fields
Saleem Abdulrasool
2016-07-05
1
-2
/
+8
*
function_refify. NFC.
Benjamin Kramer
2016-07-01
1
-8
/
+5
*
Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.
Peter Collingbourne
2016-06-29
1
-117
/
+63
*
Change Archive::create() from ErrorOr<...> to Expected<...> and update
Kevin Enderby
2016-06-29
3
-20
/
+27
*
[Object] Fix a -Wpessimizing-move error; clang-format; NFC
Vedant Kumar
2016-06-29
1
-5
/
+8
*
Finish cleaning up most of the error handling in libObject’s MachOUniversal...
Kevin Enderby
2016-06-28
1
-6
/
+12
*
Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...
Kevin Enderby
2016-06-27
2
-12
/
+23
*
[Object, COFF] An import data directory might not consist soley of imports
David Majnemer
2016-06-26
1
-17
/
+29
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
3
-6
/
+11
*
Make sure Format is always initialized.
Rafael Espindola
2016-06-24
1
-0
/
+5
*
[IRObjectFile] Try to be defensive, add a break.
Davide Italiano
2016-06-23
1
-0
/
+1
*
[MachO] Finish moving fat header swap functions to MachO.h
Chris Bieneman
2016-06-22
1
-29
/
+1
*
[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.
Davide Italiano
2016-06-22
3
-6
/
+15
*
Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...
Kevin Enderby
2016-06-20
1
-11
/
+47
*
Support/ELF: Add AMDGPU relocation definitions to match documentation
Tom Stellard
2016-06-17
1
-0
/
+7
*
Add support for Darwin’s static library table of contents with 64-bit offse...
Kevin Enderby
2016-06-17
1
-3
/
+40
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-3
/
+5
*
[IRObjectFile] Handle .weak in RecordStreamer.
Davide Italiano
2016-06-17
1
-1
/
+1
*
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
2016-06-16
1
-0
/
+67
*
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
Reid Kleckner
2016-06-03
1
-0
/
+11
*
[COFF] Expose the PE debug data directory and dump it
Reid Kleckner
2016-06-02
1
-2
/
+70
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-6
/
+6
*
[Object] Return an error code instead of asserting
David Majnemer
2016-05-28
1
-4
/
+4
*
[CMake] Restrict libxar linkage to just llvm-objdump
Chris Bieneman
2016-05-26
1
-2
/
+0
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
2016-05-24
2
-0
/
+8
*
Revert r270543 ("Recommit r270540")
George Rimar
2016-05-24
2
-8
/
+0
*
Recommit r270540
George Rimar
2016-05-24
2
-0
/
+8
*
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
2016-05-24
2
-8
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
2016-05-24
2
-0
/
+8
*
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
2016-05-23
1
-0
/
+2
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
[Object] Move isNotObjectErrorInvalidFileType out of header.
Lang Hames
2016-05-17
1
-0
/
+18
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-3
/
+8
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
Fix bug where temporary file would be left behind every time an archive was ...
Rafael Espindola
2016-05-09
1
-1
/
+15
*
Change GenericBinaryError to no longer include a FileName, which is then not
Kevin Enderby
2016-05-06
2
-32
/
+30
*
Object: Fix two -Wpessimizing-move warnings after r268694
Justin Bogner
2016-05-05
1
-5
/
+4
*
Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...
Kevin Enderby
2016-05-05
1
-1
/
+1
*
Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
Kevin Enderby
2016-05-05
1
-71
/
+41
*
Clean up the specific error message for a malformed Mach-O files with bad seg...
Kevin Enderby
2016-05-05
2
-14
/
+12
*
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2016-05-03
2
-7
/
+7
*
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2016-05-03
1
-2
/
+10
*
[lib/Object] Make this assertion more useful.
Davide Italiano
2016-05-03
1
-3
/
+2
*
Don't try to create thin bsd archives.
Rafael Espindola
2016-05-02
1
-0
/
+3
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
4
-15
/
+24
*
Expose a getFullName for thin archive members.
Rafael Espindola
2016-05-02
1
-10
/
+18
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
1
-58
/
+6
[next]