summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* Make getModRefInfo with a default location not crash.Daniel Berlin2015-04-132-0/+95
* DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith2015-04-111-17/+18
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-1119-64/+69
* IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith2015-04-071-23/+23
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-2/+2
* DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith2015-04-071-39/+38
* IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith2015-04-071-2/+2
* IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-20/+18
* [lit] Fix running gtest type-parameterized tests on WindowsReid Kleckner2015-04-061-1/+2
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-3/+1
* DebugInfo: Use MDTypeRef throughout the hierarchyDuncan P. N. Exon Smith2015-04-061-47/+54
* DebugInfo: Remove dead code for accessing fieldsDuncan P. N. Exon Smith2015-04-061-51/+0
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-3/+5
* [support] Add a macro wrapper for alignas and simplify some code.Benjamin Kramer2015-04-021-18/+4
* IR: Rename replaceWithUniqued() tests from r233751Duncan P. N. Exon Smith2015-03-311-2/+2
* IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()Duncan P. N. Exon Smith2015-03-311-0/+42
* [MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames2015-03-311-5/+0
* [ExecutionEngine] Fix MCJIT::addGlobalMapping.Lang Hames2015-03-311-0/+1
* Verifier: Move over DISubprogram::Verify()Duncan P. N. Exon Smith2015-03-311-1/+2
* Transforms: Update unit tests to use verifyModule()Duncan P. N. Exon Smith2015-03-301-6/+15
* Transforms: Fix a use of the old DebugLoc in unittestsDuncan P. N. Exon Smith2015-03-301-3/+3
* Verifier: Add operand checks for remaining debug infoDuncan P. N. Exon Smith2015-03-301-22/+25
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-302-9/+14
* Verifier: Check operands of MDSubprogram nodesDuncan P. N. Exon Smith2015-03-301-41/+50
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-4/+6
* Verifier: Check operands of MDType subclasses and MDCompileUnitDuncan P. N. Exon Smith2015-03-271-70/+76
* Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith2015-03-271-22/+45
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-261-2/+8
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-261-0/+4
* Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2015-03-261-0/+200
* Supress MSVC padding warning in alignment testAndrew Kaylor2015-03-261-0/+6
* [APInt] Add an isSplat helper and use it in some places.Benjamin Kramer2015-03-251-0/+40
* [ADT] Teach MapVector to support a swap member. Will be used inChandler Carruth2015-03-251-0/+25
* Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie2015-03-241-2/+3
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+2
* [ConstantRange] Split makeICmpRegion in two.Sanjoy Das2015-03-181-3/+55
* Teach Twine to support SmallString.Yaron Keren2015-03-171-0/+10
* MapMetadata: Allow unresolved metadata if it won't changeDuncan P. N. Exon Smith2015-03-172-0/+28
* AsmWriter: Handle broken metadata nodesDuncan P. N. Exon Smith2015-03-161-0/+16
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-1/+1
* [opaque pointer type] gep API migrationDavid Blaikie2015-03-142-11/+14
* IR: Make Metadata::print() reliable and usefulDuncan P. N. Exon Smith2015-03-141-1/+84
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-102-5/+5
* Don't treat .foo as two path components in path::iteratorsBen Langmuir2015-03-101-0/+43
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+6
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-3/+4
* [ConstantRange] Teach multiply to be cleverer about signed ranges.James Molloy2015-03-061-0/+7
* 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
OpenPOWER on IntegriCloud