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-objcopy][MachO] Implement --strip-debug
Fangrui Song
2019-11-21
1
-3
/
+3
*
[llvm-objcopy][MachO] Fix symbol order in the symbol table
Fangrui Song
2019-11-21
1
-3
/
+5
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
3
-4
/
+9
*
dwarfdump --statistics: Use new location list api
Pavel Labath
2019-11-21
1
-38
/
+32
*
[llvm-readobj] - Improve dumping of the SHT_LLVM_LINKER_OPTIONS sections.
Georgii Rymar
2019-11-20
1
-6
/
+26
*
[llvm-readobj/llvm-readelf] - Improve dumping of versioning sections.
Georgii Rymar
2019-11-20
1
-2
/
+2
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-19
10
-20
/
+186
*
[LTO][Legacy] Add API for passing LLVM options separately
Francis Visoiu Mistrih
2019-11-19
2
-1
/
+13
*
Revert "Introduce llvm-install-name-tool"
Alexander Shaposhnikov
2019-11-19
10
-186
/
+20
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-19
10
-20
/
+186
*
[llvm-objdump] Print relocation addends in hexadecimal
David Bozier
2019-11-19
1
-3
/
+6
*
bugpoint: Add option to disable attribute removal
Matt Arsenault
2019-11-19
1
-23
/
+29
*
[llvm-cxxfilt] Improve strip-underscore behavior
Steven Wu
2019-11-18
1
-1
/
+20
*
Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sam McCall
2019-11-18
1
-1
/
+1
*
Fix cppcheck shadow variable warning. NFC.
Simon Pilgrim
2019-11-18
1
-3
/
+3
*
llvm-objcopy - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
2
-18
/
+18
*
llvm-rc - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
2
-2
/
+2
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
1
-1
/
+1
*
[llvm-cov] Fix illegal cast from uint64_t to int64_t
Sajjad Mirza
2019-11-15
1
-3
/
+13
*
[llvm-objcopy][MachO] Implement --redefine-sym and --redefine-syms
Fangrui Song
2019-11-15
2
-3
/
+15
*
DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath
2019-11-15
1
-4
/
+11
*
[llvm-objcopy][MachO] Implement --remove-section
Seiya Nuta
2019-11-15
1
-5
/
+12
*
[llvm-dis] Fix the disable-output flag
Matthew Voss
2019-11-14
1
-1
/
+1
*
Add support for multi-module bitcode files to llvm-dis
Matthew Voss
2019-11-14
1
-41
/
+59
*
[llvm-objcopy][COFF] Add support for extended relocation tables
Sergey Dmitriev
2019-11-14
2
-6
/
+20
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
4
-11
/
+11
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
3
-0
/
+3
*
Add -disable-builtin option to opt
Dimitry Andric
2019-11-13
1
-0
/
+19
*
[llvm-bcanalyzer] Don't dump the contents if -dump is not passed
Francis Visoiu Mistrih
2019-11-13
1
-2
/
+3
*
[llvm-objcopy][COFF] Implement --redefine-sym and --redefine-syms
Fangrui Song
2019-11-12
1
-4
/
+9
*
[Examples] Add IRTransformations directory to examples.
Florian Hahn
2019-11-12
2
-0
/
+12
*
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.
Georgii Rymar
2019-11-12
1
-0
/
+41
*
[yaml2obj] - Add a way to describe the custom data that is not part of an out...
Georgii Rymar
2019-11-11
1
-18
/
+18
*
llvm-exegesis - fix shadow variable warnings. NFCI.
Simon Pilgrim
2019-11-09
2
-5
/
+5
*
llvm-ranlib/nm: Don't print usage message except for usage errors
Sam Clegg
2019-11-08
1
-26
/
+32
*
Obj2YamlError - fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-08
1
-1
/
+1
*
[debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils
Daniel Sanders
2019-11-07
5
-540
/
+23
*
[llvm-ar] Support verbose mode for operation 'x'
Fangrui Song
2019-11-07
1
-1
/
+5
*
Using crtp to refactor the xcoff section header
diggerlin
2019-11-07
1
-11
/
+2
*
Revert "Introduce llvm-install-name-tool"
Alexander Shaposhnikov
2019-11-06
8
-170
/
+8
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-06
8
-8
/
+170
*
[NFC] Add SUPPORT_PLUGINS to add_llvm_executable()
David Tenty
2019-11-06
3
-9
/
+3
*
[llvm-objcopy][ELF] Implement --only-keep-debug
Fangrui Song
2019-11-05
4
-25
/
+119
*
[llvm-objcopy][ELF] Add OriginalType & OriginalFlags
Fangrui Song
2019-11-05
2
-23
/
+26
*
[IR] Add Freeze instruction
aqjune
2019-11-05
1
-0
/
+5
*
Fix clone_constant_impl to correctly deal with null pointers
aqjune
2019-11-05
1
-0
/
+7
*
[llvm-readobj] Change errors to warnings for symbol section name dumping
James Henderson
2019-11-04
1
-15
/
+53
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-02
1
-1
/
+1
*
[dsymutil] Add support for linking remarks
Francis Visoiu Mistrih
2019-11-01
5
-1
/
+132
*
[dsymutil] Add DW_TAG_common_block to dieNeedsChildrenToBeMeaningful
Jonas Devlieghere
2019-11-01
1
-3
/
+4
[prev]
[next]