aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merging r214519:Bill Wendling1-4/+0
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2-4/+4
2014-07-21Correct the ownership passing semantics of object::createBinary and make them...David Blaikie1-3/+2
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2-4/+4
2014-07-17Tweak formating to match what clang-format would be for llvm-nm.cpp .Kevin Enderby1-3/+2
2014-07-17Add printing of Mach-O stabs in llvm-nm.Kevin Enderby1-1/+85
2014-07-16Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...Kevin Enderby1-6/+41
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-14Support: Fix option handling when using cl::Required with aliasoptJustin Bogner1-2/+2
2014-07-14llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer1-4/+8
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi4-0/+5
2014-07-13[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan1-0/+1
2014-07-13[CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointP...NAKAMURA Takumi1-0/+4
2014-07-13bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...NAKAMURA Takumi1-0/+8
2014-07-11Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only inKevin Enderby1-0/+70
2014-07-08Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby1-1/+1
2014-07-07Use raw_fd_ostream instead of std::ofstream.Rafael Espindola1-11/+9
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola14-87/+104
2014-07-06Declare variable on first use.Rafael Espindola1-5/+5
2014-07-06This only needs a StringRef.Rafael Espindola1-1/+1
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-1/+1
2014-07-05[llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan1-1/+1
2014-07-04Change LTOModule`s getTargetTriple and setTargetTriple to use c++ types.Rafael Espindola1-1/+1
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover1-6/+18
2014-07-04Sink undesirable LTO functions into the old C APIAlp Toker1-2/+9
2014-07-03gold plugin: move target initialization to the top of the onload function.Peter Collingbourne1-5/+6
2014-07-03LTO: rename the various makeLTOModule overloads.Peter Collingbourne3-8/+8
2014-07-03Add the -just-symbol-name (aka -j) flag to llvm-nm to just print theKevin Enderby1-0/+9
2014-07-03Add support for inline asm symbols in llvm-ar.Rafael Espindola3-1/+7
2014-07-03fix configure+make buildRafael Espindola1-1/+1
2014-07-03Add support for inline asm symbols to IRObjectFile.Rafael Espindola2-4/+12
2014-07-03Add the -U flag to llvm-nm as an alias to -defined-onlyKevin Enderby1-0/+2
2014-07-03Invert the MC -> Object dependency.Rafael Espindola3-3/+3
2014-07-02Add the -reverse-sort flag (aka -r) to llvm-nmKevin Enderby1-24/+61
2014-07-02Fix configure+make build.Rafael Espindola1-1/+1
2014-07-02Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola3-5/+6
2014-07-01Also run clang-format on llvm-nm.cpp to tidy things up. No functional changes.Kevin Enderby1-51/+40
2014-07-01Run clang-format on llvm-size.cpp to tidy things up. No functional changes.Kevin Enderby1-109/+92
2014-07-01Add the -arch flag support to llvm-size like what was done to llvm-nmKevin Enderby1-2/+207
2014-07-01Rephrase loop so it doesn't leave unused bools around in Release mode.Benjamin Kramer1-4/+2
2014-06-30Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby1-0/+147
2014-06-30macho-dump: add code to print LC_ID_DYLIB load commands.Tim Northover1-0/+13
2014-06-28Simplify code a bit, no functionality change.Rafael Espindola1-3/+3
2014-06-27llvm-cov: Support specifying multiple source filesJustin Bogner1-26/+31
2014-06-27[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2-3/+120
2014-06-27Support: update DLLCharacteristics enumerationSaleem Abdulrasool1-0/+2
2014-06-27Don't force the build of toos/lto as a static lib.Rafael Espindola2-6/+2
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker4-8/+14
2014-06-26Fix the new LTOCodeGenerator setup in gold to parse options before using MAttrs.Tom Roeder1-9/+10
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker4-14/+8