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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[obj2yaml] - Report a error when unable to resolve a sh_link reference properly.
George Rimar
2019-07-29
1
-2
/
+6
*
[llvm-objcopy] Add support for --add-section for COFF
Sergey Dmitriev
2019-07-26
2
-24
/
+54
*
Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...
George Rimar
2019-07-25
1
-20
/
+18
*
[MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyle
Fangrui Song
2019-07-25
1
-1
/
+1
*
[llvm-objdump][NFC] Make the PrettyPrinter::printInst() output buffered
Seiya Nuta
2019-07-25
1
-16
/
+12
*
[llvm-lipo] Implement alignment function in -create
Shoaib Meenai
2019-07-25
1
-4
/
+36
*
[Remarks][NFC] Rename remarks::Parser to remarks::RemarkParser
Francis Visoiu Mistrih
2019-07-25
1
-2
/
+2
*
Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
JF Bastien
2019-07-24
1
-18
/
+20
*
[llvm-objdump] Emit warning if --start-address/--stop-address specify range o...
Yuanfang Chen
2019-07-24
1
-0
/
+37
*
[Remarks] Simplify the creation of remark serializers
Francis Visoiu Mistrih
2019-07-24
1
-3
/
+16
*
[yaml2obj] - Allow custom fields for the SHT_UNDEF sections.
George Rimar
2019-07-24
1
-20
/
+18
*
Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...
George Rimar
2019-07-24
1
-1
/
+1
*
Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...
Vlad Tsyrklevich
2019-07-23
1
-1
/
+1
*
[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().
George Rimar
2019-07-23
1
-1
/
+1
*
[yaml2obj] - Add a support for defining null sections in YAMLs.
George Rimar
2019-07-23
1
-5
/
+23
*
[llvm-objcopy] Allow strip symtab in executables and DSOs
Eugene Leviant
2019-07-23
3
-1
/
+27
*
Fix gold-plugin Windows build
Yi Kong
2019-07-23
1
-2
/
+2
*
[yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.
George Rimar
2019-07-23
1
-10
/
+13
*
[llvm-lipo] Implement -info
Shoaib Meenai
2019-07-23
2
-14
/
+51
*
[yaml2obj] - Change how we handle implicit sections.
George Rimar
2019-07-22
1
-36
/
+35
*
Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...
Daniel Sanders
2019-07-19
2
-1
/
+2
*
Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...
Daniel Sanders
2019-07-19
2
-2
/
+1
*
Expand pseudo-components before embedding in llvm-config
Daniel Sanders
2019-07-19
2
-1
/
+2
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-07-19
1
-1
/
+1
*
[llvm-readelf] - A fix for: "--hash-symbols asserts for 64-bit ELFs"
George Rimar
2019-07-19
1
-1
/
+1
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-1
/
+1
*
Reapply [llvm-lipo] Implement -create (with hardcoded alignments)
Shoaib Meenai
2019-07-18
2
-18
/
+209
*
[NFC][llvm-readobj] Refactor dynamic string table indexing into a function.
Yuanfang Chen
2019-07-18
1
-20
/
+16
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-1
/
+1
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-1
/
+1
*
llvm-pdbdump: Fix several smaller issues with injected source compression han...
Nico Weber
2019-07-17
2
-7
/
+10
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
1
-13
/
+12
*
Teach `llvm-pdbutil pretty -native` about `-injected-sources`
Nico Weber
2019-07-16
1
-7
/
+2
*
Revert [tools] [llvm-nm] Default to reading from stdin not a.out
Alex Brachet
2019-07-16
1
-8
/
+1
*
[Remarks] Simplify and refactor the RemarkParser interface
Francis Visoiu Mistrih
2019-07-16
2
-7
/
+20
*
[Remarks][NFC] Combine ParserFormat and SerializerFormat
Francis Visoiu Mistrih
2019-07-16
1
-1
/
+1
*
[Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...
George Rimar
2019-07-16
3
-10
/
+20
*
[llvm-readelf] Print "File: lib.a(file.o)" info when dumping archive files.
Yuanfang Chen
2019-07-15
1
-5
/
+12
*
Revert [llvm-lipo] Implement -create (with hardcoded alignments)
Shoaib Meenai
2019-07-15
2
-209
/
+18
*
[llvm-lipo] Implement -create (with hardcoded alignments)
Shoaib Meenai
2019-07-15
2
-18
/
+209
*
Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...
George Rimar
2019-07-15
3
-169
/
+165
*
Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...
George Rimar
2019-07-15
3
-165
/
+169
*
[obj2yaml] - Rework tool's error reporting logic for ELF target.
George Rimar
2019-07-15
3
-169
/
+165
*
Slightly simplify MappedBlockStream::createIndexedStream() calls
Nico Weber
2019-07-12
4
-11
/
+4
*
Add explicit newline at end of `llvm-pdbutil dump`
Nico Weber
2019-07-12
1
-0
/
+2
*
cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macros
Tom Stellard
2019-07-12
3
-4
/
+7
*
[tools] [llvm-nm] Default to reading from stdin not a.out
Alex Brachet
2019-07-12
1
-1
/
+8
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-16
/
+4
*
[sancov] Ignore PC samples with value 0
Petr Hosek
2019-07-11
1
-1
/
+5
*
[yaml2obj] - Allow overriding the sh_size field.
George Rimar
2019-07-11
1
-6
/
+14
[next]