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
/
unittests
/
VMCore
/
PassManagerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-2
/
+2
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-2
/
+2
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-2
/
+2
*
Strip trailing whitespace.
Duncan Sands
2011-03-31
1
-1
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-8
/
+29
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-6
/
+6
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-6
/
+6
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-6
/
+6
*
Switch from EXPECT_EQ({true,false, ...) to the more canonical
Chandler Carruth
2010-07-13
1
-9
/
+9
*
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
2010-04-16
1
-1
/
+1
*
Remove the last memory leak from the VMCore unit tests.
Jeffrey Yasskin
2010-03-13
1
-2
/
+2
*
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
1
-5
/
+0
*
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
2010-01-26
1
-0
/
+5
*
Re-enable unit tests disabled in r94164 by telling GTest about the
Jeffrey Yasskin
2010-01-26
1
-5
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+5
*
update unit test for previous change.
Chris Lattner
2009-08-31
1
-1
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-17
/
+17
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-3
/
+3
*
Fix unit tests for LLVMContext+Module.
Owen Anderson
2009-07-01
1
-3
/
+4
*
Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...
Torok Edwin
2009-06-29
1
-0
/
+526