index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SimplifyCFGPass.cpp
Age
Commit message (
Expand
)
Author
2009-11-23
Remove LLVMContext and its include.
Nick Lewycky
2009-11-01
remove a bunch of locking from LLVMContextImpl. Since only one thread
Chris Lattner
2009-09-03
back out my recent commit (r80858), it seems to break self-hosting buildbot's...
Gabor Greif
2009-09-03
re-commit r66920 (which has been backed out in r66953) I may have more luck t...
Gabor Greif
2009-09-02
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-08-30
add getPointerAddressSpace() to GEP instruction, use the method
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-14
Revert 75571; I'm convinced this isn't the right thing to do.
Dale Johannesen
2009-07-14
Don't delete asm's just because their inputs are undefined;
Dale Johannesen
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-03
Even more passes being LLVMContext'd.
Owen Anderson
2009-06-12
second half of fix for PR4366: don't zap store to null of
Chris Lattner
2009-03-13
Revert r66920. It was causing failures in the self-hosting buildbot (in release
Bill Wendling
2009-03-13
Second installment of "BasicBlock operands to the back"
Gabor Greif
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-08
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-14
rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp
Chris Lattner