projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix typo
[oota-llvm.git]
/
unittests
/
2015-04-30
Douglas Katzman
Exhaustively test all triples in TripleTest.
tree
|
commitdiff
2015-04-30
Diego Novillo
Fix private constructor for ScaledNumber.
tree
|
commitdiff
2015-04-30
Diego Novillo
Fix typo in comment. NFC.
tree
|
commitdiff
2015-04-30
Pawel Bylica
Add convenient overloads for CreateInsertElement and...
tree
|
commitdiff
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
tree
|
commitdiff
2015-04-29
Douglas Katzman
New architecture name - 'sparcel' for Sparc little...
tree
|
commitdiff
2015-04-29
Reid Kleckner
Disable failing TestDevNull test on Windows
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-29
Rafael Espindola
Relax assert to avoid spurious failures with /dev/null.
tree
|
commitdiff
2015-04-28
Daniel Berlin
Make getModRefInfo(Instruction *) not crash on certain...
tree
|
commitdiff
2015-04-28
Duncan P. N. Exon...
DebugInfo: Support up to 2^16 arguments in a subprogram
tree
|
commitdiff
2015-04-27
Pawel Bylica
Constfold insertelement to undef when index is out...
tree
|
commitdiff
2015-04-24
Duncan P. N. Exon...
Verifier: Function metadata attachments require a body
tree
|
commitdiff
2015-04-24
Duncan P. N. Exon...
IR: Add Function metadata attachments
tree
|
commitdiff
2015-04-24
Pawel Bylica
Correct extractelement constant folding
tree
|
commitdiff
2015-04-24
Pawel Bylica
Fix APInt long division algorithm
tree
|
commitdiff
2015-04-22
Yaron Keren
Another test to exercise APInt divide step D6.
tree
|
commitdiff
2015-04-22
David Blaikie
Replace std::auto_ptr with std::unique_ptr
tree
|
commitdiff
2015-04-21
Duncan P. N. Exon...
DebugInfo: Remove DIArray and DITypeArray typedefs
tree
|
commitdiff
2015-04-21
Duncan P. N. Exon...
DebugInfo: Drop rest of DIDescriptor subclasses
tree
|
commitdiff
2015-04-21
Reid Kleckner
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentine...
tree
|
commitdiff
2015-04-20
Duncan P. N. Exon...
DebugInfo: Delete subclasses of DIScope
tree
|
commitdiff
2015-04-20
Lang Hames
[Orc] Make the makeStub function propagate argument...
tree
|
commitdiff
2015-04-20
Duncan P. N. Exon...
DebugInfo: Remove DIType
tree
|
commitdiff
2015-04-20
Rafael Espindola
Don't allow pwrite to resize a stream.
tree
|
commitdiff
2015-04-17
Zachary Turner
[PDB] Support executables and source/line info.
tree
|
commitdiff
2015-04-16
Duncan P. N. Exon...
DebugInfo: Remove DIDescriptor from the DIBuilder API
tree
|
commitdiff
2015-04-16
Duncan P. N. Exon...
DebugInfo: Gut DIDescriptor
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Gut DICompileUnit and DIFile
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
tree
|
commitdiff
2015-04-14
Daniel Berlin
Only recalculate DFS Numbers if invalid. Invalidate...
tree
|
commitdiff
2015-04-14
Rafael Espindola
Add raw_pwrite_stream type.
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
DebugInfo: Gut DISubprogram and DILexicalBlock*
tree
|
commitdiff
2015-04-13
Daniel Berlin
Make getModRefInfo with a default location not crash.
tree
|
commitdiff
2015-04-11
Duncan P. N. Exon...
DebugInfo: Make MDSubprogram::getFunction() return...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
DebugInfo: Remove DITypedArray<>, replace with typedefs
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
DebugInfo: Move DIFlag-related API from DIDescriptor...
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
IR: Rename MDSubrange::getLo() to getLowerBound()
tree
|
commitdiff
2015-04-06
Duncan P. N. Exon...
IR: Stop using DIDescriptor::is*() and auto-casting
tree
|
commitdiff
2015-04-06
Reid Kleckner
[lit] Fix running gtest type-parameterized tests on...
tree
|
commitdiff
2015-04-06
Duncan P. N. Exon...
DebugInfo: Remove DIDescriptor::Verify()
tree
|
commitdiff
2015-04-06
Duncan P. N. Exon...
DebugInfo: Use MDTypeRef throughout the hierarchy
tree
|
commitdiff
2015-04-06
Duncan P. N. Exon...
DebugInfo: Remove dead code for accessing fields
tree
|
commitdiff
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
tree
|
commitdiff
2015-04-02
Benjamin Kramer
[support] Add a macro wrapper for alignas and simplify...
tree
|
commitdiff
2015-03-31
Duncan P. N. Exon...
IR: Rename replaceWithUniqued() tests from r233751
tree
|
commitdiff
2015-03-31
Duncan P. N. Exon...
IR: Enable uniquing callbacks during MDNode::replaceWit...
tree
|
commitdiff
2015-03-31
Lang Hames
[MCJIT] Enable MCJIT regression tests on Darwin.
tree
|
commitdiff
2015-03-31
Lang Hames
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
tree
|
commitdiff
2015-03-31
Duncan P. N. Exon...
Verifier: Move over DISubprogram::Verify()
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Transforms: Update unit tests to use verifyModule()
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Transforms: Fix a use of the old DebugLoc in unittests
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Verifier: Add operand checks for remaining debug info
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Verifier: Add operand checks for MDLexicalBlock
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Verifier: Check operands of MDSubprogram nodes
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
Verifier: Check operands of MDType subclasses and MDCom...
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
Verifier: Check fields of MDVariable subclasses
tree
|
commitdiff
2015-03-26
Duncan P. N. Exon...
Verifier: Check accessors of MDLocation
tree
|
commitdiff
2015-03-26
Derek Schuff
Default to armv7 cpu for NaCl when march=arm
tree
|
commitdiff
2015-03-26
Yaron Keren
Fix rare case where APInt divide algorithm applied...
tree
|
commitdiff
2015-03-26
Andrew Kaylor
Supress MSVC padding warning in alignment test
tree
|
commitdiff
2015-03-25
Benjamin Kramer
[APInt] Add an isSplat helper and use it in some places.
tree
|
commitdiff
2015-03-25
Chandler Carruth
[ADT] Teach MapVector to support a swap member. Will...
tree
|
commitdiff
2015-03-24
David Blaikie
Opaque Pointer Types: GEP API migrations to specify...
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Purge unused includes throughout libSupport.
tree
|
commitdiff
2015-03-18
Sanjoy Das
[ConstantRange] Split makeICmpRegion in two.
tree
|
commitdiff
2015-03-17
Yaron Keren
Teach Twine to support SmallString.
tree
|
commitdiff
2015-03-17
Duncan P. N. Exon...
MapMetadata: Allow unresolved metadata if it won't...
tree
|
commitdiff
2015-03-16
Duncan P. N. Exon...
AsmWriter: Handle broken metadata nodes
tree
|
commitdiff
2015-03-16
Gabor Horvath
[llvm] Replacing asserts with static_asserts where...
tree
|
commitdiff
2015-03-14
David Blaikie
[opaque pointer type] gep API migration
tree
|
commitdiff
2015-03-14
Duncan P. N. Exon...
IR: Make Metadata::print() reliable and useful
tree
|
commitdiff
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
tree
|
commitdiff
2015-03-10
Ben Langmuir
Don't treat .foo as two path components in path::iterators
tree
|
commitdiff
2015-03-09
Ed Schouten
Add support for Nuxi CloudABI.
tree
|
commitdiff
2015-03-09
Benjamin Kramer
Drop the hacks used for partial C99 math libraries.
tree
|
commitdiff
2015-03-06
James Molloy
[ConstantRange] Teach multiply to be cleverer about...
tree
|
commitdiff
2015-03-05
Frederic Riss
Fix -Woverflow warning in unittest.
tree
|
commitdiff
2015-03-04
Frederic Riss
DWARFFormValue: Add getAsSignedConstant method.
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-04
David Blaikie
Explicitly default ilistTest::Node's copy constructor
tree
|
commitdiff
2015-03-04
David Blaikie
Explicitly default DenseMapTest::CtorTest::operator=
tree
|
commitdiff
2015-03-03
David Blaikie
Revert "Remove the explicit SDNodeIterator::operator...
tree
|
commitdiff
2015-03-03
David Blaikie
Remove the explicit SDNodeIterator::operator= in favor...
tree
|
commitdiff
2015-03-03
David Blaikie
DeltaAlgorithm: Provide protected default copy ctor...
tree
|
commitdiff
2015-03-03
David Blaikie
Remove no-op dtor so that use of the implicit copy...
tree
|
commitdiff
2015-03-03
David Blaikie
Remove explicit copy ctor in favor of the default so...
tree
|
commitdiff
2015-03-03
Duncan P. N. Exon...
IR: Add missing API to specialized metadata nodes
tree
|
commitdiff
2015-03-03
Peter Collingbourne
Add explicit type to empty std::set initializer to...
tree
|
commitdiff
2015-03-03
Peter Collingbourne
LowerBitSets: Use byte arrays instead of bit sets to...
tree
|
commitdiff
2015-03-02
Benjamin Kramer
SmallVector: Allow initialization and assignment from...
tree
|
commitdiff
2015-03-02
Justin Bogner
Detect malformed YAML sequence in yaml::Input::beginSeq...
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-03-01
Benjamin Kramer
ArrayRef: Remove the equals helper with many arguments.
tree
|
commitdiff
2015-02-28
Duncan P. N. Exon...
IR: Specialize MDScope::getFile() for MDFile
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
next