| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
to CallGraphSCCPass's instead of passing around a
std::vector<CallGraphNode*>. No functionality change,
but now we have a much tidier interface.
llvm-svn: 101558
|
| |
|
|
|
| |
Tested: valgrind --leak-check=full unittests/VMCore/Debug/VMCoreTests
llvm-svn: 98414
|
| |
|
|
|
|
| |
broken by setting CXXFLAGS on the command line.
llvm-svn: 94619
|
| |
|
|
| |
llvm-svn: 94569
|
| |
|
|
|
|
| |
lack of RTTI.
llvm-svn: 94484
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
llvm-svn: 80528
|
| |
|
|
| |
llvm-svn: 78948
|
| |
|
|
| |
llvm-svn: 74640
|
| |
|
|
| |
llvm-svn: 74622
|
|
|
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
|