| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the last memory leak from the VMCore unit tests. | Jeffrey Yasskin | 2010-03-13 | 1 | -2/+2 |
| | | | | | | Tested: valgrind --leak-check=full unittests/VMCore/Debug/VMCoreTests llvm-svn: 98414 | ||||
| * | Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't | Jeffrey Yasskin | 2010-01-26 | 1 | -5/+0 |
| | | | | | | | broken by setting CXXFLAGS on the command line. llvm-svn: 94619 | ||||
| * | Revert 94484. Re-disable unittests that need RTTI. | Bob Wilson | 2010-01-26 | 1 | -0/+5 |
| | | | | | llvm-svn: 94569 | ||||
| * | Re-enable unit tests disabled in r94164 by telling GTest about the | Jeffrey Yasskin | 2010-01-26 | 1 | -5/+0 |
| | | | | | | | lack of RTTI. llvm-svn: 94484 | ||||
| * | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+5 |
| | | | | | | | | | | | | missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164 | ||||
| * | update unit test for previous change. | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
| | | | | | llvm-svn: 80528 | ||||
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -17/+17 |
| | | | | | llvm-svn: 78948 | ||||
| * | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -3/+3 |
| | | | | | llvm-svn: 74640 | ||||
| * | Fix unit tests for LLVMContext+Module. | Owen Anderson | 2009-07-01 | 1 | -3/+4 |
| | | | | | llvm-svn: 74622 | ||||
| * | Call doInitialization(), releaseMemory(), and doFinalization() for ↵ | Torok Edwin | 2009-06-29 | 1 | -0/+526 |
| on-the-fly passes as well. Also don't call finalizers for LoopPass if initialization was not called. Add a unittest that tests that these methods are called, in the proper order, and the correct number of times. llvm-svn: 74438 | |||||

