Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b7b099d569e8d92d695203c88f90380e5d239b12
/
llvm
/
lib
/
Transforms
/
Utils
/
CodeExtractor.cpp
37de257
Fix several bugs in the extractor:
by Chris Lattner
· 22 years ago
cee3404
Prune #includes, moving the module interface to the front. Note that this
by Chris Lattner
· 22 years ago
fb87cde
Mostly cosmetic improvements. Do fix the bug where a global value was considered an input.
by Chris Lattner
· 22 years ago
73ab1fa
Assert that input blocks meet the invariants we expect
by Chris Lattner
· 22 years ago
5b2072e
No correctness fixes here, just minor qoi fixes:
by Chris Lattner
· 22 years ago
b4d8bf3
Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll
by Chris Lattner
· 22 years ago
9c431f6
Simplify the code a bit by making the collection of basic blocks to extract
by Chris Lattner
· 22 years ago
4fca71e
Minor random cleanups
by Chris Lattner
· 22 years ago
3684469
Verify functions as they are produced if -debug is specified. Reduce
by Chris Lattner
· 22 years ago
f44acae
Implement ExtractCodeRegion()
by Misha Brukman
· 22 years ago
5af2be7
* Add implementation of ExtractBasicBlock() * Add comments to ExtractLoop()
by Misha Brukman
· 22 years ago
caa1a5a
A generic code extractor: given a list of BasicBlocks, it will rip them out into
by Misha Brukman
· 22 years ago