summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix -Woverflow warning in unittest.Frederic Riss2015-03-051-1/+1
* DWARFFormValue: Add getAsSignedConstant method.Frederic Riss2015-03-041-0/+74
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-042-12/+2
* Explicitly default ilistTest::Node's copy constructorDavid Blaikie2015-03-041-1/+2
* Explicitly default DenseMapTest::CtorTest::operator=David Blaikie2015-03-041-0/+1
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-032-4/+1
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-032-1/+4
* DeltaAlgorithm: Provide protected default copy ctor for use by test derived c...David Blaikie2015-03-031-1/+1
* Remove no-op dtor so that use of the implicit copy ctor/assignment operator a...David Blaikie2015-03-031-1/+0
* Remove explicit copy ctor in favor of the default so as not to disable/deprec...David Blaikie2015-03-031-2/+0
* IR: Add missing API to specialized metadata nodesDuncan P. N. Exon Smith2015-03-031-1/+59
* Add explicit type to empty std::set initializer to fix the libc++ build.Peter Collingbourne2015-03-031-1/+1
* LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...Peter Collingbourne2015-03-031-15/+75
* SmallVector: Allow initialization and assignment from initializer_list.Benjamin Kramer2015-03-021-0/+19
* Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner2015-03-021-0/+86
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-012-10/+11
* ArrayRef: Remove the equals helper with many arguments.Benjamin Kramer2015-03-011-14/+14
* IR: Specialize MDScope::getFile() for MDFileDuncan P. N. Exon Smith2015-02-281-0/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* 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
* IR: Drop newline from AssemblyWriter::printMDNodeBody()Duncan P. N. Exon Smith2015-02-251-1/+1
* LowerBitSets: Align referenced globals.Peter Collingbourne2015-02-251-12/+16
* LowerBitSets: Introduce global layout builder.Peter Collingbourne2015-02-241-0/+27
* Fix invalid cast.Rafael Espindola2015-02-231-0/+16
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-1/+1
* Fix Makefile buildDavid Blaikie2015-02-231-1/+1
* [orc] Add a trivial unit test to get the ball rollingDavid Blaikie2015-02-235-1/+60
* IR: Add helper to split debug info flags bitfieldDuncan P. N. Exon Smith2015-02-211-0/+21
* IR: Add debug info flag string conversionsDuncan P. N. Exon Smith2015-02-211-0/+46
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-205-1/+90
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-6/+53
* IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith2015-02-191-0/+9
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-21/+13
* IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith2015-02-181-0/+8
* IR: Add MDCompositeTypeBase::replace*()Duncan P. N. Exon Smith2015-02-181-0/+41
* IR: Add MDCompileUnit::replace*()Duncan P. N. Exon Smith2015-02-181-0/+32
* IR: Add MDSubprogram::replaceFunction()Duncan P. N. Exon Smith2015-02-181-0/+37
* InstrProf: Don't combine expansion regions with code regionsJustin Bogner2015-02-181-0/+37
* InstrProf: Handle unknown functions if they consist only of zero-regionsJustin Bogner2015-02-181-0/+13
* InstrProf: Make CoverageMapping testable and add a basic unit testJustin Bogner2015-02-181-0/+82
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-182-0/+99
* IR: Add missing clone() overloadsDuncan P. N. Exon Smith2015-02-171-0/+60
* Re-apply "InstrProf: Use a test fixture in the coverage mapping tests"Justin Bogner2015-02-171-67/+81
* Correcting the ArrayRef test to not cause use-after-free bugs with initialize...Aaron Ballman2015-02-171-3/+5
* Adding additional tests to ensure that initializer lists created from return ...Aaron Ballman2015-02-171-0/+13
* Addressing a post-commit review comment suggesting to avoid using direct init...Aaron Ballman2015-02-171-1/+1
* I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...Aaron Ballman2015-02-171-0/+6
* ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.NAKAMURA Takumi2015-02-171-2/+0
* Reverting r229473; it does not compile with MSVC 2013, and I suspect it was m...Aaron Ballman2015-02-171-77/+69