[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fuzzing).
[oota-llvm.git] / utils /
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 BlaikieAvoid explicitly declaring the copy assignment operator...
2015-03-03 Nick LewyckySwitch up whitespace with better whitespace.
2015-03-03 Nick LewyckyRevert the non-cleanup part of r230769 because it intro...
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-03-02 Hans Wennborgexport.sh: Make sure umask is not too restrictive ...
2015-03-02 Benjamin KramerTblGen: Remove copy of SmallVector::operator==. NFC...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-02-28 Yaron KerenSilence variable set but not used warning in CodeGenReg...
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-27 Owen AndersonSwitch a std::map to a DenseMap in CodeGenRegisters.
2015-02-26 Reid KlecknerRe-instate the pragma optimize hack for MSVC, but not...
2015-02-26 Reid KlecknerRemove stale pragma hack for an unsupported MSVC version
2015-02-26 Duncan P. N. Exon... FileCheck: Add CHECK-SAME
2015-02-26 Eric ChristopherFix a couple of depedent->dependent typos.
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-20 Justin Bognerutils: Teach lldbDataFormatters about llvm::Optional
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-18 Chandler Carruth[shuffles] Tweak my shufflevector fuzz test generation...
2015-02-16 Aaron BallmanMSVC 2013 does not ICE on this code in the same fashion...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-15 Craig Topper[X86] Add the remaining 11 possible exact ModRM formats...
2015-02-15 Chandler Carruth[x86] Teach my test updating script about another quirk...
2015-02-14 Chandler CarruthRevert r229224: Make the 'llvm-lit' utility defend...
2015-02-14 Chandler Carruth[lit] Make the 'llvm-lit' utility defend against a...
2015-02-14 NAKAMURA TakumiRevert r229185, "Raising minimum required Visual Studio...
2015-02-13 Chris BienemanRaising minimum required Visual Studio version to 2013.
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-09 Ramkumar Ramachandra[emacs] Get llvm-mode to font-lock "personality"
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-06 Rafael EspindolaCorrecting keyword highlighting in llvm-mode.el.
2015-02-04 Reid KlecknerDon't warn or note if bash is missing
2015-02-04 Chandler Carruth[x86] Teach the test update script to strip trailing...
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Chandler Carruth[x86] Tweak my update script to use test case function...
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-02-01 Sylvestre LedruFix some bashims. More information on https://wiki...
2015-01-31 Owen AndersonReplace another std::set in the core of CodeGenRegister...
2015-01-31 Owen AndersonChange more of the guts of CodeGenRegister's RegUnit...
2015-01-30 Owen AndersonChange a very hot piece of code in TableGen's register...
2015-01-28 Craig Topper[X86] Teach disassembler to handle illegal immediates...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 Craig Topper[X86] Replace i32i8imm on SSE/AVX instructions with...
2015-01-23 Ramkumar Ramachandra[emacs] llvm-mode: fix parens, font-lock i*
2015-01-22 Ramkumar Ramachandra[emacs] Use c-mode-common-hook, derive from "gnu"
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-21 Eric Fiselier[lit] Format JSONMetricValue strings better.
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
2015-01-20 Rafael EspindolaUse -Wl,defs when linking.
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Hans Wennborgutils/release/tag.sh: fix -revision vs. -rc check
2015-01-15 Hal Finkel[TableGen] Add support for negative immediates to AsmMa...
2015-01-14 Rafael EspindolaDon't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Hans WennborgRelease merge script: don't actually commit the merge
2015-01-13 Hans WennborgRelease tag script: add -revision option
2015-01-13 Hans WennborgRelease tag script: add -dry-run flag
2015-01-12 Eric Fiselier[LIT] Remove string decoding in gtest discovery code...
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-12 Chandler CarruthAdd a new utility script that helps update very simple...
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Craig Topper[X86] Don't print 'dword ptr' or 'qword ptr' on the...
2015-01-07 Rafael EspindolaImprovements to emacs packages for llvm and tablegen...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-05 Craig Topper[X86] Remove unused operand type from disassembler...
2015-01-03 Craig TopperFix some formatting in tablegen output.
2015-01-03 Craig TopperReplace some 'unreachable' comments with llvm_unreachable.
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-23 Rafael EspindolaPass LSAN_OPTIONS down so that it is possible to add...
2014-12-22 David BlaikieUse iterators rather than indices to make this forwards...
2014-12-22 David Blaikieunique_ptrify MatchableInfo(const CodeGenInstAlias...
2014-12-20 Eric FiselierSplit executeShTest into two parts so that it can be...
2014-12-19 Eric Fiselier[LIT] Add JSONMetricValue type to wrap types supported...
2014-12-16 Evgeny AstigeevichOn behalf of Matthew Wahab:
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
2014-12-15 Craig TopperUse unique_ptr to remove explicit delete.
2014-12-13 Craig TopperUse range-based for loops.
2014-12-12 Saleem Abdulrasoolutils: update vim syntax highlighting for LLVM IR
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Rafael EspindolaNow that we require a newer python, use the new excepti...
2014-12-12 Rafael EspindolaRequire python 2.7.
next