aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merging r229343 and r229351:Hans Wennborg1-0/+1
2015-02-12Merging r228842:Hans Wennborg1-9/+10
2015-01-29Merging r227339:Hans Wennborg1-0/+4
2015-01-29Merging r227319:Hans Wennborg4-0/+48
2015-01-28Backport r226026 and r226031 to 3.6.Rafael Espindola1-2/+4
2015-01-14Handle a symbol being undefined.Rafael Espindola1-1/+5
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth19-34/+31
2015-01-14[PM] Port domtree to the new pass manager (at last).Chandler Carruth3-0/+5
2015-01-13[PM] Push the debug option for the new pass manager into the opt toolChandler Carruth3-29/+40
2015-01-13[PM] Fold all three analysis managers into a single AnalysisManagerChandler Carruth1-4/+2
2015-01-10Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2-21/+37
2015-01-09Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...Kevin Enderby1-5/+5
2015-01-09Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby3-13/+207
2015-01-09Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith1-1/+1
2015-01-09Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith1-1/+1
2015-01-08Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of myKevin Enderby1-27/+28
2015-01-07Fix uninitialized memory read in llvm-dsymutil for the second time.Alexey Samsonov1-1/+2
2015-01-07Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby3-47/+98
2015-01-07Manually specify the folder that llvm-ranlib should reside in for CMake-produ...Aaron Ballman1-0/+2
2015-01-07[PM] Give slightly less horrible names to the utility pass templates forChandler Carruth1-6/+6
2015-01-06Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas1-0/+2
2015-01-06[PM] Hide a function we only use in an assert behind NDEBUG.Chandler Carruth1-0/+2
2015-01-06[PM] Introduce a utility pass that preserves no analyses.Chandler Carruth1-0/+3
2015-01-06[PM] Simplify how we parse the outer layer of the pass pipeline text andChandler Carruth1-25/+14
2015-01-06[PM] Add a utility pass template that synthesizes the invalidation ofChandler Carruth1-3/+15
2015-01-06[PM] Simplify how we use the registry by including it only once. StillChandler Carruth1-18/+0
2015-01-06[PM] Add a collection of no-op analysis passes and switch the new passChandler Carruth2-0/+39
2015-01-06[PM] Sink the no-op pass parsing logic into the .def-based registry toChandler Carruth2-21/+3
2015-01-06[PM] Move the analysis registry into the Passes.cpp file and provideChandler Carruth3-12/+46
2015-01-06[PM] Add a utility to the new pass manager for generating a pass whichChandler Carruth1-0/+42
2015-01-05[dsymutil] Implement the BinaryHolder object and gain archive support.Frederic Riss4-34/+233
2015-01-05[PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth2-4/+4
2015-01-05[PM] Wire up support for explicitly running the verifier pass.Chandler Carruth1-0/+2
2015-01-03llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool3-0/+28
2014-12-29[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth3-4/+9
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth1-1/+1
2014-12-24Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...Kevin Enderby1-1/+1
2014-12-23Attempt to fix the LLVM Windows build bot lld-x86_64-win7.Kevin Enderby1-1/+1
2014-12-23Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby1-0/+352
2014-12-23Fix a leak found by asan.Rafael Espindola1-5/+12
2014-12-20strnlen isn't available on some platforms, use StringRef insteadDavid Majnemer1-1/+2
2014-12-20Unbreak cmake build with shared libraries enabled.Matthias Braun1-0/+1
2014-12-19Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby1-0/+40
2014-12-19Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby1-0/+18
2014-12-19Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby1-0/+20
2014-12-19LTO: Export local context symbolsDuncan P. N. Exon Smith2-2/+16
2014-12-18Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby1-0/+19
2014-12-18Have llvm-c-test only use libLLVM if libLLVM has all the right components.Chris Bieneman1-3/+21
2014-12-18Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby1-0/+19
2014-12-18Modernize the getStreamedBitcodeModule interface a bit. NFC.Rafael Espindola1-4/+8