index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
[llvm-objdump] Use appropriate helper. NFC.
Davide Italiano
1
-2
/
+1
2015-12-20
[llvm-objdump] Move COFF function to where it belongs.
Davide Italiano
3
-50
/
+51
2015-12-20
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
1
-2
/
+5
2015-12-19
[llvm-objdump] Fail early if we can't parse the object header.
Davide Italiano
1
-4
/
+5
2015-12-19
Assert that we have all use/users in the getters.
Rafael Espindola
1
-3
/
+12
2015-12-18
Deprecate a few C APIs.
Rafael Espindola
3
-13
/
+38
2015-12-18
Delete dead code: only functions are materializable.
Rafael Espindola
1
-4
/
+0
2015-12-18
Use a lambda to reduce code duplication.
Rafael Espindola
1
-23
/
+15
2015-12-18
[sancov] IWYU fix: add proper header inclusion.
Alexey Samsonov
1
-0
/
+1
2015-12-18
Drop materializeAllPermanently.
Rafael Espindola
2
-2
/
+2
2015-12-18
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
3
-21
/
+259
2015-12-18
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
3
-259
/
+21
2015-12-18
Add a test for LLVMGetBitcodeModule.
Rafael Espindola
3
-10
/
+25
2015-12-18
Reorganize the C API headers to improve build times.
Eric Christopher
1
-0
/
+1
2015-12-17
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
1
-7
/
+42
2015-12-17
[llvm-objdump] Use report_fatal_error() for a more uniform error handling.
Davide Italiano
1
-29
/
+13
2015-12-16
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
3
-7
/
+8
2015-12-16
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
1
-1
/
+5
2015-12-16
Use LLVM style variable name (NFC)
Teresa Johnson
1
-4
/
+4
2015-12-16
[CMake] Adding llvm-profdata to the list of tools clang needs.
Chris Bieneman
1
-2
/
+4
2015-12-16
Reland "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
3
-7
/
+16
2015-12-16
Revert "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
3
-16
/
+7
2015-12-16
[llvm-readobj] Simplify usage of -codeview flag
Reid Kleckner
3
-7
/
+16
2015-12-16
Add RAII wrapper for gold plugin file management
Teresa Johnson
1
-23
/
+31
2015-12-16
[sancov] blacklist support.
Mike Aizatsky
1
-5
/
+48
2015-12-15
[llvm-objdump/MachODump] Shrink code a little bit. NFC.
Davide Italiano
1
-4
/
+1
2015-12-15
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
1
-18
/
+58
2015-12-15
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
1
-1
/
+2
2015-12-15
[llvm-readobj] s/FunctionName/LinkageName/ for codeview dumping
Reid Kleckner
1
-7
/
+7
2015-12-14
sancov: coverage can be reported by multiple functions.
Mike Aizatsky
1
-10
/
+19
2015-12-14
Use diagnostic handler in the LLVMContext
Rafael Espindola
4
-25
/
+13
2015-12-14
Factor out some duplication. NFC.
Pete Cooper
1
-44
/
+20
2015-12-14
Start implementing FDE dumping when printing the eh_frame.
Pete Cooper
1
-5
/
+107
2015-12-14
Print the eh_frame section in MachoDump.
Pete Cooper
1
-1
/
+180
2015-12-14
Fix formatting. NFC.
Diego Novillo
1
-8
/
+5
2015-12-14
[IR] Remove terminatepad
David Majnemer
1
-1
/
+0
2015-12-14
[llvm-dwp] Deduplicate type units
David Blaikie
1
-6
/
+12
2015-12-12
[llvm-objdump/MachoDump] Simplify.
Davide Italiano
1
-7
/
+3
2015-12-12
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
1
-2
/
+0
2015-12-11
[llvm-objdump/MachODump] Reduce code duplication.
Davide Italiano
1
-69
/
+41
2015-12-11
[dsymutil] Ignore absolute symbols in the debug map
Frederic Riss
1
-3
/
+14
2015-12-10
[ThinLTO] Release files in gold plugin during combined index (take 2)
Teresa Johnson
1
-4
/
+2
2015-12-10
Slit lib/Linker in two.
Rafael Espindola
1
-157
/
+97
2015-12-09
[ThinLTO] Release files read when creating combined index in gold plugin
Teresa Johnson
1
-0
/
+3
2015-12-09
[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...
David Blaikie
1
-15
/
+27
2015-12-09
Delay context construction to when/if it is needed in gold plugin (NFC)
Teresa Johnson
1
-3
/
+3
2015-12-09
clang-format order of gold-plugin includes (NFC)
Teresa Johnson
1
-2
/
+2
2015-12-09
Fix the order of destructors in LibLTOCodeGenerator
Steven Wu
1
-0
/
+4
2015-12-09
Simplify testMergedProgram.
Rafael Espindola
1
-26
/
+19
2015-12-09
Simplify memory management. NFC.
Rafael Espindola
1
-79
/
+72
[next]