[AArch64] Add v8.1a "Privileged Access Never" extension
[oota-llvm.git] / unittests /
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-13 Daniel BerlinMake getModRefInfo with a default location not crash.
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead code for accessing fields
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...
next