summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* [Support] Fix ErrorOr equality operator.Michael J. Spencer2015-05-211-0/+5
* YAML: Null terminate block scalar's value.Alex Lorenz2015-05-211-0/+12
* Fix StreamingMemoryObject to respect known object size.Derek Schuff2015-05-211-0/+9
* Unit tests for the getSwappedBytes(double) fix from r237673.Pawel Bylica2015-05-201-0/+25
* Fix llvm::BumpPtrAllocatorImpl::Reset()Hans Wennborg2015-05-181-0/+7
* YAML: Add support for literal block scalar I/O.Alex Lorenz2015-05-141-0/+140
* YAML: Implement block scalar parsing.Alex Lorenz2015-05-131-0/+27
* Readdress r236990, use of static members on a non-static variable.David Blaikie2015-05-111-3/+2
* Amends r236990, because I failed at hitting "save" before commit.Aaron Ballman2015-05-111-2/+1
* Replacing a range-based for loop with an old-style for loop. This code was pr...Aaron Ballman2015-05-111-2/+3
* Unbreak build: Makefile must have the same change as CMakeLists.txtDouglas Katzman2015-05-081-1/+1
* Prevent further errors of omission when adding backend names.Douglas Katzman2015-05-082-0/+45
* YAML: Fix crash in the skip method of KeyValueNode class. Alex Lorenz2015-05-061-0/+4
* YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz2015-05-041-0/+85
* YAML: Fix the output of sequences that contain flow sequences. Alex Lorenz2015-05-011-0/+65
* Fix infinite recursion in ScaledNumber::toInt.Diego Novillo2015-05-011-0/+5
* Fix private constructor for ScaledNumber.Diego Novillo2015-04-301-0/+24
* Fix typo in comment. NFC.Diego Novillo2015-04-301-1/+1
* Disable failing TestDevNull test on WindowsReid Kleckner2015-04-291-0/+2
* Relax assert to avoid spurious failures with /dev/null.Rafael Espindola2015-04-291-0/+29
* Don't allow pwrite to resize a stream.Rafael Espindola2015-04-201-1/+9
* Add raw_pwrite_stream type.Rafael Espindola2015-04-142-0/+26
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-114-13/+19
* [support] Add a macro wrapper for alignas and simplify some code.Benjamin Kramer2015-04-021-18/+4
* Supress MSVC padding warning in alignment testAndrew Kaylor2015-03-261-0/+6
* Don't treat .foo as two path components in path::iteratorsBen Langmuir2015-03-101-0/+43
* Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner2015-03-021-0/+86
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-0/+2
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* Support: Add dwarf::getOperationEncoding()Duncan P. N. Exon Smith2015-02-131-0/+14
* Try to fix the MSVC build.Benjamin Kramer2015-02-121-1/+1
* MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer2015-02-121-7/+4
* Support: Fix tests for VirtualityStringDuncan P. N. Exon Smith2015-02-071-4/+7
* Support: Add dwarf::getVirtuality()Duncan P. N. Exon Smith2015-02-071-0/+12
* Support: Use Dwarf.def for DW_VIRTUALITY, NFCDuncan P. N. Exon Smith2015-02-071-0/+14
* Support: Add dwarf::getAttributeEncoding()Duncan P. N. Exon Smith2015-02-061-0/+16
* Support: Stop stringifying DW_ATE_{lo,hi}_userDuncan P. N. Exon Smith2015-02-061-0/+10
* Support: Add dwarf::getLanguage()Duncan P. N. Exon Smith2015-02-061-0/+17
* Support: Stop stringifying DW_LANG_{lo,hi}_userDuncan P. N. Exon Smith2015-02-061-0/+10
* Add support for double / float to EndianStreamMatt Arsenault2015-02-052-0/+158
* SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov2015-02-041-6/+32
* Support: Add string => unsigned mapping for DW_TAGDuncan P. N. Exon Smith2015-02-031-0/+16
* Support: Stop stringifying DW_TAG_{lo,hi}_userDuncan P. N. Exon Smith2015-02-032-0/+30
* Support: Add missing header to BlockFrequencyTest.cpp, NFCDuncan P. N. Exon Smith2015-02-021-0/+9
* Refactoring llvm command line parsing and option registration.Chris Bieneman2015-01-281-7/+5
* Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman2015-01-271-3/+28
* Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu2015-01-271-25/+0
* Fix unsigned/signed comparison warning.Eric Christopher2015-01-271-1/+1
* One more fix to the new API to fix const-correctness.Chris Bieneman2015-01-271-1/+2
OpenPOWER on IntegriCloud