aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner2003-08-288-5880/+310
* Fix bug where we considered function types equivalent even if they had differ...Chris Lattner2003-08-283-3/+9
* Reorder #includesChris Lattner2003-08-282-4/+16
* Moved index in BB to common graph class.Tanya Lattner2003-08-281-2/+4
* Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner2003-08-284-8/+2
* First version of llvm-ar added to cvs repository.Tanya Lattner2003-08-282-0/+379
* Convert C comments to C++Chris Lattner2003-08-282-42/+42
* New wrapper around the terminate call.Chris Lattner2003-08-284-0/+10
* Squelch warningChris Lattner2003-08-281-0/+1
* Be more typesafeChris Lattner2003-08-272-68/+308
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-272-26/+54
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-272-4/+4
* Hack out libexception temporarily until the Sparc FE is improvedChris Lattner2003-08-271-0/+1
* Move the testcase elsewhereChris Lattner2003-08-271-25/+0
* Refactor code slightly. Make code compiled with llvmgcc use the warning optionsChris Lattner2003-08-272-8/+10
* Spell `incompatible' correctly.Misha Brukman2003-08-272-4/+4
* New testcase. Unfortunately, native GCC gets this wrong. Someday we will ha...Chris Lattner2003-08-271-0/+25
* *** empty log message ***Tanya Lattner2003-08-271-2/+2
* Added/removed header fileTanya Lattner2003-08-272-2/+0
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-274-10/+84
* New testcases, which WORK with LLVMG++ and the CBE.Chris Lattner2003-08-272-0/+53
* Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner2003-08-272-22/+8
* C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner2003-08-272-6/+14
* Remove Cisms. We love C++Chris Lattner2003-08-272-8/+8
* Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner2003-08-271-91/+86
* *** empty log message ***Tanya Lattner2003-08-276-832/+546
* Fix bug: SCCP/2003-08-26-InvokeHandling.llChris Lattner2003-08-271-1/+4
* New testcaseChris Lattner2003-08-271-0/+15
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-264-74/+106
* SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner2003-08-251-0/+215
* First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner2003-08-2510-962/+706
* Remove copy-and-paste gunkChris Lattner2003-08-251-11/+0
* Initial checking of C++ exception handling libraryChris Lattner2003-08-257-0/+685
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-253-10/+0
* Remove special casingChris Lattner2003-08-251-3/+0
* Fix spelling error in comment.Brian Gaeke2003-08-251-1/+1
* Added autoconf code that verifies that the C compiler is at the minimumJohn Criswell2003-08-251-1/+0
* Added code to check for python and qmtest.John Criswell2003-08-252-30/+212
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-243-42/+78
* Simplify codeChris Lattner2003-08-242-6/+2
* New testcaseChris Lattner2003-08-241-0/+10
* Add outputChris Lattner2003-08-241-1/+3
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-241-4/+4
* Remove some long-dead codeChris Lattner2003-08-241-16/+0
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-245-22/+36
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-241-2/+2
* Targets should configure themselves based on a Module, not some wierd flagsChris Lattner2003-08-243-12/+12
* Targets should configure themselves based on the module, not some wierd flagsChris Lattner2003-08-241-16/+3
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-243-3/+3
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-243-6/+27