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
...
*
[llvm-pdbutil] Add a function for formatting MSF data.
Zachary Turner
2017-06-23
3
-27
/
+149
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-3
/
+4
*
[llvm-pdbutil] Create a "bytes" subcommand.
Zachary Turner
2017-06-22
8
-138
/
+292
*
[llvm-pdbutil] Rename "raw" to "dump".
Zachary Turner
2017-06-22
5
-119
/
+120
*
Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types so
Kevin Enderby
2017-06-22
1
-2
/
+7
*
Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE
Kevin Enderby
2017-06-22
1
-4
/
+38
*
[llvm-readobj] Dump the COFF image load config
Reid Kleckner
2017-06-22
3
-0
/
+141
*
ClangFormat some changes from r305226
David Blaikie
2017-06-21
1
-2
/
+4
*
Updated llvm-objdump with Mach-O files and the -objc-meta-data option so
Kevin Enderby
2017-06-20
1
-0
/
+6
*
Change llvm-objdump with Mach-O files and the -info-plist option with the
Kevin Enderby
2017-06-20
1
-1
/
+2
*
Remove diff pedantic mode.
Zachary Turner
2017-06-20
3
-191
/
+91
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-6
/
+6
*
[WebAssembly] Add support for weak symbols in the binary format
Sam Clegg
2017-06-20
2
-33
/
+79
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-3
/
+5
*
The change to llvm-nm in r305733 added fields to the struct NMSymbol
Kevin Enderby
2017-06-20
1
-0
/
+7
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
2
-50
/
+66
*
Fix a FIXME in llvm-objdump for the -exports-trie option that was not adding
Kevin Enderby
2017-06-19
1
-1
/
+17
*
Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...
Kevin Enderby
2017-06-19
2
-62
/
+532
*
Have writeCOFFWriter return Expected<unique_ptr>.
Eric Beckmann
2017-06-19
1
-7
/
+9
*
[CodeView] Fix dumping of public symbol record flags
Reid Kleckner
2017-06-19
1
-1
/
+15
*
Delete TypeDatabase.
Zachary Turner
2017-06-18
1
-1
/
+1
*
Remove some dead code / includes.
Zachary Turner
2017-06-16
9
-138
/
+47
*
obj2yaml: Improve error reporting
Sam Clegg
2017-06-16
1
-7
/
+18
*
Clean up some things in the WindowsResource changes.
Eric Beckmann
2017-06-16
2
-26
/
+6
*
Switch external cvtres.exe for llvm's own resource library.
Eric Beckmann
2017-06-16
1
-12
/
+21
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
1
-0
/
+2
*
[llvm-pdbutil] Add support for dumping cross module imports/exports.
Zachary Turner
2017-06-16
5
-5
/
+81
*
[llvm-pdbutil] Add a function for iterating over debug subsections.
Zachary Turner
2017-06-15
1
-104
/
+102
*
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
Zachary Turner
2017-06-15
4
-53
/
+271
*
Try to fix uninitialized read reported by msan.
Zachary Turner
2017-06-15
1
-0
/
+1
*
[llvm-pdbutil] Add back support for dumping file checksums.
Zachary Turner
2017-06-15
2
-6
/
+106
*
[llvm-pdbutil] Add back the ability to dump hashes and index offsets.
Zachary Turner
2017-06-15
5
-19
/
+76
*
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
15
-1363
/
+2399
*
Revert "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
15
-2370
/
+1363
*
Fix some more warnings.
Zachary Turner
2017-06-15
4
-28
/
+19
*
Fix some -Wreorder issues.
Zachary Turner
2017-06-15
3
-3
/
+2
*
[llvm-pdbutil] rewrite the "raw" output style.
Zachary Turner
2017-06-15
15
-1363
/
+2380
*
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
Peter Collingbourne
2017-06-14
1
-0
/
+2
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
7
-20
/
+146
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
5
-144
/
+20
*
Fix some more errors.
Zachary Turner
2017-06-14
1
-27
/
+0
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
5
-20
/
+171
*
Improve error messages in order to help with fixing a big-endian bug.
Eric Beckmann
2017-06-13
1
-2
/
+14
*
Update the test framework for llvm-cvtres to be more comprehensive.
Eric Beckmann
2017-06-13
1
-5
/
+40
*
Revert "Fix alignment bug in COFF emission."
Eric Beckmann
2017-06-13
1
-40
/
+5
*
Fix alignment bug in COFF emission.
Eric Beckmann
2017-06-13
1
-5
/
+40
*
Fix printing error.
Zachary Turner
2017-06-12
1
-1
/
+1
*
[llvm-pdbutil] Fix one more issue with no-id-stream PDBs.
Zachary Turner
2017-06-12
1
-13
/
+20
*
Slightly better fix for dealing with no-id-stream PDBs.
Zachary Turner
2017-06-12
1
-8
/
+0
*
[llvm-pdbdump] Don't fail on PDBs with no ID stream.
Zachary Turner
2017-06-12
3
-3
/
+20
[prev]
[next]