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
*
[NFC] yaml2obj/yam2elf.cpp whitespace changes: dos2unix removed CRs.
Puyan Lotfi
2019-05-11
1
-32
/
+32
*
[COFF] Fix .bss section size bug in obj2yaml / yaml2obj
Reid Kleckner
2019-05-10
1
-2
/
+3
*
[llvm-objdump] Print st_other
Fangrui Song
2019-05-10
1
-6
/
+24
*
[Object] Fix macho-invalid.test
Fangrui Song
2019-05-10
1
-2
/
+3
*
[Object] Change SymbolicFile::printSymbolName to use Error
Fangrui Song
2019-05-10
3
-7
/
+8
*
llvm-dwarfdump: Add dwo parsing to --statistics.
Caroline Tice
2019-05-09
1
-1
/
+1
*
[llvm-cxxfilt] Fix -Wshadow warning. NFCI.
Simon Pilgrim
2019-05-09
1
-9
/
+10
*
[MCA] Add support for nested and overlapping region markers
Andrea Di Biagio
2019-05-09
4
-27
/
+88
*
[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
Fangrui Song
2019-05-09
1
-20
/
+7
*
[llvm-objcopy] Improve error message for unrecognised archive member
James Henderson
2019-05-08
1
-6
/
+6
*
[MCA] Don't add a name to the default code region.
Andrea Di Biagio
2019-05-08
3
-5
/
+4
*
[MCA] Slightly refactor CodeRegion.h. NFCI
Andrea Di Biagio
2019-05-08
2
-24
/
+22
*
[llvm-objcopy] Add --prefix-alloc-sections
James Henderson
2019-05-08
5
-10
/
+73
*
[llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...
George Rimar
2019-05-08
2
-3
/
+3
*
[llvm-objdump] - Print relocation record in a GNU format.
George Rimar
2019-05-07
1
-11
/
+23
*
[llvm-exegesis] BenchmarkRunner::runConfiguration(): write small snippet to m...
Roman Lebedev
2019-05-07
1
-7
/
+6
*
[yaml2obj] - Allow setting st_value explicitly for Symbol.
George Rimar
2019-05-07
1
-46
/
+53
*
[llvm-exegesis] InstructionBenchmark::writeYamlTo(): don't forget to flush()
Roman Lebedev
2019-05-07
1
-0
/
+2
*
[WebAssembly] Add more test coverage for reloctions against section symbols
Sam Clegg
2019-05-07
1
-5
/
+0
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-2
/
+2
*
Remove duplicate assignments. NFCI.
Simon Pilgrim
2019-05-06
2
-3
/
+0
*
[llvm-c-test] Make include-all.c do what its name says it does
Anders Waldenborg
2019-05-06
1
-1
/
+16
*
Let --discard-all imply --strip-debug.
Sid Manning
2019-05-03
1
-0
/
+5
*
Avoid cppcheck operator precedence warnings. NFCI.
Simon Pilgrim
2019-05-03
1
-1
/
+1
*
[Object][XCOFF] Add an XCOFF dumper for llvm-readobj.
Sean Fertile
2019-05-03
4
-0
/
+128
*
Revert [llvm-nm] Fix handling of symbol types + [llvm-nm] Generalize symbol t...
Jordan Rupprecht
2019-05-02
1
-11
/
+28
*
lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal
Nico Weber
2019-05-02
1
-1
/
+4
*
[yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix...
George Rimar
2019-05-02
1
-77
/
+78
*
[llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including de...
James Henderson
2019-05-02
2
-3
/
+7
*
[llvm-readobj] Delete and inline relocAddressLess
Fangrui Song
2019-05-02
3
-7
/
+3
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
6
-53
/
+46
*
[llvm-objdump] Print newlines before and after "Disassembly of section ...:"
Fangrui Song
2019-05-01
1
-2
/
+2
*
[yaml2obj] - Report when unknown section is referenced from program header de...
George Rimar
2019-05-01
1
-28
/
+24
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-57
/
+57
*
[llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS promotion
Fangrui Song
2019-05-01
1
-7
/
+6
*
[llvm-profdata] Add overlap command to compute similarity b/w two profile files
Rong Xu
2019-04-30
1
-2
/
+89
*
[WebAssembly] Support EXPLICIT_NAME symbols in llvm-readobj
Dan Gohman
2019-04-30
1
-0
/
+1
*
[llvm-objcopy] Add RISC-V support for -B/-O
Jordan Rupprecht
2019-04-30
1
-4
/
+15
*
[llvm-nm] Add --special-syms no-op flag
Eugene Leviant
2019-04-30
1
-0
/
+3
*
vs integration: vs2019 support
Hans Wennborg
2019-04-30
1
-7
/
+7
*
[llvm-objcopy] - Check dynamic relocation sections for broken references.
George Rimar
2019-04-30
2
-12
/
+36
*
Revert r359520
David Bolvansky
2019-04-30
1
-1
/
+1
*
[PDB] Fixed null pointer dereference
David Bolvansky
2019-04-29
1
-1
/
+1
*
[ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities.
Lang Hames
2019-04-29
1
-13
/
+13
*
[llvm-pdbutil] FunctionDumper::dump(PDBSymbolTypeFunctionArg) - fix null dere...
Simon Pilgrim
2019-04-29
1
-2
/
+2
*
[llvm-extract] Expose the group extraction feature of the BlockExtractor
Quentin Colombet
2019-04-29
1
-12
/
+19
*
[yaml2obj] - Simplify and reduce the code. NFC.
George Rimar
2019-04-29
1
-17
/
+8
*
[yaml2obj] - Replace a loop with write_zeros(). NFCI.
George Rimar
2019-04-29
1
-2
/
+1
*
[yaml2obj] - Cleanup and simplify the code. NFCI.
George Rimar
2019-04-29
1
-12
/
+15
*
vs integration: Use llvm-lib for librarian
Russell Gallop
2019-04-29
3
-0
/
+24
[next]