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
/
Transforms
/
Utils
/
FunctionUtils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
1
-2
/
+2
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-1
/
+0
*
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
1
-2
/
+3
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+1
*
Aggregating function arguments is now an option. Default is `no', as before.
Misha Brukman
2004-04-23
1
-3
/
+5
*
The code extractor needs dominator information, so we provide it.
Chris Lattner
2004-03-18
1
-16
/
+16
*
Make this header file self-contained
Chris Lattner
2004-03-18
1
-0
/
+3
*
Add prototype for ExtractCodeRegion()
Misha Brukman
2004-03-02
1
-1
/
+5
*
Add ability to extract a single basic block into a new function.
Misha Brukman
2004-03-01
1
-0
/
+4
*
New Function-level transformation utils.
Misha Brukman
2004-02-28
1
-0
/
+28