[lib/Fuzzer] explain compatibility with AFL
[oota-llvm.git] / tools /
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Kevin EnderbyFix failure on builder clang-cmake-mips where it was...
2015-04-06 Kevin EnderbyFor llvm-objdump added support for printing Objc2 32...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-01 Kevin EnderbyFix sanitizer-x86_64-linux-fast failure that was not...
2015-04-01 Kevin EnderbyAdd the option -objc-meta-data to llvm-objdump used...
2015-04-01 Craig TopperAdd -mcpu=native support to opt.
2015-04-01 Lang Hames[Orc] Reflect process symbols into the LLI Orc-lazy...
2015-03-31 Craig TopperMake llc use getHostCPUFeatures when 'native' is specif...
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... llvm-dis: Use the new `DebugLoc` API, NFC
2015-03-30 Lang Hames[Orc] Separate callback manager selection from callback...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-28 Akira Hatanaka[Objdump] Pass the correct subtarget to printInst.
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Adrian PrantlAdd a -raw option to the -section mode of llvm-objdump.
2015-03-27 Rafael EspindolaWork around pr23045 and make it easier to reproduce.
2015-03-26 Duncan P. N. Exon... bugpoint: Verify input files
2015-03-26 Duncan P. N. Exon... bugpoint: Return early after error, NFC
2015-03-25 Duncan P. N. Exon... llvm-link: Verify input modules
2015-03-25 Benjamin Kramerllvm-jitlistener: Add missing include.
2015-03-25 Lang Hames[Orc] Remove another unnecessary typedef.
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-24 Justin Bognerllvm-cov: Require a subcommand when invoked as llvm-cov
2015-03-24 Rafael Espindola[llvm-readobj] add support for macho universal binary.
2015-03-23 David BlaikieCleanup else-after-return and add an early-return to...
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-23 David BlaikieRefactor: simplify boolean expressions in llvm-objdump
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-19 Peter CollingbourneFix build failure.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Duncan P. N. Exon... PassManagerBuilder: Remove effectively dead 'StripDebug...
2015-03-19 Justin Bognerllvm-cov: Rename -color={always|never} to -use-color[=0]
2015-03-19 Justin Bognerllvm-cov: Continue trying to appease a bot
2015-03-19 Justin Bognerllvm-cov: Try to appease a bot
2015-03-19 Justin Bognerllvm-cov: Only emit colour by default if the output...
2015-03-18 Rafael EspindolaFix cmake build.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-18 Colin LeMahieu[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t...
2015-03-18 Colin LeMahieu[Objdump] Removing size limit on DumpBytes and changing...
2015-03-17 Kevin EnderbyAdd the option -no-symbolic-operands to llvm-objdump...
2015-03-17 Kevin EnderbyAdd the option, -no-leading-addr llvm-objdump used...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Kevin EnderbyAdd the option, -dis-symname to llvm-objdump used with...
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaSwitch two simple uses of GetTempSymbol to createTempSy...
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Kevin EnderbyAdd the options, -dylibs-used and -dylib-id to llvm...
2015-03-16 Frederic Riss[dsymutil] Add support to generate .debug_pubnames...
2015-03-15 Frederic Riss[dsymutil] Add missing raw_svector_stream::resync(...
2015-03-15 Frederic Riss[dsymutil] Add support for linking line tables.
2015-03-15 Frederic Riss[dsymutil] Add an way to iterate over a DebugMapObject...
2015-03-15 David Majnemerllvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
2015-03-15 Frederic Riss[dsymutil] Add function size to the debug map.
2015-03-14 Frederic Riss[dsymutil] Add support for debug_loc section.
2015-03-14 Frederic Riss[dsymutil] Generate debug_aranges section.
2015-03-14 Frederic Riss[dsymutil] Identify each CompileUnit with a unique ID.
2015-03-13 Frederic Riss[dsymutil] Fix typo in comment.
2015-03-13 Frederic Riss[dsymutil] Fix typo in doxygen comment.
2015-03-13 Frederic Riss[dsymutil] Implement DW_AT_ranges linking.
2015-03-13 Frederic Riss[dsymutil] Move a function declaration closer to its...
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-13 Frederic Riss[dsymutil] Fix handling of cross-cu forward references.
2015-03-13 Frederic Riss[dsymutil] Add relocation of compile_units low_pc/high_pc.
2015-03-13 Frederic Riss[dsymutil] Fix location cloning for newer dwarf versions.
2015-03-13 Kevin EnderbyAdd the option, -non-verbose to llvm-objdump used with...
2015-03-12 Frederic RissReapply "[dsymutil] Gather function ranges during DIE...
2015-03-12 Chris BienemanRefactoring CMake CrossCompile module.
2015-03-11 Kevin EnderbyAdd the option, -info-plist to llvm-objdump used with...
2015-03-11 Frederic RissRevert "[dsymutil] Gather function ranges during DIE...
2015-03-11 Frederic Riss[dsymutil] Add missing headers.
2015-03-11 Frederic Riss[dsymutil] Gather function ranges during DIE selection.
2015-03-11 Frederic Riss[dsymutil] Small clang-format patch.
2015-03-11 Frederic Riss[dsymutil] Correctly clone address attributes.
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-09 Benjamin KramerMake helper functions static.
2015-03-07 Aaron BallmanAdding parenthesis around logical expressions to silenc...
2015-03-07 Aaron BallmanRemoving spurious semi-colons; NFC
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...
2015-03-07 Frederic Riss[dsymutil] Apply relocations to DIE data before cloning.
2015-03-06 Frederic Riss[dsymutil] Support cloning DIE reference attributes.
2015-03-06 Frederic Riss[dsymutil] Set linked unit start offset early. NFC.
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-05 Frederic RissRevert "[dsymutil] MSVC does generate move constructors...
2015-03-05 Frederic Riss[dsymutil] MSVC does generate move constructors, but...
next