projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cmake: link release builds statically against run-time library on windows (use /MT...
[oota-llvm.git]
/
unittests
/
2013-11-13
Chandler Carruth
Fix a null pointer dereference when copying a null...
tree
|
commitdiff
2013-11-13
Chandler Carruth
Introduce an AnalysisManager which is like a pass manag...
tree
|
commitdiff
2013-11-09
Chandler Carruth
[PM] Start sketching out the new module and function...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Move the old pass manager infrastructure into a legacy...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Switch to allow implicit construction. In many cases...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Test the polymorphic behavior of this utility.
tree
|
commitdiff
2013-11-09
Chandler Carruth
Use something really explicit to test "move semantics...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Add the critically missing 'clone' method. =]
tree
|
commitdiff
2013-11-09
Chandler Carruth
Move the test type out of the function and into the...
tree
|
commitdiff
2013-11-09
Chandler Carruth
Add a polymorphic_ptr<T> smart pointer data type. It...
tree
|
commitdiff
2013-11-09
Adrian Prantl
Revert "Move copying of global initializers below the...
tree
|
commitdiff
2013-11-09
Adrian Prantl
Revert "Run clang-format on file."
tree
|
commitdiff
2013-11-07
Bill Wendling
Run clang-format on file.
tree
|
commitdiff
2013-11-07
Bill Wendling
Move copying of global initializers below the cloning...
tree
|
commitdiff
2013-11-05
Rafael Espindola
Simplify ErrorOr.
tree
|
commitdiff
2013-10-31
Rafael Espindola
Merge CallGraph and BasicCallGraph.
tree
|
commitdiff
2013-10-30
Rafael Espindola
Add calls to doInitialization() and doFinalization...
tree
|
commitdiff
2013-10-30
Rui Ueyama
Add {start,end}with_lower methods to StringRef.
tree
|
commitdiff
2013-10-30
Nuno Lopes
make ConstantRange::signExtend() optimal
tree
|
commitdiff
2013-10-29
Alexey Samsonov
DWARF parser: propery handle DW_FORM_ref_sig8 and fix...
tree
|
commitdiff
2013-10-28
Alexey Samsonov
DWARF parser: Use ArrayRef to represent form sizes...
tree
|
commitdiff
2013-10-28
Alexey Samsonov
DebugInfo: Introduce the notion of "form classes"
tree
|
commitdiff
2013-10-28
Rui Ueyama
Add a few tests for StringRef::{start,end}with.
tree
|
commitdiff
2013-10-25
David Blaikie
DIEHash: Summary hashing of member functions
tree
|
commitdiff
2013-10-25
Rafael Espindola
Try to fix the build on windows.
tree
|
commitdiff
2013-10-25
Rafael Espindola
Change MemoryBuffer::getFile to take a Twine.
tree
|
commitdiff
2013-10-25
David Blaikie
DIEHash: Summary hashing of nested types
tree
|
commitdiff
2013-10-24
David Blaikie
DIEHash: Const correct and use references where non...
tree
|
commitdiff
2013-10-24
David Blaikie
DIEHash: Do not use shallow type hashing for unnamed...
tree
|
commitdiff
2013-10-24
John Thompson
Reverting my r193344 checkin due to build breakage.
tree
|
commitdiff
2013-10-24
John Thompson
Added std::string as a built-in type for mapping.
tree
|
commitdiff
2013-10-22
David Blaikie
DWARF type hashing: pointers to members
tree
|
commitdiff
2013-10-21
David Blaikie
DWARF Type Hashing: Include reference and rvalue refere...
tree
|
commitdiff
2013-10-21
David Blaikie
DWARF type hashing: begin implementing Step 5, summary...
tree
|
commitdiff
2013-10-21
Andrew Kaylor
Removing unnecessary link component for MCJIT unittests
tree
|
commitdiff
2013-10-21
David Blaikie
DIEHashTest: Correct the order of operands to the TEST...
tree
|
commitdiff
2013-10-21
David Blaikie
DWARF type hashing: Handle multiple (including recursiv...
tree
|
commitdiff
2013-10-17
David Blaikie
DIEHash: Support for simple (non-recursive, non-reused...
tree
|
commitdiff
2013-10-17
David Blaikie
DIEHash: Include the type's context in the type hash.
tree
|
commitdiff
2013-10-16
David Blaikie
DIEHash: Use DW_FORM_sdata for integers, per spec.
tree
|
commitdiff
2013-10-16
David Blaikie
Invert arguments to ASSERT_EQ to match gtest diagnostic...
tree
|
commitdiff
2013-10-16
David Blaikie
DIEHash: Include the trailing zero byte after the child...
tree
|
commitdiff
2013-10-16
Rafael Espindola
Fix MCDataAtom never calling remap when adding data.
tree
|
commitdiff
2013-10-16
Rafael Espindola
Assert on duplicate registration. Don't depend on funct...
tree
|
commitdiff
2013-10-15
David Blaikie
Use ASSERT_EQ rather than ASSERT_TRUE for better unit...
tree
|
commitdiff
2013-10-05
Aaron Ballman
Silencing an MSVC warning.
tree
|
commitdiff
2013-10-02
Tim Northover
MCJIT: skip some more new multi-module tests on unsuppo...
tree
|
commitdiff
2013-10-02
Filip Pizlo
This threads SectionName through the allocateCodeSectio...
tree
|
commitdiff
2013-10-01
Tareq A. Siraj
Add non-blocking Wait() for launched processes
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Tests for MCJIT multiple module support
tree
|
commitdiff
2013-09-30
Matt Arsenault
Fix getOrInsertGlobal dropping the address space.
tree
|
commitdiff
2013-09-30
Benjamin Kramer
IRBuilder: Add RAII objects to reset insertion points...
tree
|
commitdiff
2013-09-29
Benjamin Kramer
Plug a memory leak in a unit test. Stack allocation...
tree
|
commitdiff
2013-09-27
Dmitri Gribenko
SourceMgr diagnotics printing: fix a bug where printing...
tree
|
commitdiff
2013-09-27
Dmitri Gribenko
Make SourceMgr::PrintMessage() testable and add unit...
tree
|
commitdiff
2013-09-20
Tareq A. Siraj
Fixed typo in CreateProcessTrailingSlash test
tree
|
commitdiff
2013-09-11
Rui Ueyama
Re-submit r190469: YAMLIO: Fix string quoting logic.
tree
|
commitdiff
2013-09-11
Hans Wennborg
Revert "YAMLIO: Fix string quoting logic." (r190469)
tree
|
commitdiff
2013-09-11
Rui Ueyama
Remove trailing whitespace
tree
|
commitdiff
2013-09-11
Rui Ueyama
YAMLIO: Fix string quoting logic.
tree
|
commitdiff
2013-09-10
Rui Ueyama
Try to unbreak mingw32 buildbot.
tree
|
commitdiff
2013-09-10
Rui Ueyama
Add getenv() wrapper that works on multibyte environmen...
tree
|
commitdiff
2013-09-09
Bob Wilson
Update CMake file to fix buildbots.
tree
|
commitdiff
2013-09-09
Bob Wilson
Revert patches to add case-range support for PR1255.
tree
|
commitdiff
2013-09-04
Dmitri Gribenko
MemoryBufer: add a test: check that a file with size...
tree
|
commitdiff
2013-09-04
Alexander Kornienko
Move generic isPrint and columnWidth implementations...
tree
|
commitdiff
2013-09-04
Eric Christopher
It's a very large constant. Say so.
tree
|
commitdiff
2013-09-03
Eric Christopher
Fix copy and pasto with CMake files for unittest.
tree
|
commitdiff
2013-09-03
Eric Christopher
Add a hashing routine that handles hashing types. Add...
tree
|
commitdiff
2013-09-03
Eric Christopher
Alphabetize.
tree
|
commitdiff
2013-09-03
Joerg Sonnenberger
Add a Python-like join function to merge a list of...
tree
|
commitdiff
2013-08-29
Eli Friedman
Change default # of digits for APFloat::toString
tree
|
commitdiff
2013-08-28
Rui Ueyama
Option parsing: support case-insensitive option matching.
tree
|
commitdiff
2013-08-28
Ted Kremenek
Revert r189442 "Change default # of digits for APFloat...
tree
|
commitdiff
2013-08-28
Eli Friedman
Change default # of digits for APFloat::toString
tree
|
commitdiff
2013-08-28
Rui Ueyama
Revert "Option parsing: support case-insensitive option...
tree
|
commitdiff
2013-08-27
Rui Ueyama
Option parsing: support case-insensitive option matching.
tree
|
commitdiff
2013-08-22
NAKAMURA Takumi
[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
tree
|
commitdiff
2013-08-22
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2013-08-22
NAKAMURA Takumi
Suppress MemoryBufferTest.cpp on win32 for now. Investi...
tree
|
commitdiff
2013-08-22
NAKAMURA Takumi
MemoryBufferTest.cpp: Tweak offset corresponding to...
tree
|
commitdiff
2013-08-21
David Blaikie
Basic unit tests for PointerUnion
tree
|
commitdiff
2013-08-19
Peter Collingbourne
Introduce SpecialCaseList::isIn overload for GlobalAliases.
tree
|
commitdiff
2013-08-19
Peter Collingbourne
Remove SpecialCaseList::findCategory.
tree
|
commitdiff
2013-08-16
Aaron Ballman
Removing a spurious semi-colon; this macro expands...
tree
|
commitdiff
2013-08-15
Aaron Ballman
Tighten up the yamilizer so it stops eliding empty...
tree
|
commitdiff
2013-08-14
Alexey Samsonov
Expose CRC-32 implementation from zlib
tree
|
commitdiff
2013-08-13
Hans Wennborg
Options: explicit handling of --
tree
|
commitdiff
2013-08-13
Hans Wennborg
Options: Add new option kind that consumes remaining...
tree
|
commitdiff
2013-08-13
Nick Lewycky
Fix an oversight in isPotentiallyReachable where we...
tree
|
commitdiff
2013-08-12
Tareq A. Siraj
Fixes a bug when iterating on paths
tree
|
commitdiff
2013-08-12
Alexey Samsonov
Relax conditions of test added in r188156 to fix it...
tree
|
commitdiff
2013-08-12
Alexey Samsonov
Introduce factory methods for SpecialCaseList
tree
|
commitdiff
2013-08-08
Alexey Samsonov
Fix off-by-one error in Regex::isValid
tree
|
commitdiff
2013-08-08
Benjamin Kramer
Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings...
tree
|
commitdiff
2013-08-08
Alexander Kornienko
Changed isPrint for U+00AD SOFT HYPHEN to return true.
tree
|
commitdiff
2013-08-07
Alexander Kornienko
Disabled columnWidth test for OSX, need someone with...
tree
|
commitdiff
2013-08-07
Alexander Kornienko
Use correct platform detection macro: __MACOSX__ -...
tree
|
commitdiff
2013-08-07
Reid Kleckner
Fix boolean logic in LockFileManager and test it
tree
|
commitdiff
2013-08-07
Alexander Kornienko
Disable tests on WIN32 (which has incorrect implementat...
tree
|
commitdiff
next