projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Test cases named with dates is a legacy rule not used now. Rename several test cases.
[oota-llvm.git]
/
unittests
/
2014-05-18
Craig Topper
Use std::unique_ptr instead of OwningPtr in the MemoryB...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
2014-05-16
Juergen Ributzka
Add C API for thread yielding callback.
tree
|
commitdiff
2014-05-15
Juergen Ributzka
Revert "[PM] Add pass run listeners to the pass manager."
tree
|
commitdiff
2014-05-13
Rafael Espindola
Assert that we don't RAUW a Constant with a ConstantExp...
tree
|
commitdiff
2014-05-09
David Blaikie
Remove use of = default/= delete as they're unsupported...
tree
|
commitdiff
2014-05-08
David Blaikie
Missed formatting
tree
|
commitdiff
2014-05-08
David Blaikie
StringMap: Move assignment and move construction.
tree
|
commitdiff
2014-05-08
David Blaikie
StringMap support for move-only values.
tree
|
commitdiff
2014-05-07
Rafael Espindola
Replace a virtual with an override.
tree
|
commitdiff
2014-05-06
Reid Kleckner
Copy the full TailCallKind in CallInst::clone_impl
tree
|
commitdiff
2014-05-06
Evgeniy Stepanov
Disable -Wcomment when building with GCC.
tree
|
commitdiff
2014-05-04
Chandler Carruth
[LCG] Add the last (and most complex) of the edge inser...
tree
|
commitdiff
2014-05-04
Chandler Carruth
[LCG] Reorder the tests to be a bit more logical: inter...
tree
|
commitdiff
2014-05-03
Juergen Ributzka
[TBAA] Fix handling of mixed TBAA (path-aware and non...
tree
|
commitdiff
2014-05-01
Chandler Carruth
[LCG] Add the other simple edge insertion API to the...
tree
|
commitdiff
2014-05-01
Chandler Carruth
[LCG] Add some basic methods for querying the parent...
tree
|
commitdiff
2014-04-30
Hans Wennborg
ELFObjectWriter: deduplicate suffices in strtab
tree
|
commitdiff
2014-04-30
Douglas Gregor
Fix a use of uninitialized memory in SmallVector's...
tree
|
commitdiff
2014-04-30
Chandler Carruth
[LCG] Add the really, *really* boring edge insertion...
tree
|
commitdiff
2014-04-30
Evgeniy Stepanov
Fix multiline comment warning.
tree
|
commitdiff
2014-04-30
Chandler Carruth
[LCG] Actually test the *basic* edge removal bits ...
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
SupportTest: Fix test names harder
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: More BlockFrequencyTest => BranchProbabilityTest
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: Fix test name
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: BlockFrequencyTest => BranchProbabilityTest
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
blockfreq: Defer to BranchProbability::scale() (again)
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: Add BranchProbability::scale() and ::scaleByIn...
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: Add unit tests for BranchProbability
tree
|
commitdiff
2014-04-29
NAKAMURA Takumi
LinkModulesTest.cpp: Reformat.
tree
|
commitdiff
2014-04-29
NAKAMURA Takumi
[CMake] Enable llvm/unittests/LinkerTests. It had not...
tree
|
commitdiff
2014-04-29
NAKAMURA Takumi
LinkModulesTest.cpp: Use test-specific Ctx instead...
tree
|
commitdiff
2014-04-29
Chandler Carruth
[ADT] Teach PointerUnion to support assignment directly...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Add some actual positive tests for equality...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Make this test use a proper fixture rather...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Fix the whitespace in this test. Notably...
tree
|
commitdiff
2014-04-28
Juergen Ributzka
[PM] Add pass run listeners to the pass manager.
tree
|
commitdiff
2014-04-28
Chandler Carruth
[LCG] Add the most basic of edge insertion to the lazy...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[LCG] Make the return of the IntraSCC removal method...
tree
|
commitdiff
2014-04-27
Chandler Carruth
[LCG] Re-organize the methods for mutating a call graph...
tree
|
commitdiff
2014-04-25
David Blaikie
DIE: Pass ownership of children via std::unique_ptr...
tree
|
commitdiff
2014-04-25
David Blaikie
DIEEntry: Refer to the specified DIE via reference...
tree
|
commitdiff
2014-04-25
Duncan P. N. Exon...
SCC: Change clients to use const, NFC
tree
|
commitdiff
2014-04-25
David Blaikie
PR19554: Fix some memory leaks in DIEHashTest.cpp
tree
|
commitdiff
2014-04-24
Chandler Carruth
[ADT] Generalize pointee_iterator to smart pointers...
tree
|
commitdiff
2014-04-24
Chandler Carruth
[LCG] Re-order expectations to provide more useful...
tree
|
commitdiff
2014-04-24
Chandler Carruth
[LCG] Switch the SCC's parent iterators to be value...
tree
|
commitdiff
2014-04-24
Chandler Carruth
[ADT] Add a generic iterator utility for adapting itera...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Normalize the post-order SCC iterator to just...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Switch the primary node iterator to be a *much...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Switch the SCC lookup to be in terms of call...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Add the first round of mutation support to the...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Implement Tarjan's algorithm correctly this time...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Add a unittest for the LazyCallGraph. I had a...
tree
|
commitdiff
2014-04-22
Quentin Colombet
This reverts r206828 until David has time to figure...
tree
|
commitdiff
2014-04-21
David Blaikie
Use unique_ptr to handle ownership of Value*s in Clonin...
tree
|
commitdiff
2014-04-17
Chandler Carruth
Make the User::value_op_iterator a random access iterat...
tree
|
commitdiff
2014-04-16
Chandler Carruth
[Allocator] Make BumpPtrAllocator movable and move...
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Implement DebugInfoVerifier
tree
|
commitdiff
2014-04-15
Chandler Carruth
[Allocator] Finally, finish nuking the redundant code...
tree
|
commitdiff
2014-04-14
Chandler Carruth
[Allocator] Make the underlying allocator a template...
tree
|
commitdiff
2014-04-14
Chandler Carruth
[Allocator] Switch the BumpPtrAllocator to use a vector...
tree
|
commitdiff
2014-04-12
Benjamin Kramer
Retire llvm::array_endof in favor of non-member std...
tree
|
commitdiff
2014-04-12
Benjamin Kramer
Move MDBuilder's methods out of line.
tree
|
commitdiff
2014-04-10
David Majnemer
YAMLIO: Allow scalars to dictate quotation rules
tree
|
commitdiff
2014-04-09
David Majnemer
Revert "Revert "YAMLIO: Encode ambiguous hex strings...
tree
|
commitdiff
2014-04-09
Filipe Cabecinhas
Revert "YAMLIO: Encode ambiguous hex strings explicitly"
tree
|
commitdiff
2014-04-09
David Majnemer
YAMLIO: Encode ambiguous hex strings explicitly
tree
|
commitdiff
2014-04-06
Elena Demikhovsky
Changes in IntelJITEventListener - By Arch Robinson
tree
|
commitdiff
2014-04-05
David Blaikie
Simplify compression API by compressing into a SmallVec...
tree
|
commitdiff
2014-04-05
David Blaikie
Simplify compression API by decompressing into a SmallV...
tree
|
commitdiff
2014-03-31
Saleem Abdulrasool
MCJIT: ensure that cygwin is identified properly
tree
|
commitdiff
2014-03-31
Saleem Abdulrasool
Support: generalise object type handling for Windows
tree
|
commitdiff
2014-03-30
Chandler Carruth
[Allocator] Lift the slab size and size threshold into...
tree
|
commitdiff
2014-03-30
Chandler Carruth
[Allocator] Simplify unittests by using the default...
tree
|
commitdiff
2014-03-30
Tim Northover
ARM64: remove -m32/-m64 mapping with ARM.
tree
|
commitdiff
2014-03-30
Saleem Abdulrasool
Support: correct Windows normalisation
tree
|
commitdiff
2014-03-29
Tim Northover
ARM64: initial backend import
tree
|
commitdiff
2014-03-27
Saleem Abdulrasool
Canonicalise Windows target triple spellings
tree
|
commitdiff
2014-03-27
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2014-03-27
NAKAMURA Takumi
SmallVector<3> may be used here.
tree
|
commitdiff
2014-03-27
NAKAMURA Takumi
IRTests/InstructionsTest.cpp: Avoid initializer list.
tree
|
commitdiff
2014-03-26
Reid Kleckner
CloneFunction: Clone all attributes, including the CC
tree
|
commitdiff
2014-03-26
Eli Bendersky
Add a unit test for Invoke iteration, similar to the...
tree
|
commitdiff
2014-03-26
Eli Bendersky
Fix bot breakage in InstructionsTest.
tree
|
commitdiff
2014-03-26
Eli Bendersky
Fix problem with r204836
tree
|
commitdiff
2014-03-25
Rafael Espindola
Fix these tests on windows.
tree
|
commitdiff
2014-03-23
NAKAMURA Takumi
SupportTests.LockFileManagerTest: Add assertions for...
tree
|
commitdiff
2014-03-22
NAKAMURA Takumi
Suppress SupportTests.LockFileManagerTest on win32...
tree
|
commitdiff
2014-03-21
Argyrios Kyrtzidis
[Support] Make sure LockFileManager works correctly...
tree
|
commitdiff
2014-03-21
Argyrios Kyrtzidis
[Support] Make sure sys::fs::remove can remove symbolic...
tree
|
commitdiff
2014-03-20
David Majnemer
Object: Don't double-escape empty hexdata
tree
|
commitdiff
2014-03-18
NAKAMURA Takumi
DebugIRTests: Fixup for r204130.
tree
|
commitdiff
2014-03-18
Alon Mishne
[C++11] Change DebugInfoFinder to use range-based loops
tree
|
commitdiff
2014-03-13
Chandler Carruth
[PM] As was pointed out in review, I need to define...
tree
|
commitdiff
2014-03-12
Justin Bogner
unittests: Fix -Werror build
tree
|
commitdiff
next