summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Maintain the type enum-to-classname mapping in the .def fileReid Kleckner2016-05-031-23/+5
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-0/+34
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-0314-485/+55
* NFC: An iterator for stepping through CodeView type stream in llvm-readobjAdrian McCarthy2016-05-021-39/+125
* Simplify. NFC.Rafael Espindola2016-05-021-4/+1
* Fix llvm-size to exit with non zero when it can’t open a file.Kevin Enderby2016-05-021-1/+5
* Don't try to create thin bsd archives.Rafael Espindola2016-05-021-1/+3
* [dsymutil] Create the temporary files in the system temp directory.Frederic Riss2016-05-021-3/+6
* [codeview] Isolate type dumping from object file stateReid Kleckner2016-05-021-18/+38
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-0210-57/+129
* [codeview] Don't dump type stream bytes unless asked toReid Kleckner2016-05-021-1/+2
* Parse PDB Name Hash TableZachary Turner2016-05-021-25/+9
* [llvm-readobj] Dump hash as part of -version-info.Davide Italiano2016-05-021-0/+1
* [CMake] [Xcode] Improving Xcode toolchain generation to support distribution ...Chris Bieneman2016-04-291-0/+20
* Move coverage related code into a separate library.Easwaran Raman2016-04-296-7/+7
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-22/+22
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-291-4/+7
* Remove leftoverTobias Grosser2016-04-291-4/+0
* cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)Tobias Grosser2016-04-291-0/+4
* [llvm-cov] Don't emit 'nan%' in reportsVedant Kumar2016-04-291-0/+6
* [llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer2016-04-281-14/+23
* Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby2016-04-281-1/+1
* Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby2016-04-281-3/+5
* Read the rest of the DBI substreams, and parse source info.Zachary Turner2016-04-281-15/+20
* Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby2016-04-271-2/+2
* Parse module information from DBI stream.Zachary Turner2016-04-271-0/+23
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2016-04-271-1/+1
* Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.Justin Lebar2016-04-271-11/+20
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-271-1/+0
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-261-4/+18
* Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover2016-04-261-1/+1
* Refactor some more PDB reading code into DebugInfoPDB.Zachary Turner2016-04-261-126/+13
* Align case statements (whitespace-only cleanup)Sanjoy Das2016-04-261-15/+15
* Symbolize operand bundle blocks for bcanalyzerSanjoy Das2016-04-261-0/+8
* [lli] Fix a sign-compare warning.Lang Hames2016-04-261-2/+2
* [CMake] If set we should pass LLVM_VERSION_INFO into config.hChris Bieneman2016-04-251-2/+0
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-253-41/+51
* [gold] Fix linkInModule and extend common.ll test.Evgeniy Stepanov2016-04-251-3/+3
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-252-312/+85
* [gold-plugin] Remove dead assignment. NFC.Davide Italiano2016-04-251-1/+0
* dsymutil: Only warn about clang module DWO id mismatches in verbose mode.Adrian Prantl2016-04-251-1/+4
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-241-0/+1
* Add an internalization step to the ThinLTOCodeGeneratorMehdi Amini2016-04-241-4/+45
* Store and emit original name in combined indexMehdi Amini2016-04-231-0/+1
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-6/+2
* [gold] Gate value name discarding under save-tempsTeresa Johnson2016-04-231-8/+4
* llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover2016-04-221-7/+17
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-226-29/+21
* AMDGPU: Fix crash when dumping unknown opcodeMatt Arsenault2016-04-221-0/+5
* Introduce llvm.load.relative intrinsic.Peter Collingbourne2016-04-221-0/+1
OpenPOWER on IntegriCloud