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
/
GraphAuxiliary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-4
/
+3
*
Fix spelling.
Misha Brukman
2003-10-10
1
-4
/
+4
*
Remove #include
Chris Lattner
2003-09-10
1
-1
/
+0
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-1
/
+1
*
Changes to runtime framework
Anand Shukla
2003-02-14
1
-1
/
+1
*
Clean up #includes
Chris Lattner
2003-01-14
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-4
/
+1
*
Added checking threshold
Anand Shukla
2002-09-20
1
-2
/
+3
*
Removed unnecessary #includes.
Misha Brukman
2002-09-18
1
-4
/
+0
*
There is a #define in some header that conflicts with INFINITY, rename it.
Chris Lattner
2002-09-17
1
-4
/
+4
*
Incorporated changes in alloca and getElementPointer instruction
Anand Shukla
2002-09-16
1
-64
/
+69
*
minor corrections
Anand Shukla
2002-07-18
1
-22
/
+29
*
changes BBsorting and oredering
Anand Shukla
2002-07-08
1
-360
/
+45
*
additions and bug fixes
Anand Shukla
2002-06-25
1
-151
/
+503
*
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-22
1
-80
/
+62
*
Pass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner
2002-02-26
1
-4
/
+4
*
Move processGraph down lower in the file so all of the forward declarations
Chris Lattner
2002-02-26
1
-206
/
+167
*
* Changes to compile successfully with GCC 3.0
Chris Lattner
2002-02-26
1
-87
/
+57
*
Initial checkin: functions on Graph used for path profile pass
Anand Shukla
2002-02-26
1
-0
/
+714