index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-29
[llvm-cov] Don't emit 'nan%' in reports
Vedant Kumar
1
-0
/
+6
2016-04-28
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
1
-14
/
+23
2016-04-28
Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...
Kevin Enderby
1
-1
/
+1
2016-04-28
Update llvm-objdump for disassembly of ARM Mach-O files to always include the...
Kevin Enderby
1
-3
/
+5
2016-04-28
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
1
-15
/
+20
2016-04-27
Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...
Kevin Enderby
1
-2
/
+2
2016-04-27
Parse module information from DBI stream.
Zachary Turner
1
-0
/
+23
2016-04-27
Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...
Kevin Enderby
1
-1
/
+1
2016-04-27
Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.
Justin Lebar
1
-11
/
+20
2016-04-27
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
1
-1
/
+0
2016-04-26
Parse and dump PDB DBI Stream Header Information
Zachary Turner
1
-4
/
+18
2016-04-26
Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""
Tim Northover
1
-1
/
+1
2016-04-26
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
1
-126
/
+13
2016-04-26
Align case statements (whitespace-only cleanup)
Sanjoy Das
1
-15
/
+15
2016-04-26
Symbolize operand bundle blocks for bcanalyzer
Sanjoy Das
1
-0
/
+8
2016-04-26
[lli] Fix a sign-compare warning.
Lang Hames
1
-2
/
+2
2016-04-25
[CMake] If set we should pass LLVM_VERSION_INFO into config.h
Chris Bieneman
1
-2
/
+0
2016-04-25
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
3
-41
/
+51
2016-04-25
[gold] Fix linkInModule and extend common.ll test.
Evgeniy Stepanov
1
-3
/
+3
2016-04-25
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2
-312
/
+85
2016-04-25
[gold-plugin] Remove dead assignment. NFC.
Davide Italiano
1
-1
/
+0
2016-04-25
dsymutil: Only warn about clang module DWO id mismatches in verbose mode.
Adrian Prantl
1
-1
/
+4
2016-04-24
Add a version field in the bitcode for the summary
Mehdi Amini
1
-0
/
+1
2016-04-24
Add an internalization step to the ThinLTOCodeGenerator
Mehdi Amini
1
-4
/
+45
2016-04-23
Store and emit original name in combined index
Mehdi Amini
1
-0
/
+1
2016-04-23
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
1
-6
/
+2
2016-04-23
[gold] Gate value name discarding under save-temps
Teresa Johnson
1
-8
/
+4
2016-04-22
llvm-objdump: deal with invalid ARM encodings slightly better.
Tim Northover
1
-7
/
+17
2016-04-22
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
6
-29
/
+21
2016-04-22
AMDGPU: Fix crash when dumping unknown opcode
Matt Arsenault
1
-0
/
+5
2016-04-22
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
1
-0
/
+1
2016-04-22
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2
-85
/
+312
2016-04-21
[sancov] using normalized filenames for blacklist checks.
Mike Aizatsky
1
-9
/
+13
2016-04-21
Fix PDB warnings and test
Reid Kleckner
1
-1
/
+1
2016-04-21
Refactor raw pdb dumper into library
Zachary Turner
2
-312
/
+85
2016-04-21
Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...
Kevin Enderby
1
-0
/
+3
2016-04-21
ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...
Mehdi Amini
1
-2
/
+4
2016-04-20
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
18
-123
/
+278
2016-04-20
Re-enable "[gold-plugin] Disable name for values other than GlobalValue"
Teresa Johnson
1
-0
/
+8
2016-04-20
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
1
-1
/
+0
2016-04-20
Revert "[gold-plugin] Disable name for values other than GlobalValue"
Teresa Johnson
1
-6
/
+0
2016-04-20
[gold-plugin] Disable name for values other than GlobalValue
Teresa Johnson
1
-0
/
+6
2016-04-20
llvm-lto: run the module verifier when doing IR level work
Mehdi Amini
1
-0
/
+9
2016-04-19
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
1
-2
/
+8
2016-04-19
Enable ODR uniquing of DITypes in more places
Teresa Johnson
1
-0
/
+6
2016-04-19
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
2
-3
/
+3
2016-04-18
ARM: use a pseudo-instruction for cmpxchg at -O0.
Tim Northover
1
-0
/
+6
2016-04-18
[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
Lang Hames
3
-12
/
+18
2016-04-18
lli: avoid global variables, use a local unique_ptr instead
Mehdi Amini
1
-24
/
+11
2016-04-18
Revert 266581 (and follow-up 266588), it doesn't build on Windows.
Nico Weber
3
-16
/
+12
[next]