summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-04-29[llvm-cov] Don't emit 'nan%' in reportsVedant Kumar1-0/+6
2016-04-28[llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer1-14/+23
2016-04-28Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby1-1/+1
2016-04-28Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby1-3/+5
2016-04-28Read the rest of the DBI substreams, and parse source info.Zachary Turner1-15/+20
2016-04-27Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby1-2/+2
2016-04-27Parse module information from DBI stream.Zachary Turner1-0/+23
2016-04-27Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby1-1/+1
2016-04-27Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.Justin Lebar1-11/+20
2016-04-27[ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson1-1/+0
2016-04-26Parse and dump PDB DBI Stream Header InformationZachary Turner1-4/+18
2016-04-26Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover1-1/+1
2016-04-26Refactor some more PDB reading code into DebugInfoPDB.Zachary Turner1-126/+13
2016-04-26Align case statements (whitespace-only cleanup)Sanjoy Das1-15/+15
2016-04-26Symbolize operand bundle blocks for bcanalyzerSanjoy Das1-0/+8
2016-04-26[lli] Fix a sign-compare warning.Lang Hames1-2/+2
2016-04-25[CMake] If set we should pass LLVM_VERSION_INFO into config.hChris Bieneman1-2/+0
2016-04-25[ORC] Thread Error/Expected through the RPC library.Lang Hames3-41/+51
2016-04-25[gold] Fix linkInModule and extend common.ll test.Evgeniy Stepanov1-3/+3
2016-04-25Resubmit "Refactor raw pdb dumper into library"Zachary Turner2-312/+85
2016-04-25[gold-plugin] Remove dead assignment. NFC.Davide Italiano1-1/+0
2016-04-25dsymutil: Only warn about clang module DWO id mismatches in verbose mode.Adrian Prantl1-1/+4
2016-04-24Add a version field in the bitcode for the summaryMehdi Amini1-0/+1
2016-04-24Add an internalization step to the ThinLTOCodeGeneratorMehdi Amini1-4/+45
2016-04-23Store and emit original name in combined indexMehdi Amini1-0/+1
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith1-6/+2
2016-04-23[gold] Gate value name discarding under save-tempsTeresa Johnson1-8/+4
2016-04-22llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover1-7/+17
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover6-29/+21
2016-04-22AMDGPU: Fix crash when dumping unknown opcodeMatt Arsenault1-0/+5
2016-04-22Introduce llvm.load.relative intrinsic.Peter Collingbourne1-0/+1
2016-04-22Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2-85/+312
2016-04-21[sancov] using normalized filenames for blacklist checks.Mike Aizatsky1-9/+13
2016-04-21Fix PDB warnings and testReid Kleckner1-1/+1
2016-04-21Refactor raw pdb dumper into libraryZachary Turner2-312/+85
2016-04-21Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...Kevin Enderby1-0/+3
2016-04-21ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini1-2/+4
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby18-123/+278
2016-04-20Re-enable "[gold-plugin] Disable name for values other than GlobalValue"Teresa Johnson1-0/+8
2016-04-20[ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson1-1/+0
2016-04-20Revert "[gold-plugin] Disable name for values other than GlobalValue"Teresa Johnson1-6/+0
2016-04-20[gold-plugin] Disable name for values other than GlobalValueTeresa Johnson1-0/+6
2016-04-20llvm-lto: run the module verifier when doing IR level workMehdi Amini1-0/+9
2016-04-19[llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner1-2/+8
2016-04-19Enable ODR uniquing of DITypes in more placesTeresa Johnson1-0/+6
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2-3/+3
2016-04-18ARM: use a pseudo-instruction for cmpxchg at -O0.Tim Northover1-0/+6
2016-04-18[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames3-12/+18
2016-04-18lli: avoid global variables, use a local unique_ptr insteadMehdi Amini1-24/+11
2016-04-18Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber3-16/+12