summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-3/+3
2015-04-21s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-clReid Kleckner1-1/+2
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith1-9/+10
2015-04-20[Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames4-0/+139
2015-04-20DebugInfo: Remove DITypeDuncan P. N. Exon Smith1-2/+2
2015-04-20Don't allow pwrite to resize a stream.Rafael Espindola1-1/+9
2015-04-17[PDB] Support executables and source/line info.Zachary Turner1-0/+10
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith1-1/+2
2015-04-16DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith1-4/+4
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith1-2/+2
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith1-30/+10
2015-04-15DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith1-2/+4
2015-04-14Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...Daniel Berlin1-0/+28
2015-04-14Add raw_pwrite_stream type.Rafael Espindola2-0/+26
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith1-18/+19
2015-04-13Make getModRefInfo with a default location not crash.Daniel Berlin2-0/+95
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith1-17/+18
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko19-64/+69
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith1-23/+23
2015-04-07DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith1-2/+2
2015-04-07DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith1-39/+38
2015-04-07IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith1-2/+2
2015-04-06IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-20/+18
2015-04-06[lit] Fix running gtest type-parameterized tests on WindowsReid Kleckner1-1/+2
2015-04-06DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith1-3/+1
2015-04-06DebugInfo: Use MDTypeRef throughout the hierarchyDuncan P. N. Exon Smith1-47/+54
2015-04-06DebugInfo: Remove dead code for accessing fieldsDuncan P. N. Exon Smith1-51/+0
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie1-3/+5
2015-04-02[support] Add a macro wrapper for alignas and simplify some code.Benjamin Kramer1-18/+4
2015-03-31IR: Rename replaceWithUniqued() tests from r233751Duncan P. N. Exon Smith1-2/+2
2015-03-31IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()Duncan P. N. Exon Smith1-0/+42
2015-03-31[MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames1-5/+0
2015-03-31[ExecutionEngine] Fix MCJIT::addGlobalMapping.Lang Hames1-0/+1
2015-03-31Verifier: Move over DISubprogram::Verify()Duncan P. N. Exon Smith1-1/+2
2015-03-30Transforms: Update unit tests to use verifyModule()Duncan P. N. Exon Smith1-6/+15
2015-03-30Transforms: Fix a use of the old DebugLoc in unittestsDuncan P. N. Exon Smith1-3/+3
2015-03-30Verifier: Add operand checks for remaining debug infoDuncan P. N. Exon Smith1-22/+25
2015-03-30Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2-9/+14
2015-03-30Verifier: Check operands of MDSubprogram nodesDuncan P. N. Exon Smith1-41/+50
2015-03-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames1-4/+6
2015-03-27Verifier: Check operands of MDType subclasses and MDCompileUnitDuncan P. N. Exon Smith1-70/+76
2015-03-27Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith1-22/+45
2015-03-26Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith1-2/+8
2015-03-26Default to armv7 cpu for NaCl when march=armDerek Schuff1-0/+4
2015-03-26Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren1-0/+200
2015-03-26Supress MSVC padding warning in alignment testAndrew Kaylor1-0/+6
2015-03-25[APInt] Add an isSplat helper and use it in some places.Benjamin Kramer1-0/+40
2015-03-25[ADT] Teach MapVector to support a swap member. Will be used inChandler Carruth1-0/+25
2015-03-24Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie1-2/+3
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-1/+2