- 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
- 237ef56 Heavily refactor code: by Chris Lattner · 21 years ago
- fa7f524 Add accessor function for the PruneEH pass by Chris Lattner · 21 years ago
- f6fb96f Add accessor function by Chris Lattner · 21 years ago
- 483cb51 New testcase for annoying structure layout stuff! by Chris Lattner · 21 years ago
- c6c804b Minor simplification by Chris Lattner · 21 years ago
- 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago
- 0c21021 new tests by Chris Lattner · 21 years ago
- 2b77105 Add tests for the pruneeh pass by Chris Lattner · 21 years ago
- 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago
- 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 21 years ago
- ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 21 years ago
- 5636eec s/Meth/F by Chris Lattner · 21 years ago
- a15854c ScalarRepl does not modify the CFG. Say so! by Chris Lattner · 21 years ago
- 7d8a86a Use new interface, simplifies code by Chris Lattner · 21 years ago
- 0346364 Use the new interface, simplifies code by Chris Lattner · 21 years ago
- 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 21 years ago
- 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
- 0ae8e87 Implement new method by Chris Lattner · 21 years ago
- 12d40d2 Add new helper function which makes it even easier to do this sort of thing by Chris Lattner · 21 years ago
- 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 21 years ago
- 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 21 years ago
- ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 21 years ago
- 7a9fd01 we don't need this here by Chris Lattner · 21 years ago
- 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 21 years ago
- e86159d File was renamed by Chris Lattner · 21 years ago
- ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 21 years ago
- d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 21 years ago
- 1f9336e New testcase *sigh* by Chris Lattner · 21 years ago
- df97919 New, HARD, bitfield testcase by Chris Lattner · 21 years ago
- 2fdd3c0 Yet another bit-field bug by Chris Lattner · 21 years ago
- 450e4f5 minor simplification by Chris Lattner · 21 years ago
- 8796783 Test case distilled from sed. by Misha Brukman · 21 years ago
- cec2eb2 Testcase distilled from xemacs. by Misha Brukman · 21 years ago
- 402f151 Added a dummy version of libcurses. by Misha Brukman · 21 years ago
- efe98e9 Added dummy termcap library. by Misha Brukman · 21 years ago
- 9e8d1ac New testcase by Chris Lattner · 21 years ago
- 4f40cf4 Use `llvm-dis' instead of simply `dis'. by Misha Brukman · 21 years ago
- 004caf4 Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4 doesn't want us to do this unless Module has been #included by Chris Lattner · 21 years ago
- 3a9ce67 "Help keep our secrets secret." by John Criswell · 21 years ago
- 6666a04 There is no reason for this to be a pass! by Chris Lattner · 21 years ago
- df9ec10 Move getAnalysisToUpdate to after the definition of AnalysisResolver. by Chris Lattner · 21 years ago
- 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 21 years ago
- 15444a9 Slightly simplify make logic by Chris Lattner · 21 years ago
- 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
- 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 21 years ago
- 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 21 years ago
- 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 21 years ago
- ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 21 years ago
- 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
- 94949da Add new method by Chris Lattner · 21 years ago
- 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 21 years ago
- 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 21 years ago
- 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 21 years ago
- cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 21 years ago
- 7905a6e NEw testcase by Chris Lattner · 21 years ago
- 77e94d6 New testcase, not only possible of causing compilation failures, but could by Chris Lattner · 21 years ago
- 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
- b3ceec2 Document the llvm.unwind intrinsic. by Chris Lattner · 21 years ago
- a0a0a03 Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
- 82086a5 Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
- a86b042 Start using `llvm-as' instead of `as'. by Misha Brukman · 21 years ago
- 231d64d Build llvm-as and llvm-dis as the upgrade path to renamed tools. by Misha Brukman · 21 years ago
- c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 21 years ago
- b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 21 years ago
- ad0bf0f Renaming LLVM `dis' to `llvm-dis'. by Misha Brukman · 21 years ago
- cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 21 years ago
- aeb54b8 Add support for the llvm.unwind intrinsic, which we codegen to just do an abort by Chris Lattner · 21 years ago
- 81f0dbd Add another testcase I found lying around. by Chris Lattner · 21 years ago
- 206c7d0 Add test for the last chapter of our C++ exception handling odyssey. llvmg++ by Chris Lattner · 21 years ago
- b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 21 years ago
- 902d580 New testcases, all of which work with llvmg++! by Chris Lattner · 21 years ago
- 8df6bdd Link to the C++ libraries. This is temporary by Chris Lattner · 21 years ago
- fd04561 Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking by Chris Lattner · 21 years ago
- 3b6b6ba Removing README by Tanya Lattner · 21 years ago
- 4f839cc Putting my revised version of ModuloScheduling in cvs. This is not complete... by Tanya Lattner · 21 years ago
- 841e00b Fix bug where we considered function types equivalent even if they had differing numbers of arguments by Chris Lattner · 21 years ago
- a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 21 years ago
- f68b8a2 Moved index in BB to common graph class. by Tanya Lattner · 21 years ago
- 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 21 years ago
- 14baebf First version of llvm-ar added to cvs repository. by Tanya Lattner · 21 years ago
- 82d222f Convert C comments to C++ by Chris Lattner · 21 years ago
- 3745903 New wrapper around the terminate call. by Chris Lattner · 21 years ago
- f4b319d Squelch warning by Chris Lattner · 21 years ago
- 0028b2c Be more typesafe by Chris Lattner · 21 years ago
- d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 21 years ago
- 7a37fa7 Add throw specs to the functions, remove (void) from the functions by Chris Lattner · 21 years ago
- 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 21 years ago
- ff7dcb0 Move the testcase elsewhere by Chris Lattner · 21 years ago
- bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
- 88d942d Spell `incompatible' correctly. by Misha Brukman · 21 years ago
- 2917ea1 New testcase. Unfortunately, native GCC gets this wrong. Someday we will have to figure out how to deal with this. by Chris Lattner · 21 years ago
- d04087c *** empty log message *** by Tanya Lattner · 21 years ago
- d6d8633 Added/removed header file by Tanya Lattner · 21 years ago
- 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
- 065c0b9 New testcases, which WORK with LLVMG++ and the CBE. by Chris Lattner · 21 years ago
- 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 21 years ago
- 5cf1199 C++ify, add new get_cxx_exception function to convert from generic llvm_exceptions to llvm_cxx_exception's by Chris Lattner · 21 years ago
- c2c70fa Remove Cisms. We love C++ by Chris Lattner · 21 years ago
- 1796cb7 Cleaned up the code (spacing, not needed headers) and changed ostream function. Also made some functions inline. by Tanya Lattner · 21 years ago