projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
boundschecking:
[oota-llvm.git]
/
unittests
/
2012-05-24
Justin Holewinski
Remove the PTX back-end and all of its artifacts (tripl...
tree
|
commitdiff
2012-05-22
Nuno Lopes
fix the quotient returned by sdivrem() for the case...
tree
|
commitdiff
2012-05-18
Nuno Lopes
fix corner case in ConstantRange::intersectWith().
tree
|
commitdiff
2012-05-16
Simon Atanasyan
Disable JITTest.FunctionIsRecompiledAndRelinked and...
tree
|
commitdiff
2012-05-15
Bill Wendling
Remove warning about testing unsigned int with int.
tree
|
commitdiff
2012-05-15
Stepan Dyatkovskiy
Fixed one small stupid, but critical bug.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Remove the expensive BitVector::operator~().
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Add BitVector::anyCommon().
tree
|
commitdiff
2012-05-11
Michael J. Spencer
[Support/StringRef] Add find_last_not_of and {r,l,...
tree
|
commitdiff
2012-05-09
Chad Rosier
Add unittests for Triple::getMacOSXVersion and Triple...
tree
|
commitdiff
2012-04-29
Benjamin Kramer
SmallVector: Don't rely on having an assignment operato...
tree
|
commitdiff
2012-04-26
Stepan Dyatkovskiy
Fixed SmallMap test. The order of items is undefined...
tree
|
commitdiff
2012-04-25
Benjamin Kramer
Reapply the SmallMap patch with a fix.
tree
|
commitdiff
2012-04-25
Eric Christopher
Revert "First implementation of:"
tree
|
commitdiff
2012-04-25
Stepan Dyatkovskiy
First implementation of:
tree
|
commitdiff
2012-04-20
Andrew Trick
SparseSet: Add support for key-derived indexes and...
tree
|
commitdiff
2012-04-17
Manuel Klimek
Goodbye, JSONParser...
tree
|
commitdiff
2012-04-16
Duncan Sands
Remove support for the special 'fast' value for fpmath...
tree
|
commitdiff
2012-04-16
Duncan Sands
Make it possible to indicate relaxed floating point...
tree
|
commitdiff
2012-04-15
Duncan Sands
Add the MDBuilder helper class for conveniently creatin...
tree
|
commitdiff
2012-04-03
Michael J. Spencer
Add YAML parser to Support.
tree
|
commitdiff
2012-04-02
Hal Finkel
Add triple support for the IBM BG/P and BG/Q supercompu...
tree
|
commitdiff
2012-03-31
Duncan Sands
I noticed in passing that the Metadata getIfExists...
tree
|
commitdiff
2012-03-30
Rafael Espindola
Handle unreachable code in the dominates functions...
tree
|
commitdiff
2012-03-29
Danil Malyshev
Fix missed files in JIT unittests Makefile
tree
|
commitdiff
2012-03-28
Danil Malyshev
Move getPointerToNamedFunction() from JIT/MCJIT to...
tree
|
commitdiff
2012-03-22
Chandler Carruth
Revert a series of commits to MCJIT to get the build...
tree
|
commitdiff
2012-03-21
Danil Malyshev
Based on this discussion: lists.cs.uiuc.edu/pipermail...
tree
|
commitdiff
2012-03-15
Eli Bendersky
Follow-up to r152620: restore JIT event listener tests...
tree
|
commitdiff
2012-03-14
Eli Bendersky
Clean up removed file after r152620
tree
|
commitdiff
2012-03-13
Eli Bendersky
Add profiling support for Intel Parallel Amplifier...
tree
|
commitdiff
2012-03-11
Michael J. Spencer
Fix warnings.
tree
|
commitdiff
2012-03-10
Michael J. Spencer
Make StringRef::getAsInteger work with all integer...
tree
|
commitdiff
2012-03-07
Chandler Carruth
Add support to the hashing infrastructure for automatic...
tree
|
commitdiff
2012-03-06
Benjamin Kramer
SmallPtrSet: Provide a more efficient implementation...
tree
|
commitdiff
2012-03-04
Chandler Carruth
Add generic support for hashing StringRef objects using...
tree
|
commitdiff
2012-03-04
Chandler Carruth
Teach the hashing facilities how to hash std::string...
tree
|
commitdiff
2012-03-04
Chandler Carruth
Split this test up into two smaller, and more focused...
tree
|
commitdiff
2012-03-03
Francois Pichet
Move the NonPOD struct out of the anonymous namespace...
tree
|
commitdiff
2012-03-03
Francois Pichet
Fixes the Hashing tests on MSVC by adding llvm:: prefix...
tree
|
commitdiff
2012-03-03
NAKAMURA Takumi
unittests/ADT/HashingTest.cpp: Temporarily disable...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Simplify the pair optimization. Rather than using compl...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Add a golden data test that I missed somehow the first...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Fix bad indenting that was left over from cut/paste...
tree
|
commitdiff
2012-03-02
Chandler Carruth
We really want to hash pairs of directly-hashable data...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Add support for hashing pairs by delegating to each...
tree
|
commitdiff
2012-03-02
Chandler Carruth
Remove the misguided extension here that reserved two...
tree
|
commitdiff
2012-03-01
Chandler Carruth
Re-disable the debug output. The comment is there expla...
tree
|
commitdiff
2012-03-01
Chandler Carruth
Provide the 32-bit variant of the golden tests. Not...
tree
|
commitdiff
2012-03-01
Benjamin Kramer
BumpPtrAllocator: Make sure threshold cannot be initial...
tree
|
commitdiff
2012-03-01
Argyrios Kyrtzidis
If BumpPtrAllocator is requested to allocate a size...
tree
|
commitdiff
2012-03-01
Chandler Carruth
Rewrite LLVM's generalized support library for hashing...
tree
|
commitdiff
2012-02-29
Daniel Dunbar
Bitcode: Don't expose WriteBitcodeToStream to clients.
tree
|
commitdiff
2012-02-22
Jakob Stoklund Olesen
Fix typos.
tree
|
commitdiff
2012-02-22
Chandler Carruth
Support was removed from LLVM's MIPS backend for the...
tree
|
commitdiff
2012-02-22
Jakob Stoklund Olesen
Add a Briggs and Torczon sparse set implementation.
tree
|
commitdiff
2012-02-21
Chandler Carruth
Switch the llvm::Triple class to immediately parse...
tree
|
commitdiff
2012-02-18
Talin
Hashing.h - utilities for hashing various data types.
tree
|
commitdiff
2012-02-07
Benjamin Kramer
Add a unittest for rotating a really big APInt.
tree
|
commitdiff
2012-02-06
Chandler Carruth
Introduce helpers to compute the 32-bit varaints and...
tree
|
commitdiff
2012-01-31
Manuel Klimek
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
tree
|
commitdiff
2012-01-31
Chandler Carruth
Add various coarse bit-width architecture predicates...
tree
|
commitdiff
2012-01-30
Talin
DenseMap::find_as() and unit tests.
tree
|
commitdiff
2012-01-24
Talin
Additional methods for SmallString.
tree
|
commitdiff
2012-01-22
NAKAMURA Takumi
unittests/Support/Casting.cpp: [PR8226] Workaround...
tree
|
commitdiff
2012-01-17
Jakob Stoklund Olesen
Add portable bit mask operations to BitVector.
tree
|
commitdiff
2012-01-16
Jim Grosbach
MCJIT support for non-function sections.
tree
|
commitdiff
2012-01-02
Chandler Carruth
Undo the hack in r147427 and move this unittest to...
tree
|
commitdiff
2012-01-02
Chandler Carruth
Fix unittest makefile after r147425. This should unbrea...
tree
|
commitdiff
2012-01-02
Rafael Espindola
Materialize functions whose basic blocks are used by...
tree
|
commitdiff
2011-12-22
Eli Friedman
Some unittests for APInt rotates; patch by Cameron...
tree
|
commitdiff
2011-12-21
Manuel Klimek
Changes the JSON parser to use the SourceMgr.
tree
|
commitdiff
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
tree
|
commitdiff
2011-12-17
Chandler Carruth
As Doug pointed out (and I really should know), it...
tree
|
commitdiff
2011-12-16
Dylan Noblesmith
APInt: update asserts for base-36
tree
|
commitdiff
2011-12-16
Manuel Klimek
Adds a JSON parser and a benchmark (json-bench) to...
tree
|
commitdiff
2011-12-16
Chandler Carruth
Put the '*' in the right place in the unit test. Forgot...
tree
|
commitdiff
2011-12-16
Chandler Carruth
Add a generic collection of class templates to ADT...
tree
|
commitdiff
2011-12-16
NAKAMURA Takumi
Tweak CMake build on Cygwin.
tree
|
commitdiff
2011-12-15
Daniel Dunbar
build/unittests: Fix llvm-config names for gtest librar...
tree
|
commitdiff
2011-12-12
Chad Rosier
Revert r146363 to allow buildbots to make forward progress.
tree
|
commitdiff
2011-12-12
Michael J. Spencer
Support/FileSystem: Implement bool equivalent(file_stat...
tree
|
commitdiff
2011-12-12
Michael J. Spencer
Support/FileSystem: Implement canonicalize.
tree
|
commitdiff
2011-12-12
Dylan Noblesmith
re-enable unittest
tree
|
commitdiff
2011-12-09
NAKAMURA Takumi
unittests/Support/Path.cpp: [recursive_directory_iterat...
tree
|
commitdiff
2011-12-09
Michael J. Spencer
unittests/SupportTests: Fix test. pop modifies the...
tree
|
commitdiff
2011-12-09
Michael J. Spencer
unittests/SupportTests: Add some outs()'s to debug...
tree
|
commitdiff
2011-12-08
Michael J. Spencer
Support/FileSystem: Implement recursive_directory_itera...
tree
|
commitdiff
2011-12-05
Nadav Rotem
Add support for vectors of pointers.
tree
|
commitdiff
2011-12-02
Dylan Noblesmith
unittests: add ErrorStr to ExecutionEngine test
tree
|
commitdiff
2011-11-26
Eli Friedman
Fix APFloat::convert so that it handles narrowing conve...
tree
|
commitdiff
2011-11-14
Nick Lewycky
Fix Windows build, don't try to #include <pthread.h...
tree
|
commitdiff
2011-11-14
Nick Lewycky
Add support for tsan annotations (thread sanitizer...
tree
|
commitdiff
2011-11-09
NAKAMURA Takumi
unittests/MultiJITTest.cpp: Tweak how to check symbol...
tree
|
commitdiff
2011-10-24
Benjamin Kramer
Implement comparison operators for BranchProbability...
tree
|
commitdiff
2011-10-23
Benjamin Kramer
Add compare operators to BranchProbability and use...
tree
|
commitdiff
2011-10-16
Chris Lattner
Enhance llvm::SourceMgr to support diagnostic ranges...
tree
|
commitdiff
2011-10-15
Benjamin Kramer
Add a bad char heuristic to StringRef::find.
tree
|
commitdiff
2011-10-12
Eli Friedman
Attempt to fix MSVC build.
tree
|
commitdiff
2011-10-12
Eli Friedman
Fix APFloat::getLargest so that it actually returns...
tree
|
commitdiff
next