summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-043-1/+85
* [llvm-size] Fix time to check if time of use bug.Davide Italiano2015-10-031-8/+0
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-022-4/+6
* [CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD...Chris Bieneman2015-10-021-2/+3
* dsymutil: Also ignore the ByteSize when building the DeclContext cache forAdrian Prantl2015-10-021-59/+54
* [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbolsDavide Italiano2015-10-011-0/+49
* Fix printing of 64 bit values and make test more strict.Rafael Espindola2015-10-011-5/+4
* [llvm-objdump] Fix time of check to time of use bug.Davide Italiano2015-10-011-3/+0
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-7/+22
* [llvm-pdbdump] Add include-only filters.Zachary Turner2015-09-294-30/+64
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-4/+5
* [llvm-mc-fuzzer] Fix -jobs option.Daniel Sanders2015-09-261-4/+1
* dsymutil: Fix the condition to distinguish module imports form definitions.Adrian Prantl2015-09-241-1/+1
* [objdump] Make iterator operator* return a reference.Benjamin Kramer2015-09-241-1/+1
* dsymutil: Don't prune forward declarations inside a module definition.Adrian Prantl2015-09-231-6/+9
* dsymutil: Resolve forward decls for types defined in clang modules.Adrian Prantl2015-09-231-33/+91
* dsymutil: print a warning when there is a module hash mismatch.Adrian Prantl2015-09-231-13/+34
* [dsymutil] Plug a memory leak.Benjamin Kramer2015-09-231-2/+2
* dsymutil: Fix a comment. [-Wdocumentation]NAKAMURA Takumi2015-09-231-1/+1
* dsymutil: Follow references to clang modules and recursively clone theAdrian Prantl2015-09-221-7/+135
* dsymutil: Make -oso-prepend-path available to DwarfLinker.Adrian Prantl2015-09-222-0/+2
* dsymutil: Make resolveDIEReference and getUnitForOffset static functions.Adrian Prantl2015-09-221-16/+12
* dsymutil: Make DwarfLinker::reportWarning() public. (NFC)Adrian Prantl2015-09-221-3/+3
* Remove macho-dump. Its functionality is now covered by llvm-readobj.Davide Italiano2015-09-226-483/+1
* Fix a typo.Adrian Prantl2015-09-221-4/+4
* [llvm-mc-fuzzer] Support untested instruction discovery for variable length i...Daniel Sanders2015-09-221-0/+11
* [llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.Davide Italiano2015-09-221-2/+2
* Avoid SEGFAULT if a requested symbol section is absent.Rafael Espindola2015-09-211-0/+2
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-214-14/+14
* [obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano2015-09-191-3/+0
* [llvm-readobj] Fix another "time of check to time of use bug".Davide Italiano2015-09-171-5/+0
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-0/+2
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-2/+0
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-0/+2
* Check for errors after reading a sample profile in llvm-profdata.Diego Novillo2015-09-171-1/+3
* Disable the second verification run when performing LTO throughTeresa Johnson2015-09-161-1/+10
* llvm-mc-fuzzer: A fuzzing tool for the MC layer.Daniel Sanders2015-09-162-0/+147
* [llvm-cxxdump] Remove duplicate code check.Davide Italiano2015-09-151-6/+0
* Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-152-8/+22
* Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-152-22/+8
* LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith2015-09-152-8/+22
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-155-15/+13
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-155-13/+15
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-155-15/+13
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-155-13/+15
* dsymutil: Remove the now obsolete RelocMgr argument from cloneDIE. (NFC)Adrian Prantl2015-09-141-8/+6
* [llvm-cov] Disable name and path truncationVedant Kumar2015-09-142-6/+22
* [CMake] Refactor and cleanup generating and installing symlinks to tools.Chris Bieneman2015-09-142-58/+2
* [CMake] Add llvm-ar subdirectory explicitly.Chris Bieneman2015-09-141-2/+3
* [llvm-mc] Better error handling in ENOENT case + test.Davide Italiano2015-09-141-6/+1
OpenPOWER on IntegriCloud