Fix a typo in comments in r216862, NFC
[oota-llvm.git] / tools /
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-30 Craig TopperUse StringRef to avoid copies and simplify code.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-27 Rafael EspindolaDon't create a MemoryBuffer just to get the MemoryBuffe...
2014-08-27 David BlaikieConvert a few more cases of direct intialization of...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Rafael EspindolaInvert the condition to have a single return.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from parseInputFile and propag...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-24 Aaron BallmanThis code is from r216285, which did not go out to...
2014-08-24 Patrik HagglundSilence gcc -Wpedantic.
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Rafael EspindolaRewrite the gold plugin to fix pr19901.
2014-08-21 Rafael EspindolaMove some logic to populateLTOPassManager.
2014-08-21 Rafael Espindolallvm-gcc is dead.
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-21 Elena DemikhovskyIntelJITEventListener updates to fix breaks by recent...
2014-08-20 Rafael EspindolaQuick fix for an use after free.
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-18 Duncan P. N. Exon... verify-uselistorder: Call verifyModule() and improve...
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-14 Aaron BallmanSilencing some -Wcast-qual warnings and removing some...
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Tim Northoverllvm-objdump: print contents of MachO __unwind_info...
2014-08-11 Rafael EspindolaFix using -plugin-opt=apiflie when also using -plugin...
2014-08-11 Tim Northoverllvm-objdump: fix remaining use of %x format specifier...
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-08-08 Tim Northoverllvm-objdump: add missing % in format specifier.
2014-08-08 Tim Northoverllvm-objdump: use portable format specifiers for info.
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.
next