[sanitizer] add nosanitize metadata to more coverage instrumentation instructions
[oota-llvm.git] / lib /
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
2015-03-05 Chandler Carruth[MBP] Revert r231238 which attempted to fix a nasty...
2015-03-05 NAKAMURA TakumiScalarEvolution.cpp: Appease g++-4.7. He missed implici...
2015-03-05 Eric ChristopherRemove the conditional addition of the execution depend...
2015-03-05 Eric ChristopherCleanup and remove a chunk of getARMSubtarget calls...
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-04 Argyrios Kyrtzidis[Support] Increase timeout for the LockFileManager...
2015-03-04 Sanjoy Das[IndVarSimplify] use the "canonical" way to infer no...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Reid KlecknerTry to satisfy sanitizer lint check
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Reid KlecknerRevert "unique_ptrify ValID::ConstantStructElts"
2015-03-04 Wei MiRevert the test commit.
2015-03-04 Wei MiTest commit. It will be reverted in the next commit.
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 Marek OlsakR600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32
2015-03-04 Nemanja IvanovicTest commit. Removed an unnecessary space
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-04 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-03-04 Bill Schmidt[PowerPC] Remove unnecessary and incomplete commentary
2015-03-04 Andrea Di Biagio[X86][FastISel] Simplify the logic in method X86SelectS...
2015-03-04 Dmitry Vyukovasan: do not instrument direct inbounds accesses to...
2015-03-04 Toma Tabacu[mips] Rename the LA/LI/DLI TableGen definitions and...
2015-03-04 Vasileios Kalintiris[mips] Keep the parameter list of Filler::searchRange...
2015-03-04 Chandler Carruth[MBP] Fix a really horrible bug in MachineBlockPlacemen...
2015-03-04 Vasileios Kalintiris[mips] Specify the correct value type when combining...
2015-03-04 Daniel JasperAdd a flag to experiment with outlining optional branches.
2015-03-04 Kristof BeylsFix PR22408 - LLVM producing AArch64 TLS relocations...
2015-03-04 Michael Kuperstein[DAGCombine] Fix a bug in a BUILD_VECTOR combine
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Zachary Turner[llvm-pdbdump] Display full enum definitions.
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 David BlaikieWorkaround MSVC not providing implicit move members
2015-03-04 Mehdi AminiUse report_fatal_error instead of unreachable for ...
2015-03-04 David Blaikieunique_ptrify ValID::ConstantStructElts
2015-03-04 David BlaikieLLParser: Avoid copying ValIDs, the copy ctor is deprec...
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-04 Pete CooperRemove MCStreamer include which isn't used here. NFC
2015-03-04 Pete CooperThis file should always have included MCAssembler and...
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-03-04 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-04 David BlaikieRecommit r231175: Change LiveStackAnalysis::SS2Interval...
2015-03-04 Matthias BraunRegisterCoalescer: Gracefully continue if subrange...
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
2015-03-04 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-03-03 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-03 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-03-03 David Blaikieunique_ptrify LiveRange::segmentSet
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-03-03 Eric ChristopherRemove subtarget dependence in pass pipeline setup...
2015-03-03 Reid KlecknerWinEH: Remove vestigial EH object
2015-03-03 David MajnemerInstCombine: Ensure select condition types are identica...
2015-03-03 David BlaikieAvoid copying LiveInterval, this could lead to a double...
2015-03-03 Eric ChristopherFix a problem where the TwoAddressInstructionPass which...
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-03-03 David BlaikieDAGCombiner::LoadedSlice: Remove explicit copy ctor...
2015-03-03 David BlaikieRewriteStatepointsForGC::PhiState: Remove explicit...
2015-03-03 Nadav RotemTeach ComputeNumSignBits about signed divisions.
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRemove LatencyPriorityQueue::dump because it relies...
2015-03-03 Paul Robinson[X86][ELF] Correct relocation for DWARF TLS references
2015-03-03 Sanjay Patelremove enum value names from comments; NFC
2015-03-03 David Blaikieunique_ptrify ResourcePriorityQueue::ResourceModel
2015-03-03 David BlaikieRemove ResourcePriorityQueue::dump as it relies on...
2015-03-03 Sanjay Pateluse bool operator shortcut; NFC
2015-03-03 Andrew KaylorFixing problem with field initialization order
2015-03-03 Adrian PrantlFix PR22762. When emitting a DWARF expression check...
2015-03-03 Andrew KaylorOutline cleanup handlers for native Windows C++ excepti...
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-03-03 David BlaikieRemove explicit no-op dtor in favor of the implicit...
2015-03-03 Eric ChristopherAdd a comment above findRepresentativeClass explaining...
2015-03-03 David Blaikieunique_ptrify FullDependenceAnalysis::DV
2015-03-03 David BlaikieFullDependenceAnalysis: Avoid using the (deprecated...
2015-03-03 Dario DomizioliFix PR22750: non-determinism causes assertion failure...
2015-03-03 Dan AlbertMake Triple::getOSVersion make sense for Android.
2015-03-03 Eric Christopher80-column fixup.
2015-03-03 Chad Rosier[AArch64] When combining constant mul of -3, prefer...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-03 Michael Kuperstein[X86][Haswell][SchedModel] Fix patterns for scalar...
2015-03-03 Elena DemikhovskyAVX-512: Moved patterns for masked load/store under...
2015-03-03 Daniel JasperDuring PHI elimination, split critical edges that move...
2015-03-03 Owen AndersonCleanup after r230934 per Dave's suggestions.
2015-03-03 Craig Topper[X86] Remove some unused code from disassembler.
2015-03-03 Ahmed Bougacha[X86] Special-case 2x CMOV when custom-inserting.
2015-03-03 Ahmed Bougacha[X86] Combine (cmov (and/or (setcc) (setcc))) into...
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-03 Andrew KaylorRemap arguments and non-alloca values used by outlined...
2015-03-03 Benjamin KramerLoopIdiom: Give globals for memset_pattern16 private...
2015-03-02 Michael ZolotukhinTLI: Factor out sanitizeFunctionName. NFC.
next