[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments. NFC...
[oota-llvm.git] / utils /
2015-05-09 Tobias GrosserAdd polly support to sort_includes.py
2015-05-07 Alex LorenzFix r236754: Add the missing yaml-bench dir to the...
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-04 Matthias BraunVim: Fix some bugs in llvm indent plugin.
2015-05-04 Matthias BraunVim: Set filetype=python for lit configuration files.
2015-05-04 Matthias BraunLit: Allow overriding llvm tool paths+arguments, make...
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-04-29 Chris Bieneman[NFC] Updating FileCheck to reduce the std::vector...
2015-04-29 Hans WennborgDrop Dragonegg from the release export script
2015-04-29 Hans WennborgDrop Dragonegg support from the release script
2015-04-28 Hans Wennborgtest-release.sh: Drop some unused command-line options.
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Matthias BraunEnhanced vim support.
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Daniel BerlinAdd ladder graph utility
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-09 Craig TopperUse SmallVector instead of std::vector for uniquing...
2015-04-09 Craig TopperSimplify some printing code by combining new lines...
2015-04-09 Craig TopperDon't convert enum to strings just to put them in the...
2015-04-08 Craig TopperRevert r234389. It really was needed but really should...
2015-04-08 Craig TopperRemove unnecessary include. NFC
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-07 Reid Kleckner[lit] Allow disabling an entire gtest suite, as is...
2015-04-07 Toma Tabacu[TableGen] Prevent invalid code generation when emittin...
2015-04-06 Reid Kleckner[lit] Skip gtest names starting with DISABLED_
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-04-01 Matthias BraunTableGen: Generate more const goodness
2015-03-31 Matthias BraunFix AllocationPriority not getting set for derived...
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
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"
next