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
/
unittests
/
VMCore
/
PassManagerTest.cpp
Age
Commit message (
Expand
)
Author
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...
NAKAMURA Takumi
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-03-31
Strip trailing whitespace.
Duncan Sands
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-13
Switch from EXPECT_EQ({true,false, ...) to the more canonical
Chandler Carruth
2010-04-16
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
2010-03-13
Remove the last memory leak from the VMCore unit tests.
Jeffrey Yasskin
2010-01-26
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
2010-01-26
Re-enable unit tests disabled in r94164 by telling GTest about the
Jeffrey Yasskin
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-08-31
update unit test for previous change.
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Fix unit tests for LLVMContext+Module.
Owen Anderson
2009-06-29
Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...
Torok Edwin