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-04
sancov -not-covered-functions.
Mike Aizatsky
2
-88
/
+305
2015-12-04
[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry
David Blaikie
1
-2
/
+61
2015-12-04
Modernize the C++ APIs for creating LTO modules.
Rafael Espindola
2
-33
/
+86
2015-12-04
Move a call to getGlobalContext out of lib/LTO.
Rafael Espindola
2
-3
/
+4
2015-12-04
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2
-2
/
+2
2015-12-04
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
1
-54
/
+16
2015-12-04
Simplify the error handling in llvm-lto a bit.
Rafael Espindola
1
-36
/
+37
2015-12-04
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
1
-16
/
+54
2015-12-03
[llvm-objdump] Use report_fatal_error() if we can't find a target.
Davide Italiano
1
-8
/
+2
2015-12-03
Rename Set variable to be plural
Mehdi Amini
1
-3
/
+3
2015-12-03
Remove "ExportingModule" from ThinLTO Index (NFC)
Mehdi Amini
1
-1
/
+1
2015-12-02
[llvm-dwp] Include only the non-empty columns in the cu_index
David Blaikie
1
-7
/
+15
2015-12-02
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
1
-22
/
+81
2015-12-02
Change ModuleLinker to take a set of GlobalValues to import instead of a sing...
Mehdi Amini
1
-1
/
+4
2015-12-01
Use references now that it is natural to do so.
Rafael Espindola
4
-11
/
+11
2015-12-01
[llvm-dwp] Deduplicate strings in the debug_str.dwo section
David Blaikie
1
-14
/
+20
2015-12-01
[llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo files
David Blaikie
1
-17
/
+68
2015-12-01
Introduce a range version of std::any_of, and use it in SCEV
Sanjoy Das
1
-6
/
+3
2015-12-01
[llvm-dwp] Add missing Makefile for the old configure+make build
David Blaikie
1
-0
/
+18
2015-12-01
[llvm-dwp] Initial partial prototype
David Blaikie
1
-1
/
+143
2015-12-01
llvm-dwp: Initial layout
David Blaikie
5
-1
/
+40
2015-11-27
Simplify the linking of recursive data.
Rafael Espindola
1
-2
/
+2
2015-11-26
[bugpoint] Fix "Alias must point to a definition" problems
Hal Finkel
3
-4
/
+41
2015-11-25
Fix a use-after-free in `llvm-config`.
Richard Diamond
1
-10
/
+10
2015-11-23
Don't create implicit comdats.
Rafael Espindola
1
-2
/
+0
2015-11-23
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
1
-0
/
+14
2015-11-23
[PGO] Add --text option for llvm-profdata show|merge commands
Xinliang David Li
1
-37
/
+70
2015-11-23
[ThinLTO] Deduplicate function index loading into shared helper (NFC)
Teresa Johnson
2
-50
/
+5
2015-11-23
Remove unused function parameter (NFC)
Teresa Johnson
1
-5
/
+3
2015-11-22
[llvm-rtdyld] Refactor to reduce indentation.
Davide Italiano
1
-5
/
+4
2015-11-21
[ThinLTO] Handle bitcode without function summary sections gracefully
Teresa Johnson
2
-14
/
+33
2015-11-21
[llvm-rtdyld] Fail early if we can't load dynamic libraries.
Davide Italiano
1
-3
/
+2
2015-11-21
[llvm-rtdyld] Turn assertion into errors, it seems more appropriate.
Davide Italiano
1
-4
/
+8
2015-11-21
[llvm-rtdyld] Improve error handling, use Error().
Davide Italiano
1
-14
/
+8
2015-11-21
[llvm-rtdyld] Use report_fatal_error().
Davide Italiano
1
-22
/
+13
2015-11-21
llvm-link option and test for recent metadata mapping bug
Teresa Johnson
1
-0
/
+13
2015-11-20
[llvm-rtdyld] Message() is used only once. Inline. NFC.
Davide Italiano
1
-5
/
+1
2015-11-20
[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
Teresa Johnson
1
-0
/
+1
2015-11-20
[LTO] Add options to llvm-lto to select output format and dump merged module
Tobias Edler von Koch
1
-0
/
+23
2015-11-19
Remove unused function parameter (NFC)
Mehdi Amini
1
-3
/
+2
2015-11-19
gold-plugin.cpp: Fix diagnosticHandler corresponding to r253540.
NAKAMURA Takumi
1
-4
/
+9
2015-11-19
Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
Mehdi Amini
2
-5
/
+31
2015-11-19
Fix UMR in llvm-nm on IR object files in printDarwinSymbol
Reid Kleckner
1
-5
/
+4
2015-11-18
[llvm-profdata] Use SmallSet rather that std::set for keeping track of profda...
Nathan Slingerland
1
-3
/
+2
2015-11-18
Fix LLD testsuite fallout from r253429
David Majnemer
1
-4
/
+4
2015-11-18
[llvm-objdump] Use the COFF export table for additional symbols
David Majnemer
1
-57
/
+118
2015-11-18
[llvm-profdata] Fix unhandled enumeration values warning
Nathan Slingerland
1
-0
/
+2
2015-11-18
Generalize ownership/passing semantics to allow dsymutil to own abbreviations...
David Blaikie
1
-10
/
+6
2015-11-17
[llvm-profdata] Show hint for other mismatch errors when merging instr profdata
Nathan Slingerland
1
-1
/
+5
2015-11-17
[llvm-profdata] Improve error messaging when merging mismatched profile data
Nathan Slingerland
1
-4
/
+38
[prev]
[next]