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
/
Archive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Object] Uncapitalize an error message
Fangrui Song
2019-09-20
1
-1
/
+1
*
[llvm-ar] Fix support for archives with members larger than 4GB
Owen Reynolds
2019-07-23
1
-2
/
+2
*
[libObject][NFC] Include filename in error message
Jordan Rupprecht
2019-02-06
1
-1
/
+1
*
[ADT] Add a fallible_iterator wrapper.
Lang Hames
2019-02-05
1
-5
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Object: Find terminator correctly when reading long filenames in GNU archives...
Hans Wennborg
2018-05-08
1
-4
/
+8
*
Make 32-bit member offset in Archive::Symbol::getMember 64-bit
Jake Ehrlich
2017-10-27
1
-1
/
+1
*
Rename K_MIPS64 to K_GNU64
Jake Ehrlich
2017-09-20
1
-8
/
+8
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-19
1
-17
/
+34
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-3
/
+3
*
[Object] Replace TimeValue with std::chrono
Pavel Labath
2016-10-24
1
-4
/
+3
*
[Object] Fix a crash in Archive::child_iterator's default constructor.
Lang Hames
2016-10-05
1
-4
/
+7
*
[Object] Define Archive::isEmpty().
Rui Ueyama
2016-09-30
1
-1
/
+4
*
Clean up the logic of the Archive::Child::Child() with an assert to know Err ...
Kevin Enderby
2016-08-04
1
-21
/
+23
*
Clean up of libObject/Archive interfaces and change the last three uses of Er...
Kevin Enderby
2016-08-03
1
-40
/
+75
*
Reapply "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-12
/
+50
*
Revert "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-50
/
+12
*
More fixes to get good error messages for bad archives.
Kevin Enderby
2016-08-02
1
-12
/
+50
*
Simplify some code found when it was moved in r277177
David Blaikie
2016-08-01
1
-10
/
+10
*
Think this will fix issues with the error messages generated for malformed-ar...
Kevin Enderby
2016-07-29
1
-15
/
+13
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
1
-87
/
+228
*
Next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-25
1
-23
/
+84
*
[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.
Lang Hames
2016-07-22
1
-4
/
+3
*
Next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-19
1
-35
/
+46
*
[Object] Change Archive::findSym to return an Expected<Optional<Child>>.
Lang Hames
2016-07-14
1
-9
/
+6
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-22
/
+26
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-26
/
+22
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-22
/
+26
*
Object: support empty UID/GID fields
Saleem Abdulrasool
2016-07-05
1
-2
/
+8
*
Change Archive::create() from ErrorOr<...> to Expected<...> and update
Kevin Enderby
2016-06-29
1
-18
/
+25
*
Make sure Format is always initialized.
Rafael Espindola
2016-06-24
1
-0
/
+5
*
Add support for Darwin’s static library table of contents with 64-bit offse...
Kevin Enderby
2016-06-17
1
-3
/
+40
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-3
/
+8
*
Expose a getFullName for thin archive members.
Rafael Espindola
2016-05-02
1
-10
/
+18
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+4
*
Object: Correctly read thin archives containing absolute paths.
Peter Collingbourne
2016-03-31
1
-3
/
+8
*
Simplify users of StringRef::{l,r}trim (NFC)
Vedant Kumar
2016-02-16
1
-9
/
+8
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-46
/
+88
*
This never returns end(), simplify to use Child instead of iterator. NFC.
Rafael Espindola
2015-11-03
1
-3
/
+2
*
Don't store a Child to the first regular member.
Rafael Espindola
2015-10-31
1
-8
/
+17
*
Simplify handling of archive Symbol tables.
Rafael Espindola
2015-10-31
1
-9
/
+14
*
Simplify the handling of the archive string table.
Rafael Espindola
2015-10-31
1
-12
/
+10
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-107
/
+37
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-37
/
+107
*
Tweak to r250117 and change to use ErrorOr and drop isSizeValid for
Kevin Enderby
2015-10-13
1
-17
/
+12
*
Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archives
Kevin Enderby
2015-10-12
1
-0
/
+12
*
Handle Archive::getNumberOfSymbols being called in an archive with no symbols.
Rafael Espindola
2015-10-08
1
-2
/
+2
*
Fix fetching the symbol table of a thin archive.
Rafael Espindola
2015-07-22
1
-6
/
+11
[next]