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
/
lib
/
Transforms
/
Instrumentation
/
MaximumSpanningTree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove unneeded use of #undef DEBUG_TYPE. NFC
Sam Clegg
2017-07-12
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
Richard Smith
2012-08-21
1
-25
/
+28
*
Fix typos. Adjust some whitespace for style. No functionality change.
Nick Lewycky
2011-04-05
1
-1
/
+1
*
Cheap, mostly strict, stable sorting.
Andreas Neustifter
2009-12-02
1
-0
/
+13
*
Converted MaximumSpanningTree algorithm to a generic template, this could go
Andreas Neustifter
2009-09-04
1
-17
/
+61
*
Code Cleanup.
Andreas Neustifter
2009-09-03
1
-1
/
+1
*
Inline empty destructor.
Benjamin Kramer
2009-08-29
1
-1
/
+1
*
Fix warning about non-virtual destructor.
Bill Wendling
2009-08-29
1
-0
/
+1
*
Preparation for Optimal Edge Profiling:
Andreas Neustifter
2009-08-28
1
-0
/
+50