[opaque pointer type] API migration for GEP constant factories
[oota-llvm.git] / unittests /
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-03-31 Duncan P. N. Exon... IR: Rename replaceWithUniqued() tests from r233751
2015-03-31 Duncan P. N. Exon... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-31 Lang Hames[MCJIT] Enable MCJIT regression tests on Darwin.
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-31 Duncan P. N. Exon... Verifier: Move over DISubprogram::Verify()
2015-03-30 Duncan P. N. Exon... Transforms: Update unit tests to use verifyModule()
2015-03-30 Duncan P. N. Exon... Transforms: Fix a use of the old DebugLoc in unittests
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-26 Derek SchuffDefault to armv7 cpu for NaCl when march=arm
2015-03-26 Yaron KerenFix rare case where APInt divide algorithm applied...
2015-03-26 Andrew KaylorSupress MSVC padding warning in alignment test
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 Duncan P. N. Exon... MapMetadata: Allow unresolved metadata if it won't...
2015-03-16 Duncan P. N. Exon... AsmWriter: Handle broken metadata nodes
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-14 Duncan P. N. Exon... IR: Make Metadata::print() reliable and useful
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-06 James Molloy[ConstantRange] Teach multiply to be cleverer about...
2015-03-05 Frederic RissFix -Woverflow warning in unittest.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 David BlaikieExplicitly default ilistTest::Node's copy constructor
2015-03-04 David BlaikieExplicitly default DenseMapTest::CtorTest::operator=
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 BlaikieDeltaAlgorithm: Provide protected default copy ctor...
2015-03-03 David BlaikieRemove no-op dtor so that use of the implicit copy...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the default so...
2015-03-03 Duncan P. N. Exon... IR: Add missing API to specialized metadata nodes
2015-03-03 Peter CollingbourneAdd explicit type to empty std::set initializer to...
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-02-28 Duncan P. N. Exon... IR: Specialize MDScope::getFile() for MDFile
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
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-25 Duncan P. N. Exon... IR: Drop newline from AssemblyWriter::printMDNodeBody()
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-23 Rafael EspindolaFix invalid cast.
2015-02-23 Zachary Turner[llvm-pdbdump] Very minor code cleanup.
2015-02-23 David BlaikieFix Makefile build
2015-02-23 David Blaikie[orc] Add a trivial unit test to get the ball rolling
2015-02-21 Duncan P. N. Exon... IR: Add helper to split debug info flags bitfield
2015-02-21 Duncan P. N. Exon... IR: Add debug info flag string conversions
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Add missing null operand to MDSubroutineType
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Duncan P. N. Exon... IR: Add MDCompositeTypeBase::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDCompileUnit::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Justin BognerInstrProf: Don't combine expansion regions with code...
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Duncan P. N. Exon... IR: Add missing clone() overloads
2015-02-17 Justin BognerRe-apply "InstrProf: Use a test fixture in the coverage...
2015-02-17 Aaron BallmanCorrecting the ArrayRef test to not cause use-after...
2015-02-17 Aaron BallmanAdding additional tests to ensure that initializer...
2015-02-17 Aaron BallmanAddressing a post-commit review comment suggesting...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-17 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Prune obsolete #if. We...
2015-02-17 Aaron BallmanReverting r229473; it does not compile with MSVC 2013...
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Justin BognerInstrProf: Add missing header from r229478
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Justin BognerInstrProf: Use a test fixture in the coverage mapping...
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Zachary TurnerFix the build, I forgot to check that UnitTests still...
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-12 Benjamin KramerTry to fix the MSVC build.
next