summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini
2015-03-10Don't treat .foo as two path components in path::iteratorsBen Langmuir
2015-03-09Add support for Nuxi CloudABI.Ed Schouten
2015-03-09Drop the hacks used for partial C99 math libraries.Benjamin Kramer
2015-03-06[ConstantRange] Teach multiply to be cleverer about signed ranges.James Molloy
2015-03-05Fix -Woverflow warning in unittest.Frederic Riss
2015-03-04DWARFFormValue: Add getAsSignedConstant method.Frederic Riss
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-03-04Explicitly default ilistTest::Node's copy constructorDavid Blaikie
2015-03-04Explicitly default DenseMapTest::CtorTest::operator=David Blaikie
2015-03-03Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie
2015-03-03Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie
2015-03-03DeltaAlgorithm: Provide protected default copy ctor for use by test derived c...David Blaikie
2015-03-03Remove no-op dtor so that use of the implicit copy ctor/assignment operator a...David Blaikie
2015-03-03Remove explicit copy ctor in favor of the default so as not to disable/deprec...David Blaikie
2015-03-03IR: Add missing API to specialized metadata nodesDuncan P. N. Exon Smith
2015-03-03Add explicit type to empty std::set initializer to fix the libc++ build.Peter Collingbourne
2015-03-03LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...Peter Collingbourne
2015-03-02SmallVector: Allow initialization and assignment from initializer_list.Benjamin Kramer
2015-03-02Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2015-03-01ArrayRef: Remove the equals helper with many arguments.Benjamin Kramer
2015-02-28IR: Specialize MDScope::getFile() for MDFileDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-26Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner
2015-02-25Object: Handle Mach-O kext bundle filesJustin Bogner
2015-02-25IR: Drop newline from AssemblyWriter::printMDNodeBody()Duncan P. N. Exon Smith
2015-02-25LowerBitSets: Align referenced globals.Peter Collingbourne
2015-02-24LowerBitSets: Introduce global layout builder.Peter Collingbourne
2015-02-23Fix invalid cast.Rafael Espindola
2015-02-23[llvm-pdbdump] Very minor code cleanup.Zachary Turner
2015-02-23Fix Makefile buildDavid Blaikie
2015-02-23[orc] Add a trivial unit test to get the ball rollingDavid Blaikie
2015-02-21IR: Add helper to split debug info flags bitfieldDuncan P. N. Exon Smith
2015-02-21IR: Add debug info flag string conversionsDuncan P. N. Exon Smith
2015-02-20Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne
2015-02-19IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith
2015-02-19IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith
2015-02-18IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith
2015-02-18IR: Add MDCompositeTypeBase::replace*()Duncan P. N. Exon Smith
2015-02-18IR: Add MDCompileUnit::replace*()Duncan P. N. Exon Smith
2015-02-18IR: Add MDSubprogram::replaceFunction()Duncan P. N. Exon Smith
2015-02-18InstrProf: Don't combine expansion regions with code regionsJustin Bogner
2015-02-18InstrProf: Handle unknown functions if they consist only of zero-regionsJustin Bogner
2015-02-18InstrProf: Make CoverageMapping testable and add a basic unit testJustin Bogner
2015-02-18Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner
2015-02-17IR: Add missing clone() overloadsDuncan P. N. Exon Smith
2015-02-17Re-apply "InstrProf: Use a test fixture in the coverage mapping tests"Justin Bogner
2015-02-17Correcting the ArrayRef test to not cause use-after-free bugs with initialize...Aaron Ballman