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
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-0
/
+6
*
Remove the static initialize introduced in r365099
Steven Wu
2019-07-18
1
-9
/
+11
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-6
/
+0
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-0
/
+6
*
[DWARF][RISCV] Add support for RISC-V relocations needed for debug info
Alex Bradbury
2019-07-18
1
-0
/
+53
*
[Object] isNotObjectErrorInvalidFileType: simplify
Fangrui Song
2019-07-13
1
-13
/
+10
*
[Object] isNotObjectErrorInvalidFileType: fix use-after-move
Fangrui Song
2019-07-13
1
-1
/
+1
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-6
/
+7
*
Try to appease the Windows build bots.
Sean Fertile
2019-07-09
1
-4
/
+12
*
[Object][XCOFF] Add support for 64-bit file header and section header dumping.
Sean Fertile
2019-07-09
4
-150
/
+258
*
[Object/ELF.h] - Improve error reporting.
George Rimar
2019-07-05
1
-2
/
+7
*
[MachO] Add valid architecture function
Shoaib Meenai
2019-07-04
1
-19
/
+10
*
Share /machine: handling code with llvm-cvtres too
Nico Weber
2019-06-12
2
-0
/
+45
*
lld-link: Reject more than one resource .obj file
Nico Weber
2019-06-11
1
-2
/
+3
*
Let writeWindowsResourceCOFF() take a TimeStamp parameter
Nico Weber
2019-06-11
1
-15
/
+11
*
[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
[next]