[FunctionAttrs] Collect utility functions as static helpers rather than
[oota-llvm.git] / unittests / Support /
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Yaron KerenFix Visual C++ error C2248:
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-17 Alex LorenzRevert r239972 (YAML: Assign a value returned by the...
2015-06-17 Alex LorenzYAML: Assign a value returned by the default constructo...
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 NAKAMURA Takumillvm/unittests/Support/Path.cpp: Use <windows.h> instea...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-05-29 Frederic RissYAML traits need to be in the llvm::yaml namespace.
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-21 Michael J. Spencer[Support] Fix ErrorOr equality operator.
2015-05-21 Alex LorenzYAML: Null terminate block scalar's value.
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-20 Pawel BylicaUnit tests for the getSwappedBytes(double) fix from...
2015-05-18 Hans WennborgFix llvm::BumpPtrAllocatorImpl::Reset()
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-11 Aaron BallmanAmends r236990, because I failed at hitting "save"...
2015-05-11 Aaron BallmanReplacing a range-based for loop with an old-style...
2015-05-08 Douglas KatzmanUnbreak build: Makefile must have the same change as...
2015-05-08 Douglas KatzmanPrevent further errors of omission when adding backend...
2015-05-06 Alex LorenzYAML: Fix crash in the skip method of KeyValueNode...
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-05-01 Diego NovilloFix infinite recursion in ScaledNumber::toInt.
2015-04-30 Diego NovilloFix private constructor for ScaledNumber.
2015-04-30 Diego NovilloFix typo in comment. NFC.
2015-04-29 Reid KlecknerDisable failing TestDevNull test on Windows
2015-04-29 Rafael EspindolaRelax assert to avoid spurious failures with /dev/null.
2015-04-20 Rafael EspindolaDon't allow pwrite to resize a stream.
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-03-26 Andrew KaylorSupress MSVC padding warning in alignment test
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-12 Benjamin KramerTry to fix the MSVC build.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-07 Duncan P. N. Exon... Support: Fix tests for VirtualityString
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_ATE_{lo,hi}_user
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
2015-02-02 Duncan P. N. Exon... Support: Add missing header to BlockFrequencyTest.cpp...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Eric ChristopherFix unsigned/signed comparison warning.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-19 Chandler CarruthSuppress the newly added Clang warning for the inaccess...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-10 Dmitri GribenkoConvertUTFTest: fix misleading empty line
2014-12-15 David MajnemerStringPool: Cleanup typos in unittest comments
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-24 Duncan P. N. Exon... Support: Add *cast_or_null<> for pointer wrappers
2014-11-21 Rafael EspindolaFix a silly bug in StreamingMemoryObject.cpp.
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-11-13 Aaron BallmanFixing some sign comparison warnings from MSVC; NFC.
2014-11-13 Paul RobinsonDrop a few unneeded ctor calls (missed code review...
2014-11-13 Paul RobinsonImprove long path name support on Windows.
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Nick KledzikFix identify_magic() with mach-o stub dylibs.
2014-09-15 Nick Kledzik[Support] add decodeSLEB128()
2014-09-11 Rui UeyamaSupport: Use llvm::COFF::BigObjMagic
2014-09-11 Rui UeyamaSupport: improve identify_magic to recognize COFF bigobj
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-11 Rafael EspindolaUse simpler version of sys::fs::exists. NFC.
next