summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of myKevin Enderby2015-01-081-27/+28
* Fix uninitialized memory read in llvm-dsymutil for the second time.Alexey Samsonov2015-01-071-1/+2
* Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby2015-01-073-47/+98
* Manually specify the folder that llvm-ranlib should reside in for CMake-produ...Aaron Ballman2015-01-071-0/+2
* [PM] Give slightly less horrible names to the utility pass templates forChandler Carruth2015-01-071-6/+6
* Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas2015-01-061-0/+2
* [PM] Hide a function we only use in an assert behind NDEBUG.Chandler Carruth2015-01-061-0/+2
* [PM] Introduce a utility pass that preserves no analyses.Chandler Carruth2015-01-061-0/+3
* [PM] Simplify how we parse the outer layer of the pass pipeline text andChandler Carruth2015-01-061-25/+14
* [PM] Add a utility pass template that synthesizes the invalidation ofChandler Carruth2015-01-061-3/+15
* [PM] Simplify how we use the registry by including it only once. StillChandler Carruth2015-01-061-18/+0
* [PM] Add a collection of no-op analysis passes and switch the new passChandler Carruth2015-01-062-0/+39
* [PM] Sink the no-op pass parsing logic into the .def-based registry toChandler Carruth2015-01-062-21/+3
* [PM] Move the analysis registry into the Passes.cpp file and provideChandler Carruth2015-01-063-12/+46
* [PM] Add a utility to the new pass manager for generating a pass whichChandler Carruth2015-01-061-0/+42
* [dsymutil] Implement the BinaryHolder object and gain archive support.Frederic Riss2015-01-054-34/+233
* [PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth2015-01-052-4/+4
* [PM] Wire up support for explicitly running the verifier pass.Chandler Carruth2015-01-051-0/+2
* llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool2015-01-033-0/+28
* [cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth2014-12-293-4/+9
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-1/+1
* Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...Kevin Enderby2014-12-241-1/+1
* Attempt to fix the LLVM Windows build bot lld-x86_64-win7.Kevin Enderby2014-12-231-1/+1
* Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby2014-12-231-0/+352
* Fix a leak found by asan.Rafael Espindola2014-12-231-5/+12
* strnlen isn't available on some platforms, use StringRef insteadDavid Majnemer2014-12-201-1/+2
* Unbreak cmake build with shared libraries enabled.Matthias Braun2014-12-201-0/+1
* Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby2014-12-191-0/+40
* Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby2014-12-191-0/+18
* Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby2014-12-191-0/+20
* LTO: Export local context symbolsDuncan P. N. Exon Smith2014-12-192-2/+16
* Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby2014-12-181-0/+19
* Have llvm-c-test only use libLLVM if libLLVM has all the right components.Chris Bieneman2014-12-181-3/+21
* Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-0/+19
* Modernize the getStreamedBitcodeModule interface a bit. NFC.Rafael Espindola2014-12-181-4/+8
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-182-4/+37
* [dsymutil] Fix missing member initializer.Alexey Samsonov2014-12-181-1/+2
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-176-6/+0
* llvm-lto: Add testing coverage for local contextsDuncan P. N. Exon Smith2014-12-171-0/+47
* Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby2014-12-171-1/+26
* Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby2014-12-161-0/+24
* Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOSKevin Enderby2014-12-161-1/+2
* Fix another use of PRIx32 that should have been PRIx64.Kevin Enderby2014-12-161-2/+2
* [dsymutil] Pass the verbosity flag down to the processing. NFC for now.Frederic Riss2014-12-164-6/+9
* [dsymutil] Avoid calling getStringTableData() for each symbol. NFC.Frederic Riss2014-12-161-2/+3
* Fix the arm build bots for a test that was added. A printing routine was inc...Kevin Enderby2014-12-161-2/+2
* Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O filesKevin Enderby2014-12-161-1/+1
* Fix line mapping information in LLVM JIT profiling with VtuneAlexey Bataev2014-12-151-1/+1
* Fix Doxygen command misspellings.Benjamin Kramer2014-12-131-1/+1
* Initial dsymutil tool commit.Frederic Riss2014-12-1212-2/+640
OpenPOWER on IntegriCloud