aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-29Slightly simplify make logicChris Lattner
2003-08-29Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner
2003-08-29Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution.Chris Lattner
2003-08-29Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner
2003-08-29Yet ANOTHER complication that the libstdc++ library runs into linking...Chris Lattner
2003-08-29Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.llChris Lattner
2003-08-29Refactor code to make it useful outside of Constants.cppChris Lattner
2003-08-29Add new methodChris Lattner
2003-08-29Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one wi...Chris Lattner
2003-08-29Fix bug: Linker/2003-08-28-TypeResolvesGlobal.llChris Lattner
2003-08-29New testcase which is preventing the linking of libstdc++Chris Lattner
2003-08-29* Use alloca() to force GCC not to eliminate frame pointerMisha Brukman
2003-08-29NEw testcaseChris Lattner
2003-08-29New testcase, not only possible of causing compilation failures, but couldChris Lattner
2003-08-28Renaming `dis' -> `llvm-dis'.Misha Brukman
2003-08-28Document the llvm.unwind intrinsic.Chris Lattner
2003-08-28Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.Misha Brukman
2003-08-28Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.Misha Brukman
2003-08-28Start using `llvm-as' instead of `as'.Misha Brukman
2003-08-28Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman
2003-08-28Fixed two double free bugs that caused llc to segfault or run forever.John Criswell
2003-08-28Added code to avoid checking for .bc when the filename is too short.John Criswell
2003-08-28Renaming LLVM `dis' to `llvm-dis'.Misha Brukman
2003-08-28Renaming LLVM `as' to `llvm-as'.Misha Brukman
2003-08-28Add support for the llvm.unwind intrinsic, which we codegen to just do an abortChris Lattner
2003-08-28Add another testcase I found lying around.Chris Lattner
2003-08-28Add test for the last chapter of our C++ exception handling odyssey. llvmg++Chris Lattner
2003-08-28* Add proper support for rethrown exceptions.Chris Lattner
2003-08-28New testcases, all of which work with llvmg++!Chris Lattner
2003-08-28Link to the C++ libraries. This is temporaryChris Lattner
2003-08-28Fix really nasty bugs in the CWriter, handling invoke instructions. TrackingChris Lattner
2003-08-28Removing READMETanya Lattner
2003-08-28Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner
2003-08-28Fix bug where we considered function types equivalent even if they had differ...Chris Lattner
2003-08-28Reorder #includesChris Lattner
2003-08-28Moved index in BB to common graph class.Tanya Lattner
2003-08-28Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner
2003-08-28First version of llvm-ar added to cvs repository.Tanya Lattner
2003-08-28Convert C comments to C++Chris Lattner
2003-08-28New wrapper around the terminate call.Chris Lattner
2003-08-28Squelch warningChris Lattner
2003-08-27Be more typesafeChris Lattner
2003-08-27Be more type-safe, add throw specs to all functionsChris Lattner
2003-08-27Add throw specs to the functions, remove (void) from the functionsChris Lattner
2003-08-27Hack out libexception temporarily until the Sparc FE is improvedChris Lattner
2003-08-27Move the testcase elsewhereChris Lattner
2003-08-27Refactor code slightly. Make code compiled with llvmgcc use the warning optionsChris Lattner
2003-08-27Spell `incompatible' correctly.Misha Brukman
2003-08-27New testcase. Unfortunately, native GCC gets this wrong. Someday we will ha...Chris Lattner
2003-08-27*** empty log message ***Tanya Lattner