[fuzzer] print various stats in a unified way
[oota-llvm.git] / utils /
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Benjamin KramerAnother set of missing raw_ostream.h. Still no function...
2015-03-23 Benjamin KramerMore missing includes only visible to MSVC.
2015-03-20 Craig Topper[Tablegen] Attempt to add support for patterns containi...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-13 Eric ChristopherUse the variable names from the TargetInstrInfo source...
2015-03-13 Eric ChristopherAdd a return after the llvm namespace code for a little...
2015-03-12 Mehdi AminiFix FileCheck: substr() expect the length of the string...
2015-03-11 Eric ChristopherHave getRegPressureSetLimit take a MachineFunction...
2015-03-11 Chandler CarruthFix a grammar issue I introduced.
2015-03-11 Chandler CarruthInspired by r231891, use gender neutral pronouns in...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Craig TopperImprove and simplify EnforceSmallerThan for vector...
2015-03-10 Craig TopperRemove extra indentation of entire function body. NFC.
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-05 Tom StellardTableGen: Initialize ErrorInfo to ~0ULL in the MatchIns...
2015-03-05 Craig TopperRevert "[TableGen] Implement at least some support...
2015-03-05 Craig Topper[TableGen] Implement at least some support for multiple...
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-04 Craig Topper[Tablegen] Use correct result number variables with...
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
next