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
/
include
/
llvm
/
PassSupport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
Fix more warnings
Chris Lattner
2004-06-04
1
-4
/
+4
*
Adjust argument to match destination data type
Chris Lattner
2004-06-03
1
-1
/
+1
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-2
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added ability to register FunctionPasses as optimizations, with
Misha Brukman
2003-11-07
1
-0
/
+20
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Rename method to indicate what it does
Chris Lattner
2003-10-12
1
-7
/
+10
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Remove support for "targetdata pass ctors"
Chris Lattner
2003-04-24
1
-39
/
+3
*
Add new helper template function
Chris Lattner
2003-02-25
1
-0
/
+2
*
Add support for passes that use a TargetMachine object.
Vikram S. Adve
2002-09-16
1
-13
/
+39
*
- PassInfo class keeps track of AnalysisGroups implemented by the Pass.
Chris Lattner
2002-08-30
1
-115
/
+141
*
Add a class that is useful for hacking around linking problem due to
Chris Lattner
2002-08-21
1
-0
/
+10
*
- Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...
Chris Lattner
2002-08-21
1
-6
/
+69
*
* Implement stuff so that code can declare that they only depend on the CFG of
Chris Lattner
2002-07-30
1
-15
/
+13
*
Add rough support for LLC passes
Chris Lattner
2002-07-30
1
-2
/
+35
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-0
/
+9
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-10
/
+77
*
Break part of Pass.h out into PassAnalysisSupport.h
Chris Lattner
2002-07-23
1
-0
/
+170