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