summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* * 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
* "Help keep our secrets secret."John Criswell2003-08-29
* There is no reason for this to be a pass!Chris Lattner2003-08-29
* Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner2003-08-29
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-29
* Slightly simplify make logicChris Lattner2003-08-29
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner2003-08-29
* Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution.Chris Lattner2003-08-29
* Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner2003-08-29