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
/
OptimalEdgeProfiling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
1
-4
/
+4
*
simplify this code.
Chris Lattner
2010-01-20
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+2
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Reapplied r81355 with the problems fixed.
Andreas Neustifter
2009-09-16
1
-8
/
+9
*
revert r81335, which breaks the build.
Chris Lattner
2009-09-09
1
-9
/
+8
*
Updated ProfileInfo to have clean seperation between different sentinels.
Andreas Neustifter
2009-09-09
1
-8
/
+9
*
Converted MaximumSpanningTree algorithm to a generic template, this could go
Andreas Neustifter
2009-09-04
1
-1
/
+3
*
Code Cleanup.
Andreas Neustifter
2009-09-03
1
-8
/
+10
*
Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to
Andreas Neustifter
2009-09-02
1
-9
/
+9
*
Code cleanups and added comments.
Andreas Neustifter
2009-09-02
1
-17
/
+45
*
OptimalEdgeProfiling: Creation of profiles.
Andreas Neustifter
2009-09-01
1
-0
/
+186