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