index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Start sketching out the new module and function pass manager.
Chandler Carruth
2013-11-09
2
-0
/
+89
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
2
-2
/
+9
*
Switch to allow implicit construction. In many cases, we're wrapping
Chandler Carruth
2013-11-09
1
-0
/
+5
*
Test the polymorphic behavior of this utility.
Chandler Carruth
2013-11-09
1
-1
/
+33
*
Use something really explicit to test "move semantics" on builds without
Chandler Carruth
2013-11-09
1
-0
/
+4
*
Add the critically missing 'clone' method. =]
Chandler Carruth
2013-11-09
1
-0
/
+11
*
Move the test type out of the function and into the anonymous namespace
Chandler Carruth
2013-11-09
1
-5
/
+5
*
Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly
Chandler Carruth
2013-11-09
2
-0
/
+72
*
Revert "Move copying of global initializers below the cloning of functions."
Adrian Prantl
2013-11-09
4
-159
/
+1
*
Revert "Run clang-format on file."
Adrian Prantl
2013-11-09
1
-9
/
+14
*
Run clang-format on file.
Bill Wendling
2013-11-07
1
-14
/
+9
*
Move copying of global initializers below the cloning of functions.
Bill Wendling
2013-11-07
4
-1
/
+159
*
Simplify ErrorOr.
Rafael Espindola
2013-11-05
1
-38
/
+0
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Add calls to doInitialization() and doFinalization() in verifyFunction()
Rafael Espindola
2013-10-30
1
-3
/
+4
*
Add {start,end}with_lower methods to StringRef.
Rui Ueyama
2013-10-30
1
-0
/
+23
*
make ConstantRange::signExtend() optimal
Nuno Lopes
2013-10-30
1
-0
/
+3
*
DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.
Alexey Samsonov
2013-10-29
1
-0
/
+1
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
1
-2
/
+2
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
1
-0
/
+17
*
Add a few tests for StringRef::{start,end}with.
Rui Ueyama
2013-10-28
1
-0
/
+2
*
DIEHash: Summary hashing of member functions
David Blaikie
2013-10-25
1
-0
/
+18
*
Try to fix the build on windows.
Rafael Espindola
2013-10-25
1
-2
/
+2
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-1
/
+1
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-0
/
+19
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-16
/
+16
*
DIEHash: Do not use shallow type hashing for unnamed types
David Blaikie
2013-10-24
1
-0
/
+35
*
Reverting my r193344 checkin due to build breakage.
John Thompson
2013-10-24
1
-31
/
+0
*
Added std::string as a built-in type for mapping.
John Thompson
2013-10-24
1
-0
/
+31
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
1
-0
/
+178
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
1
-0
/
+66
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
1
-6
/
+35
*
Removing unnecessary link component for MCJIT unittests
Andrew Kaylor
2013-10-21
2
-2
/
+1
*
DIEHashTest: Correct the order of operands to the TEST macro
David Blaikie
2013-10-21
1
-7
/
+7
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
1
-1
/
+58
*
DIEHash: Support for simple (non-recursive, non-reused) type references
David Blaikie
2013-10-17
1
-7
/
+29
*
DIEHash: Include the type's context in the type hash.
David Blaikie
2013-10-17
1
-7
/
+56
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
1
-1
/
+17
*
Invert arguments to ASSERT_EQ to match gtest diagnostic printing
David Blaikie
2013-10-16
1
-1
/
+1
*
DIEHash: Include the trailing zero byte after the children of a DIE
David Blaikie
2013-10-16
1
-1
/
+1
*
Fix MCDataAtom never calling remap when adding data.
Rafael Espindola
2013-10-16
5
-1
/
+59
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-12
/
+0
*
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
David Blaikie
2013-10-15
1
-3
/
+3
*
Silencing an MSVC warning.
Aaron Ballman
2013-10-05
1
-2
/
+2
*
MCJIT: skip some more new multi-module tests on unsupported platforms.
Tim Northover
2013-10-02
1
-0
/
+8
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
4
-26
/
+32
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-0
/
+103
*
Tests for MCJIT multiple module support
Andrew Kaylor
2013-10-01
4
-75
/
+556
*
Fix getOrInsertGlobal dropping the address space.
Matt Arsenault
2013-09-30
1
-0
/
+40
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-0
/
+36
[next]