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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AA] Enhance the new AliasAnalysis infrastructure with an optional
Chandler Carruth
2015-10-21
1
-1
/
+166
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
2
-50
/
+36
*
[ValueTracking] Minor comment change in test
James Molloy
2015-09-02
1
-2
/
+1
*
[ValueTracking] Look through casts when both operands are casts.
James Molloy
2015-09-02
1
-0
/
+42
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
2
-2
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-14
/
+21
*
[PM/AA] Hoist the interface to TBAA into a dedicated header along with
Chandler Carruth
2015-08-14
1
-0
/
+1
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
2
-0
/
+149
*
[PM/AA] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
1
-0
/
+1
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-9
/
+9
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-1
/
+1
*
Make getModRefInfo(Instruction *) not crash on certain types of instructions
Daniel Berlin
2015-04-28
1
-0
/
+10
*
Make getModRefInfo with a default location not crash.
Daniel Berlin
2015-04-13
2
-0
/
+95
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-3
/
+3
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
3
-6
/
+6
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.
NAKAMURA Takumi
2014-11-18
1
-3
/
+0
*
Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"
Rafael Espindola
2014-11-17
3
-1
/
+65
*
Silence gcc's -Wcomment
Filipe Cabecinhas
2014-10-22
1
-15
/
+17
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
2
-12
/
+6
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-1
/
+1
*
Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered...
Aaron Ballman
2014-06-27
1
-4
/
+4
*
Adding some trailing whitespace after a comment previously ending with \ to e...
Aaron Ballman
2014-06-27
1
-4
/
+4
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
3
-11
/
+12
*
Disable -Wcomment when building with GCC.
Evgeniy Stepanov
2014-05-06
1
-11
/
+11
*
[LCG] Add the last (and most complex) of the edge insertion mutation
Chandler Carruth
2014-05-04
1
-0
/
+155
*
[LCG] Reorder the tests to be a bit more logical: inter-SCC mutation
Chandler Carruth
2014-05-04
1
-53
/
+53
*
[TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).
Juergen Ributzka
2014-05-03
2
-0
/
+78
*
[LCG] Add the other simple edge insertion API to the call graph. This
Chandler Carruth
2014-05-01
1
-0
/
+53
*
[LCG] Add some basic methods for querying the parent/child relationships
Chandler Carruth
2014-05-01
1
-0
/
+20
*
[LCG] Add the really, *really* boring edge insertion case: adding an
Chandler Carruth
2014-04-30
1
-0
/
+46
*
Fix multiline comment warning.
Evgeniy Stepanov
2014-04-30
1
-11
/
+11
*
[LCG] Actually test the *basic* edge removal bits (IE, the non-SCC
Chandler Carruth
2014-04-30
1
-1
/
+11
*
[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
*
[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
*
[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
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-22
/
+35
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
[next]