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
/
lib
/
Transforms
/
Instrumentation
/
ProfilePaths
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial version: adds a function table to output code
Anand Shukla
2002-07-12
1
-0
/
+52
*
changes BBsorting and oredering
Anand Shukla
2002-07-08
2
-720
/
+90
*
small corrections
Anand Shukla
2002-07-08
1
-23
/
+22
*
changed function numbering
Anand Shukla
2002-07-08
1
-102
/
+95
*
additions and bug fixes
Anand Shukla
2002-06-25
5
-445
/
+1395
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
2
-46
/
+43
*
Relocating Graph.h
Anand Shukla
2002-06-25
1
-0
/
+465
*
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-22
5
-197
/
+147
*
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
1
-1
/
+1
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-3
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-2
/
+3
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
2
-2
/
+2
*
s/Method/Function
Chris Lattner
2002-04-27
1
-37
/
+36
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-7
/
+5
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-0
/
+1
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-11
/
+11
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-1
/
+0
*
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
1
-15
/
+22
*
Pass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner
2002-02-26
2
-8
/
+8
*
Move processGraph down lower in the file so all of the forward declarations
Chris Lattner
2002-02-26
2
-412
/
+334
*
* Changes to compile successfully with GCC 3.0
Chris Lattner
2002-02-26
4
-185
/
+132
*
Makefile for profile-paths
Anand Shukla
2002-02-26
1
-0
/
+5
*
Initial checkin: functions on Graph used for path profile pass
Anand Shukla
2002-02-26
2
-0
/
+1428
*
Initial checkin: instrument code to get path execution frequency
Anand Shukla
2002-02-26
1
-0
/
+162
*
Initial checkin: helper file to insert instrumentation code along edges
Anand Shukla
2002-02-26
1
-0
/
+262
*
Initial check in of graph.cpp: implements graph interface used in path profiles
Anand Shukla
2002-02-26
1
-0
/
+425