]> granicus.if.org Git - llvm/shortlog
llvm
2016-11-03 Justin BognerX86: Move a non-null assert to before the pointer is...
2016-11-03 Brian Gesiak[lit] Remove TODO
2016-11-03 Chandler CarruthSink all of the code relying on the MachO MachineModule...
2016-11-03 Lang Hames[Support] Fix a segfault in llvm::Expected.
2016-11-03 Weiming Zhao[Cortex-M0] Atomic lowering
2016-11-03 Kevin EnderbyAdd support for the ARM_THREAD_STATE64 and
2016-11-03 Tony JiangNFC - Test commit.
2016-11-03 Rafael EspindolaDon't error in the ELFFile constructor.
2016-11-03 Adrian PrantlAdd DWARF debug info support for C++11 inline namespaces.
2016-11-03 Kostya Serebryany[libFuzzer] fix -error_exitcode=N, now with a test
2016-11-03 Michael LeMay[ADT] IntervalMap: fix setStart and setStop
2016-11-03 Rafael EspindolaRemove the last use of report_fatal_error from ELF.h.
2016-11-03 Justin BognerPDB: Fix some APIs to avoid use-after-frees
2016-11-03 Rafael EspindolaAdd error handling to getEntry.
2016-11-03 Tom StellardAMDGPU/SI: Re add VIInstructions.td to unbreak bots
2016-11-03 Chandler CarruthRemove a redundant condition found by PVS-Studio.
2016-11-03 Rafael EspindolaReplace another report_fatal_error with an ErrorOr.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 Rafael EspindolaDelete dead code.
2016-11-03 Tom StellardAMDGPU: Add VI i16 support
2016-11-03 Chandler CarruthDelete some dead code and add a missing "0x" prefix...
2016-11-03 Chandler CarruthDelete a dead store found by PVS-Studio.
2016-11-03 Rafael EspindolaDelete dead code.
2016-11-03 Rafael EspindolaAdd lower level versions of some functions.
2016-11-03 Davide ItalianoMake this test Windows-only (try to placate buildbots).
2016-11-03 Chandler CarruthFix a bug found by inspection by PVS-Studio.
2016-11-03 Rafael EspindolaMove function out of line. NFC.
2016-11-03 Rafael EspindolaInline function into only use.
2016-11-03 Saleem Abdulrasoolvim: special case the CHECK prefix
2016-11-03 Rafael EspindolaReturn existing error code.
2016-11-03 Rafael EspindolaMove a free function out of ELFFile.
2016-11-03 Alexander Timofeev[AMDGPU][CodeGen] To improve CGEMM performance: combine...
2016-11-03 Zvi RackoverRefactor creation of X86ISD::SETCC nodes to a helper...
2016-11-03 Nicolai HaehnleDAGCombiner: fix use-after-free when merging consecutiv...
2016-11-03 Rafael EspindolaSplit out a getSectionIndex.
2016-11-03 James MolloyRevert "[Thumb] Teach ISel how to lower compares of...
2016-11-03 Rafael Espindolareplace a report_fatal_error with a ErrorOr.
2016-11-03 John Brawn[CMake] Make CMAKE_INSTALL_RPATH work again
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 Rafael EspindolaSplit getStringTableForSymtab.
2016-11-03 Rafael EspindolaSplit getSHNDXTable in two.
2016-11-03 James Molloy[Thumb] Teach ISel how to lower compares of AND bitmask...
2016-11-03 George Rimar[tools/obj2yaml] - Update after LLVM change r285886
2016-11-03 George Rimar[Object/ELF] - Make getSymbol() return Error.
2016-11-03 Jonas Hahnfeld[CMake] Disable rpath for UnitTests
2016-11-03 Craig Topper[AVX-512] Use 'vnot' instead of 'not' in patterns invol...
2016-11-03 Elena DemikhovskyExpandload and Compressstore intrinsics
2016-11-03 Rafael EspindolaSplit getSection in two.
2016-11-03 Teresa Johnson[ThinLTO] Handle distributed backend case when doing...
2016-11-02 Greg BedwellRevert "[InstCombine] allow splat vector folds in adjus...
2016-11-02 Rafael EspindolaSimplify some typedefs. NFC.
2016-11-02 Adrian McCarthyEmit S_COMPILE3 record once per TU rather than once...
2016-11-02 Kevin EnderbyAdd the rest of the additional error checks for invalid...
2016-11-02 Davide Italiano[RuntimeDyld] Move an X86 only test to the correct...
2016-11-02 Eli FriedmanDCE math library calls with a constant operand.
2016-11-02 Vedant Kumar[llvm-cov] Turn line numbers in html reports into click...
2016-11-02 Krzysztof Parzyszek[Hexagon] Remove registers coalesced in expand-condsets...
2016-11-02 Artem Tamazov[AMDGPU][mc] Improve test of special asm symbols.
2016-11-02 Davide Italiano[lli/COFF] Set the correct alignment for common symbols
2016-11-02 Matt ArsenaultAMDGPU: Cleanup some xfailed tests
2016-11-02 Zachary TurnerFix build due to missing definition.
2016-11-02 Zachary TurnerAdd CodeViewRecordIO for reading and writing.
2016-11-02 Nicolai HaehnleAMDGPU: Allow additional implicit operands on MOVRELS...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-11-02 Nirav Dave[ARM][MC] Cleanup ARM Target Assembly Parser
2016-11-02 Adrian PrantlImprove and cleanup comments in DwarfExpression.h
2016-11-02 Matt ArsenaultBranchRelaxation: Fix computing indirect branch block...
2016-11-02 Adrian PrantlSimplify control flow in the the DWARF expression compiler
2016-11-02 Adrian PrantlEmit DW_OP_piece also if the previous value was a constant.
2016-11-02 Simon PilgrimUse !operator to test if APInt is zero/non-zero. NFCI.
2016-11-02 Rafael EspindolaSimplify typedefs. NFC.
2016-11-02 Rafael EspindolaInline a version of getSectionStringTable into the...
2016-11-02 Rafael EspindolaCompute the section table lazily.
2016-11-02 Vasileios Kalintiris[mips] Always run the MipsOptimizePICCall pass.
2016-11-02 Joerg SonnenbergerCreate the virtual register for the global base in...
2016-11-02 Rafael EspindolaInline getSectionStringTableIndex() into only caller...
2016-11-02 Rafael EspindolaAvoid a report_fatal_error in sections().
2016-11-02 Aaron BallmanRemoving a switch statement that contains a default...
2016-11-02 Rafael EspindolagetNumSections should return a uintX_t. NFC.
2016-11-02 Rafael EspindolaSimplify getSection. NFC.
2016-11-02 Joerg SonnenbergerSimplify.
2016-11-02 Ulrich Weigand[SystemZ] Fix compiler warnings introduced by r285574
2016-11-02 Kirill Bobyrev[llvm] FIx if-clause -Wmisleading-indentation issue.
2016-11-02 Bjorn Pettersson[Reassociate] Skip analysis of dead code to avoid infin...
2016-11-02 Dylan McKay[AVR] Add instruction selection lowering code
2016-11-02 Shoaib Meenai[CMake] Set default build type correctly
2016-11-02 Peter CollingbourneBitcode: Fix short read implementation.
2016-11-02 Brad SmithDisable the use of std::call_once on OpenBSD with libst...
2016-11-02 Michael Gottesman[ilist_node] Add a getReverseIterator() method and...
2016-11-02 Peter CollingbourneBitcode: Check file size before reading bitcode header.
2016-11-02 Peter CollingbourneSupport: Remove MemoryObject and DataStreamer interfaces.
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-11-01 Vedant Kumar[docs] Fix some typos. NFC.
2016-11-01 Alex Bradbury[RISCV] Add bare-bones RISC-V MCTargetDesc
2016-11-01 Alex Bradbury[RISCV 4/10] Add basic RISCV{InstrFormats,InstrInfo...
2016-11-01 Matt ArsenaultAMDGPU: Handle CopyToReg in getOperandRegClass
2016-11-01 Matt ArsenaultAMDGPU: Use brev for materializing SGPR constants
2016-11-01 Matt ArsenaultAMDGPU: Default to using scalar mov to materialize...
2016-11-01 Eric ChristopherMove the initialization of PreferredLoopExit into runOn...
2016-11-01 Sam McCallFix uninitialized access in MachineBlockPlacement.
next