index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+28
*
[LCG] Add the most basic of edge insertion to the lazy call graph. This
Chandler Carruth
2014-04-28
1
-0
/
+38
*
[LCG] Make the return of the IntraSCC removal method actually match its
Chandler Carruth
2014-04-28
1
-2
/
+5
*
[LCG] Re-organize the methods for mutating a call graph to make their
Chandler Carruth
2014-04-27
1
-3
/
+3
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-62
/
+64
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-29
/
+29
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
1
-1
/
+1
*
PR19554: Fix some memory leaks in DIEHashTest.cpp
David Blaikie
2014-04-25
1
-11
/
+11
*
[ADT] Generalize pointee_iterator to smart pointers by using decltype.
Chandler Carruth
2014-04-24
1
-0
/
+42
*
[LCG] Re-order expectations to provide more useful output when debugging
Chandler Carruth
2014-04-24
1
-4
/
+4
*
[LCG] Switch the SCC's parent iterators to be value iterators rather
Chandler Carruth
2014-04-24
1
-1
/
+1
*
[ADT] Add a generic iterator utility for adapting iterators much like
Chandler Carruth
2014-04-24
2
-1
/
+61
*
[LCG] Normalize the post-order SCC iterator to just iterate over the SCC
Chandler Carruth
2014-04-23
1
-24
/
+24
*
[LCG] Switch the primary node iterator to be a *much* more normal C++
Chandler Carruth
2014-04-23
1
-49
/
+49
*
[LCG] Switch the SCC lookup to be in terms of call graph nodes rather
Chandler Carruth
2014-04-23
1
-35
/
+35
*
[LCG] Add the first round of mutation support to the lazy call graph.
Chandler Carruth
2014-04-23
1
-0
/
+87
*
[LCG] Implement Tarjan's algorithm correctly this time. We have to walk
Chandler Carruth
2014-04-23
1
-0
/
+57
*
[LCG] Add a unittest for the LazyCallGraph. I had a weak moment and
Chandler Carruth
2014-04-23
2
-0
/
+252
*
This reverts r206828 until David has time to figure out that is going on.
Quentin Colombet
2014-04-22
1
-25
/
+19
*
Use unique_ptr to handle ownership of Value*s in Cloning unit tests.
David Blaikie
2014-04-21
1
-19
/
+25
*
Make the User::value_op_iterator a random access iterator. I had written
Chandler Carruth
2014-04-17
2
-0
/
+97
*
[Allocator] Make BumpPtrAllocator movable and move assignable.
Chandler Carruth
2014-04-16
1
-0
/
+15
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
[Allocator] Finally, finish nuking the redundant code that led me here
Chandler Carruth
2014-04-15
1
-1
/
+1
*
[Allocator] Make the underlying allocator a template instead of an
Chandler Carruth
2014-04-14
1
-9
/
+10
*
[Allocator] Switch the BumpPtrAllocator to use a vector of pointers to
Chandler Carruth
2014-04-14
1
-16
/
+18
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
2
-10
/
+11
*
Move MDBuilder's methods out of line.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
YAMLIO: Allow scalars to dictate quotation rules
David Majnemer
2014-04-10
1
-0
/
+38
*
Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""
David Majnemer
2014-04-09
1
-0
/
+10
*
Revert "YAMLIO: Encode ambiguous hex strings explicitly"
Filipe Cabecinhas
2014-04-09
1
-10
/
+0
*
YAMLIO: Encode ambiguous hex strings explicitly
David Majnemer
2014-04-09
1
-0
/
+10
*
Changes in IntelJITEventListener - By Arch Robinson
Elena Demikhovsky
2014-04-06
1
-1
/
+1
*
Simplify compression API by compressing into a SmallVector rather than a Memo...
David Blaikie
2014-04-05
1
-8
/
+6
*
Simplify compression API by decompressing into a SmallVector rather than a Me...
David Blaikie
2014-04-05
1
-4
/
+3
*
MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
2014-03-31
3
-2
/
+12
*
Support: generalise object type handling for Windows
Saleem Abdulrasool
2014-03-31
1
-5
/
+17
*
[Allocator] Lift the slab size and size threshold into template
Chandler Carruth
2014-03-30
1
-1
/
+1
*
[Allocator] Simplify unittests by using the default size parameters in
Chandler Carruth
2014-03-30
1
-5
/
+5
*
ARM64: remove -m32/-m64 mapping with ARM.
Tim Northover
2014-03-30
1
-4
/
+0
*
Support: correct Windows normalisation
Saleem Abdulrasool
2014-03-30
1
-0
/
+9
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-1
/
+1
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+33
*
Untabify.
NAKAMURA Takumi
2014-03-27
1
-3
/
+3
*
SmallVector<3> may be used here.
NAKAMURA Takumi
2014-03-27
1
-1
/
+1
*
IRTests/InstructionsTest.cpp: Avoid initializer list.
NAKAMURA Takumi
2014-03-27
1
-4
/
+4
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-0
/
+23
*
Add a unit test for Invoke iteration, similar to the one for Call
Eli Bendersky
2014-03-26
1
-11
/
+40
*
Fix bot breakage in InstructionsTest.
Eli Bendersky
2014-03-26
1
-1
/
+1
*
Fix problem with r204836
Eli Bendersky
2014-03-26
1
-0
/
+26
[next]