[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio
[oota-llvm.git] / tools /
2015-05-29 Colin LeMahieu[Objdump] Removing unused parameter.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-29 Aaron BallmanRemoving a switch statement that only contains a defaul...
2015-05-28 Colin LeMahieu[llvm] Adding vdtor to fix warning.
2015-05-28 Colin LeMahieu[Objdump] Allow instruction pretty printing to be speci...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-28 Alexey SamsonovAdd llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz...
2015-05-28 Aaron BallmanSilencing two signed/unsigned mismatch warnings; NFC.
2015-05-27 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIEValue list...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Store abbreviation data directly in DIE...
2015-05-27 Duncan P. N. Exon... Reapply "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... Revert "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Change DIEValue to be stored by value
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-25 Davide Italiano[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-22 Rafael EspindolaFix llvm-nm -S option.
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Simon Atanasyan[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIF...
2015-05-14 Douglas KatzmanReflow long lines of some LLVMBuild files
2015-05-13 Justin BognerInstrProf: Fix display of large numbers in llvm-cov
2015-05-13 Jordan Rose[llvm-bcanalyzer] Add -show-binary-blobs option.
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-11 Alexey SamsonovFix input validation issues in llvm-as/llvm-dis
2015-05-08 Simon Atanasyan[yaml2elf] Replace error message by assert call in...
2015-05-08 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine...
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-05-07 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Akira HatanakaFactor out a function which determines the cpu and...
2015-05-06 Zachary TurnerA few fixes for llvm-symbolizer on Windows.
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-05 Daniel Sanders[bugpoint] Increase default memory limit to 400MB to...
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Pete CooperAdd TransformUtils dependency to lli.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-05-04 Justin Bognerllvm-cov: Warn if object file is newer than profile
2015-05-01 Zachary Turner[llvm-pdbdump] Support dynamic load address and externa...
2015-04-30 Davide Italiano[Object] Teach Object and llvm-objdump about ".hidden"
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-30 Kevin EnderbyFor llvm-objdump, with the -archive-headers and -macho...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-27 Zachary Turner[llvm-symbolizer] Link DebugInfoPDB for the autoconf...
2015-04-27 Zachary TurnerMake llvm-symbolizer work on Windows.
2015-04-27 Patrik HagglundRemove unused variable, found with gcc-5.1 -Wunused...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-22 Adhemerval ZanellaSupport arm32 R_ARM_V4BX relocation format
2015-04-22 Duncan P. N. Exon... Linker: Add flag to override linkage rules
2015-04-22 Duncan P. N. Exon... llvm-link: Factor out loop over input files, NFC
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 JF Bastienbugpoint Enhancement.
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
next