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
/
llvm-nm
/
llvm-nm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...
Kevin Enderby
2015-11-10
1
-45
/
+113
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-5
/
+16
*
Don't implicitly construct a Archive::child_iterator.
Rafael Espindola
2015-11-03
1
-2
/
+2
*
Allow llvm-nm’s single letter command line flags to be grouped.
Kevin Enderby
2015-11-02
1
-18
/
+22
*
Implemented the code to make llvm-nm’s -g option work.
Kevin Enderby
2015-10-30
1
-0
/
+3
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-20
/
+7
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-7
/
+20
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-5
/
+6
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-8
/
+8
*
Use std::make_tuple to reduce code duplication.
Rafael Espindola
2015-07-13
1
-27
/
+8
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-11
/
+7
*
llvm-nm: treat weak undefined as undefined.
Rafael Espindola
2015-07-06
1
-12
/
+18
*
Swap operands instead of using !.
Rafael Espindola
2015-07-06
1
-1
/
+1
*
When sorting by address, undefined symbols go first.
Rafael Espindola
2015-07-06
1
-0
/
+4
*
Reduce code duplication. NFC.
Rafael Espindola
2015-07-06
1
-41
/
+17
*
Fix printing of common symbols.
Rafael Espindola
2015-07-06
1
-4
/
+9
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-1
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-6
/
+6
*
Simplify isSymbolList64Bit. NFC.
Rafael Espindola
2015-06-26
1
-9
/
+1
*
Simplify isObject. NFC.
Rafael Espindola
2015-06-26
1
-19
/
+5
*
Implement elf_section_iterator and getELFType().
Rafael Espindola
2015-06-26
1
-21
/
+10
*
Add an ELFSymbolRef type.
Rafael Espindola
2015-06-25
1
-2
/
+2
*
llvm-nm: print 'n' instead of '?'
Rafael Espindola
2015-06-25
1
-1
/
+1
*
Use range loop. NFC.
Rafael Espindola
2015-06-25
1
-20
/
+18
*
Modernize getELFDynamicSymbolIterators.
Rafael Espindola
2015-06-25
1
-5
/
+5
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-12
/
+12
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-2
/
+1
*
Fix llvm-nm -S option.
Rafael Espindola
2015-05-22
1
-1
/
+1
*
Cleanup else-after-return and add an early-return to llvm-nm
David Blaikie
2015-03-23
1
-71
/
+59
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
Rafael Espindola
2014-12-09
1
-6
/
+8
*
Object, COFF: Cleanup symbol type code, improve binutils compatibility
David Majnemer
2014-10-31
1
-9
/
+5
*
LTO: introduce object file-based on-disk module format.
Peter Collingbourne
2014-09-18
1
-2
/
+5
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-4
/
+4
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-1
/
+1
*
Use a simpler predicate. NFC.
Rafael Espindola
2014-08-08
1
-2
/
+1
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-14
/
+14
*
Replaces a few pointers with references in llvm-nm.cpp.
Rafael Espindola
2014-07-31
1
-40
/
+39
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O files
Kevin Enderby
2014-07-28
1
-1
/
+1
*
Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).
Kevin Enderby
2014-07-24
1
-49
/
+102
*
Correct the ownership passing semantics of object::createBinary and make them...
David Blaikie
2014-07-21
1
-3
/
+2
*
Tweak formating to match what clang-format would be for llvm-nm.cpp .
Kevin Enderby
2014-07-17
1
-3
/
+2
*
Add printing of Mach-O stabs in llvm-nm.
Kevin Enderby
2014-07-17
1
-1
/
+85
*
Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...
Kevin Enderby
2014-07-16
1
-6
/
+41
*
Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only in
Kevin Enderby
2014-07-11
1
-0
/
+70
*
Changed the lvm-nm alias "-s" for -print-armap to "-M".
Kevin Enderby
2014-07-08
1
-1
/
+1
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-2
/
+4
*
Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the
Kevin Enderby
2014-07-03
1
-0
/
+9
*
Add support for inline asm symbols to IRObjectFile.
Rafael Espindola
2014-07-03
1
-4
/
+11
[next]