index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
Utils
/
FunctionUtils.h
Age
Commit message (
Expand
)
Author
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2011-09-20
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2009-07-13
Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.
Dan Gohman
2008-05-29
Prune and tidy #includes.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-14
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-06-07
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-04-07
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-04-23
Aggregating function arguments is now an option. Default is `no', as before.
Misha Brukman
2004-03-18
The code extractor needs dominator information, so we provide it.
Chris Lattner
2004-03-18
Make this header file self-contained
Chris Lattner
2004-03-02
Add prototype for ExtractCodeRegion()
Misha Brukman
2004-03-01
Add ability to extract a single basic block into a new function.
Misha Brukman
2004-02-28
New Function-level transformation utils.
Misha Brukman