index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
1
-3
/
+3
2015-04-21
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl
Reid Kleckner
1
-1
/
+2
2015-04-20
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
1
-9
/
+10
2015-04-20
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
4
-0
/
+139
2015-04-20
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-20
Don't allow pwrite to resize a stream.
Rafael Espindola
1
-1
/
+9
2015-04-17
[PDB] Support executables and source/line info.
Zachary Turner
1
-0
/
+10
2015-04-16
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
1
-1
/
+2
2015-04-16
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
1
-4
/
+4
2015-04-15
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-15
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
1
-30
/
+10
2015-04-15
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
1
-2
/
+4
2015-04-14
Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...
Daniel Berlin
1
-0
/
+28
2015-04-14
Add raw_pwrite_stream type.
Rafael Espindola
2
-0
/
+26
2015-04-14
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
1
-18
/
+19
2015-04-13
Make getModRefInfo with a default location not crash.
Daniel Berlin
2
-0
/
+95
2015-04-11
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
1
-17
/
+18
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
19
-64
/
+69
2015-04-07
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
1
-23
/
+23
2015-04-07
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-07
DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode
Duncan P. N. Exon Smith
1
-39
/
+38
2015-04-07
IR: Rename MDSubrange::getLo() to getLowerBound()
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-06
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
1
-20
/
+18
2015-04-06
[lit] Fix running gtest type-parameterized tests on Windows
Reid Kleckner
1
-1
/
+2
2015-04-06
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
1
-3
/
+1
2015-04-06
DebugInfo: Use MDTypeRef throughout the hierarchy
Duncan P. N. Exon Smith
1
-47
/
+54
2015-04-06
DebugInfo: Remove dead code for accessing fields
Duncan P. N. Exon Smith
1
-51
/
+0
2015-04-02
[opaque pointer type] API migration for GEP constant factories
David Blaikie
1
-3
/
+5
2015-04-02
[support] Add a macro wrapper for alignas and simplify some code.
Benjamin Kramer
1
-18
/
+4
2015-03-31
IR: Rename replaceWithUniqued() tests from r233751
Duncan P. N. Exon Smith
1
-2
/
+2
2015-03-31
IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()
Duncan P. N. Exon Smith
1
-0
/
+42
2015-03-31
[MCJIT] Enable MCJIT regression tests on Darwin.
Lang Hames
1
-5
/
+0
2015-03-31
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
Lang Hames
1
-0
/
+1
2015-03-31
Verifier: Move over DISubprogram::Verify()
Duncan P. N. Exon Smith
1
-1
/
+2
2015-03-30
Transforms: Update unit tests to use verifyModule()
Duncan P. N. Exon Smith
1
-6
/
+15
2015-03-30
Transforms: Fix a use of the old DebugLoc in unittests
Duncan P. N. Exon Smith
1
-3
/
+3
2015-03-30
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
1
-22
/
+25
2015-03-30
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2
-9
/
+14
2015-03-30
Verifier: Check operands of MDSubprogram nodes
Duncan P. N. Exon Smith
1
-41
/
+50
2015-03-30
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
1
-4
/
+6
2015-03-27
Verifier: Check operands of MDType subclasses and MDCompileUnit
Duncan P. N. Exon Smith
1
-70
/
+76
2015-03-27
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
1
-22
/
+45
2015-03-26
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
1
-2
/
+8
2015-03-26
Default to armv7 cpu for NaCl when march=arm
Derek Schuff
1
-0
/
+4
2015-03-26
Fix rare case where APInt divide algorithm applied un-needed transformation.
Yaron Keren
1
-0
/
+200
2015-03-26
Supress MSVC padding warning in alignment test
Andrew Kaylor
1
-0
/
+6
2015-03-25
[APInt] Add an isSplat helper and use it in some places.
Benjamin Kramer
1
-0
/
+40
2015-03-25
[ADT] Teach MapVector to support a swap member. Will be used in
Chandler Carruth
1
-0
/
+25
2015-03-24
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
1
-2
/
+3
2015-03-23
Purge unused includes throughout libSupport.
Benjamin Kramer
1
-1
/
+2
[next]