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
*
[MACHO] Replaced calls to getStruct with getStructOrErr in functions returnin...
Alex Brachet
2019-06-04
1
-33
/
+88
*
[AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tags
Peter Smith
2019-06-04
1
-0
/
+10
*
[llvm-ar] Reapply Fix relative thin archive path handling
Owen Reynolds
2019-06-04
1
-17
/
+34
*
Revert "[llvm-ar] Fix relative thin archive path handling"
Dmitri Gribenko
2019-06-03
1
-34
/
+17
*
[llvm-ar] Fix relative thin archive path handling
Owen Reynolds
2019-06-03
1
-17
/
+34
*
[ARM] add target arch definitions for 8.1-M and MVE
Sjoerd Meijer
2019-05-30
1
-0
/
+18
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+1
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-3
/
+3
*
[XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo...
Jason Liu
2019-05-28
1
-39
/
+163
*
[LLVM-C] Add Accessor for Mach-O Universal Binary Slices
Robert Widmann
2019-05-25
1
-0
/
+15
*
[llvm-dlltool] Respect NONAME keyword
Martin Storsjo
2019-05-22
1
-1
/
+4
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
2
-1
/
+18
*
Minidump: Add support for the MemoryList stream
Pavel Labath
2019-05-16
1
-0
/
+2
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
3
-14
/
+15
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
3
-15
/
+14
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
3
-14
/
+15
*
AArch64: support binutils-like things on arm64_32.
Tim Northover
2019-05-14
1
-2
/
+20
*
[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...
Fangrui Song
2019-05-14
4
-23
/
+18
*
[Object] Move ELF specific ObjectFile::getBuildAttributes to ELFObjectFileBase
Fangrui Song
2019-05-10
1
-4
/
+2
*
[Object] Change SymbolicFile::printSymbolName to use Error
Fangrui Song
2019-05-10
3
-9
/
+7
*
[Object][XCOFF] Add an XCOFF dumper for llvm-readobj.
Sean Fertile
2019-05-03
1
-7
/
+34
*
lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal
Nico Weber
2019-05-02
1
-7
/
+9
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
5
-33
/
+23
*
Object/Minidump: Add support for the ThreadList stream
Pavel Labath
2019-05-02
1
-7
/
+12
*
lld-link: Make "duplicate resource" error message a bit more concise
Nico Weber
2019-05-02
1
-4
/
+6
*
Remove duplicate line. NFCI.
Simon Pilgrim
2019-04-29
1
-1
/
+0
*
llvm-cvtres: Attempt to make llvm-cvtres/duplicate.test work on big-endian sy...
Nico Weber
2019-04-29
1
-12
/
+14
*
[Object][XCOFF] Add intial support for section header table.
Sean Fertile
2019-04-25
1
-29
/
+83
*
llvm-cvtres: Make new dupe resource error a bit friendlier
Nico Weber
2019-04-24
1
-7
/
+34
*
Let llvm-cvtres (and lld-link) report duplicate resources
Nico Weber
2019-04-24
1
-23
/
+63
*
llvm-cvtres: Split addChild(ID) into two functions
Nico Weber
2019-04-23
1
-13
/
+23
*
[WebAssembly] Object: Improve error messages on invalid section
Sam Clegg
2019-04-20
1
-3
/
+3
*
[WebAssembly] Add DataCount section to object files
Thomas Lively
2019-04-12
1
-0
/
+11
*
[LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries
Robert Widmann
2019-04-09
1
-0
/
+28
*
Object/Minidump: Add support for reading the ModuleList stream
Pavel Labath
2019-04-08
1
-0
/
+21
*
[LLVM-C] Allow Access to the Type of a Binary
Robert Widmann
2019-04-07
1
-0
/
+46
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-1
/
+1
*
[LLVM-C] Begin to Expose A More General Binary Interface
Robert Widmann
2019-04-05
1
-0
/
+28
*
Fix r357749 for big-endian architectures
Pavel Labath
2019-04-05
1
-2
/
+6
*
Minidump: Add support for reading/writing strings
Pavel Labath
2019-04-05
1
-0
/
+28
*
[WebAssembly] Add new explicit relocation types for PIC relocations
Sam Clegg
2019-04-04
1
-0
/
+2
*
[COFF] Fix delay import directory iterator
Joseph Tremoulet
2019-04-04
1
-1
/
+1
*
[XCOFF] Add functionality for parsing AIX XCOFF object file headers
Hubert Tong
2019-04-04
5
-0
/
+275
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-1
/
+5
*
[llvm-dlltool] Set a proper machine type for weak symbol object files
Martin Storsjo
2019-03-26
1
-1
/
+1
*
[DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...
Fangrui Song
2019-03-22
2
-0
/
+498
*
[Object] Fix reading objects created with -fembed-bitcode-marker
Steven Wu
2019-03-21
1
-0
/
+2
*
[Object] Add basic minidump support
Pavel Labath
2019-03-21
5
-0
/
+83
*
Fix Mach-O bind and rebase validation errors in libObject
Michael Trent
2019-03-20
1
-116
/
+62
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-1
/
+36
[next]