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-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
2015-12-09
Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.
Rafael Espindola
3
-30
/
+25
2015-12-09
Simplify memory management. NFC.
Rafael Espindola
1
-11
/
+10
2015-12-09
Simplify memory management a bit. NFC.
Rafael Espindola
1
-9
/
+8
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
[next]