summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-31
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-31
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-31
* This should use Support/iterator, not <iterator>Chris Lattner2003-08-31
* Cleanups, move the getAnalysisUsage method to the .cpp fileChris Lattner2003-08-31
* Move the getAnalysisUsage method from the header fileChris Lattner2003-08-31
* Fix an FLAT OUT WRONG commentChris Lattner2003-08-31
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Minor cleanupsChris Lattner2003-08-31
* Indent classes correctly in the namespaceChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Heavily refactor code:Chris Lattner2003-08-31
* Add accessor function for the PruneEH passChris Lattner2003-08-31
* Add accessor functionChris Lattner2003-08-31
* New testcase for annoying structure layout stuff!Chris Lattner2003-08-31
* Minor simplificationChris Lattner2003-08-31
* Initial checkin of the -prune-eh pass, a very simple exception handling remov...Chris Lattner2003-08-31
* new testsChris Lattner2003-08-31
* Add tests for the pruneeh passChris Lattner2003-08-31
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-31
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-31
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-31
* s/Meth/FChris Lattner2003-08-31
* ScalarRepl does not modify the CFG. Say so!Chris Lattner2003-08-31
* Use new interface, simplifies codeChris Lattner2003-08-31
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Implement new methodChris Lattner2003-08-31
* Add new helper function which makes it even easier to do this sort of thingChris Lattner2003-08-31
* Urg, forgot to add a file header somehow.Chris Lattner2003-08-30
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-30
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-30
* we don't need this hereChris Lattner2003-08-30
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-30
* File was renamedChris Lattner2003-08-30
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-30
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-30
* New testcase *sigh*Chris Lattner2003-08-30
* New, HARD, bitfield testcaseChris Lattner2003-08-30
* Yet another bit-field bugChris Lattner2003-08-29
* minor simplificationChris Lattner2003-08-29
* Test case distilled from sed.Misha Brukman2003-08-29
* Testcase distilled from xemacs.Misha Brukman2003-08-29
* Added a dummy version of libcurses.Misha Brukman2003-08-29
* Added dummy termcap library.Misha Brukman2003-08-29
* New testcaseChris Lattner2003-08-29
* Use `llvm-dis' instead of simply `dis'.Misha Brukman2003-08-29
* Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...Chris Lattner2003-08-29