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-08
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
3
-22
/
+22
2015-12-08
[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Davide Italiano
3
-21
/
+10
2015-12-07
Let llvm-lto installed. A few tests in clang/test are using it.
NAKAMURA Takumi
1
-2
/
+0
2015-12-07
fix 'the the '; NFC
Sanjay Patel
2
-2
/
+2
2015-12-07
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
Lang Hames
1
-12
/
+0
2015-12-07
[llvm-objdump/MachoDump] Make code much more concise.
Davide Italiano
1
-20
/
+5
2015-12-06
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
1
-1
/
+2
2015-12-05
[llvm-readobj] report_error() does not return, so we can simplify.
Davide Italiano
1
-6
/
+2
2015-12-05
[llvm-dwp] Add coverage for both the presence and absence of type units, and ...
David Blaikie
1
-5
/
+7
2015-12-05
[llvm-dwp] clang-format this to catch anything I've missed along the way
David Blaikie
1
-12
/
+13
2015-12-05
[llvm-dwp] Support debug_tu_index
David Blaikie
1
-53
/
+110
2015-12-05
[opt] Fix run-twice option for non-idempotent passes
Keno Fischer
1
-7
/
+11
2015-12-05
[opt] Fix sanitizer complaints about r254774
Keno Fischer
1
-5
/
+8
2015-12-04
Add TransformUtils to list of required libraries for llc
Derek Schuff
3
-2
/
+3
2015-12-04
Always pass a diagnostic handler to the linker.
Rafael Espindola
3
-6
/
+24
2015-12-04
[llc/opt] Add an option to run all passes twice
Keno Fischer
2
-9
/
+91
2015-12-04
[llvm-dwp] Implement the required on-disk probed hash table
David Blaikie
1
-5
/
+16
2015-12-04
Fix llvm-readobj build on Windows, match noreturn attribute on reportError in...
Reid Kleckner
1
-1
/
+2
2015-12-04
[llvm-dwp] Include the debug_line.dwo section
David Blaikie
1
-0
/
+1
2015-12-04
[llvm-readobj] reportError() never returns. Mark with the correct attribute.
Davide Italiano
1
-1
/
+1
2015-12-04
[llvm-readobj/ELF] Simplify Verdef handling.
Davide Italiano
1
-7
/
+1
2015-12-04
fixing Makefile
Mike Aizatsky
1
-1
/
+2
2015-12-04
adding MC dependencies in hopes to pacify the hexagon build.
Mike Aizatsky
1
-0
/
+2
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
[prev]
[next]