DebugInfo: Delete subclasses of DIScope
[oota-llvm.git] / tools /
2015-04-20 Pete CooperAdd targets to cmake for specific target components.
2015-04-20 Simon Atanasyan[Mips] Support DT_MIPS_OPTIONS dynamic section tag...
2015-04-19 Eric ChristopherRemove the JITEmitDebugInfo TargetOptions as they're...
2015-04-18 Duncan P. N. Exon... DebugInfo: Delete DIDescriptor (but not its subclasses)
2015-04-17 Zachary Turner[PDB] Support executables and source/line info.
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-04-17 NAKAMURA Takumilli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduc...
2015-04-16 Kevin EnderbyFor llvm-objdump, dump the (__OBJC,__protocol) section...
2015-04-16 Chris BienemanUpdating symbol wildcards one more time.
2015-04-16 Jingyue Wu[NFC] [MachO] remove extra semicolons
2015-04-16 Chris BienemanProperly escaping the quotes so that bash doesn't do...
2015-04-16 Kevin EnderbyFor llvm-objdump added support for printing Objc1 32...
2015-04-16 Chris BienemanFixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with...
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Lang Hames[RuntimeDyld] Work around a bug in RuntimeDyldELF expos...
2015-04-15 Lang Hames[Orc] Refactor the CompileOnDemandLayer to make its...
2015-04-15 Richard TrieuChange range-based for-loop to use const auto&. No...
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through PrintModulePass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-15 Duncan P. N. Exon... uselistorder: Pull bit through BitcodeWriterPass
2015-04-15 Duncan P. N. Exon... Fix build error from r234957
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Duncan P. N. Exon... verify-uselistorder: More outs() and errs(), less dbgs()
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-04-14 Duncan P. N. Exon... IR: Rename 'use-list-order' options to 'uselistorder'
2015-04-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 Aaron BallmanSilencing a -Wreturn-type warning, as the switch is...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-13 Lang Hames[Orc] Disambiguate call to make_unique. This should...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-13 Chris Bieneman[CMake] Updates to llvm-shlib to support overriding...
2015-04-13 David Blaikiellvm-readobj: teach it to handle MachO Universal Archiv...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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...
next