]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - tools
Make these regexes stricter by disallowing any additional characters in the output.
[opencl/llvm.git] / tools /
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-05 Lang Hames[MCJIT] Make llvm-rtdyld check RuntimeDyld's error...
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Reverse use-lists at every verific...
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Add missing `static`
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Move shuffleUseLists() out of...
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Make the verification logic easier...
2014-08-01 Rafael EspindolaUse object::Archive::create instead of new object:...
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-08-01 Rafael EspindolaRemove lto_codegen_set_attr.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-08-01 Sylvestre LedruRevert of 214418:
2014-07-31 Rafael EspindolaReplaces a few pointers with references in llvm-nm...
2014-07-31 Hans Wennborgmsbuild integration: remove duplicated lines and BOM...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaRemove unused argument.
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Eric ChristopherCreate a default symver on Linux like ELF OSes.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-30 Duncan P. N. Exon... llvm-uselistorder: Improve the tool description
2014-07-30 Duncan P. N. Exon... llvm-uselistorder: Fix memory leak from r214125
2014-07-30 Lang Hames[MCJIT] Actually remap sections based llvm-rtdyld optio...
2014-07-30 Rafael EspindolaUse range loops.
2014-07-30 Rafael EspindolaConvert a few more function pointer calls to just ...
2014-07-30 Rafael EspindolaDon't duplicate the function name in a comment.
2014-07-30 Rafael EspindolaUse function pointers with just f(1,2) instead of ...
2014-07-29 Lang Hames[MCJIT] Add options to llvm-rtdyld to describe a phony...
2014-07-29 Rafael EspindolaUse nullptr instead of NULL.
2014-07-29 Rafael EspindolaRemove unused includes.
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Rafael EspindolaSmall gold plugin simplifications.
2014-07-29 Simon AtanasyanInstall the `obj2yaml` and `yaml2obj` utilities togethe...
2014-07-29 Duncan P. N. Exon... llvm-uselistorder: Fix header comments from r214144
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Get it building in configure+make...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Add -save-temps option
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Check the correct flag for assembly
2014-07-28 Alex Lorenzllvm-cov: move the gcov code into a separate file.
2014-07-25 NAKAMURA Takumillvm-uselistorder: Fix up LINK_COMPONENTS.
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 David Majnemerllvm-vtabledump: use a std::map instead of a StringMap...
2014-07-24 Kevin EnderbyAdd an implementation for llvm-nm’s -print-file-name...
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-07-24 NAKAMURA Takumi[CMake] tools/lto: Prune redundant libdep(s).
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-23 Reid KlecknerAdd a VS "14" msbuild toolset
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-17 Kevin EnderbyTweak formating to match what clang-format would be...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-16 Kevin EnderbyAdd the "-x" flag to llvm-nm for Mach-O files that...
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-13 NAKAMURA Takumi[CMake] Add LLVM_LINK_COMPONENTS to loadable modules...
2014-07-13 NAKAMURA Takumibugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
2014-07-11 Kevin EnderbyAdd the "-s" flag to llvm-nm for Mach-O files that...
2014-07-08 Kevin EnderbyChanged the lvm-nm alias "-s" for -print-armap to ...
2014-07-07 Rafael EspindolaUse raw_fd_ostream instead of std::ofstream.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaDeclare variable on first use.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-04 Rafael EspindolaChange LTOModule`s getTargetTriple and setTargetTriple...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-03 Peter Collingbournegold plugin: move target initialization to the top...
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-07-03 Kevin EnderbyAdd the -just-symbol-name (aka -j) flag to llvm-nm...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-07-03 Rafael Espindolafix configure+make build
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Kevin EnderbyAdd the -U flag to llvm-nm as an alias to -defined...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-02 Kevin EnderbyAdd the -reverse-sort flag (aka -r) to llvm-nm
2014-07-02 Rafael EspindolaFix configure+make build.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-01 Kevin EnderbyAlso run clang-format on llvm-nm.cpp to tidy things...
2014-07-01 Kevin EnderbyRun clang-format on llvm-size.cpp to tidy things up...
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-07-01 Benjamin KramerRephrase loop so it doesn't leave unused bools around...
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-28 Rafael EspindolaSimplify code a bit, no functionality change.
2014-06-27 Justin Bognerllvm-cov: Support specifying multiple source files
next