aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-24This commit was manufactured by cvs2svn to create tag 'RELEASE_1'.svn-tags/RELEASE_1cvs2svn
2003-10-23Updated configure script.John Criswell
2003-10-23We might as well strip off any CPRs before propagationChris Lattner
2003-10-23Fail gracefully if we have a zero arg varargs functionChris Lattner
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner
2003-10-23Reformat. A few minor edits.Brian Gaeke
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-23* Fix order of #include filesMisha Brukman
2003-10-23* Order #includes as per style guideMisha Brukman
2003-10-23* Use C++ style comments instead of C-styleMisha Brukman
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-23* We were forgetting to pass varargs arguments through a callChris Lattner
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-23Make code layout more consistent.Misha Brukman
2003-10-23Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner
2003-10-23Delete unused EmitByteSwap methodChris Lattner
2003-10-23Check in initial version of ipcpChris Lattner
2003-10-23Include new prototypeChris Lattner
2003-10-23Make code layout more consistent.Misha Brukman
2003-10-23Actually share constants local to a function!Chris Lattner
2003-10-23* Order includes according to style guideMisha Brukman
2003-10-23* Stop referring to llvmbugs mailing list, point them to BugzillaMisha Brukman
2003-10-23Update testChris Lattner
2003-10-23document real source of bugChris Lattner
2003-10-23Added new license information in preparation for LLVM 1.0.John Criswell
2003-10-23fix testChris Lattner
2003-10-23Fix testChris Lattner
2003-10-23Fix buggy testChris Lattner
2003-10-23Fix an assertion failure in BugpointChris Lattner
2003-10-23Do not report errors if QMTest returns a non-zero value.John Criswell
2003-10-23Fix bug: instcombine/2003-10-23-InstcombineNullFail.llChris Lattner
2003-10-23A new testcase for an instcombine miscompilation!Chris Lattner
2003-10-23Fix apparent typo in head-of-file comment.Brian Gaeke
2003-10-23Minor editsChris Lattner
2003-10-23Make this pass substantially stronger by having it delete dead return valuesChris Lattner
2003-10-23To say this file is obsolete to understate the obviousChris Lattner
2003-10-23Really close the <li> tags.Misha Brukman
2003-10-23Remove extraneous comments.Misha Brukman
2003-10-23* Quote a value in <font> tag.Misha Brukman
2003-10-23* Use UTF-8 instead of ISO-8859-1Misha Brukman
2003-10-22* Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;)Misha Brukman
2003-10-22We will distributed this stylesheet with the documentation, as well as use itMisha Brukman
2003-10-22This important patch fixes two warnings in the linker which can occur from li...Chris Lattner
2003-10-22New testcase for the deadreturnvalue deletion extension to -deadargelimChris Lattner
2003-10-22Change the type of FnAllocState.Brian Gaeke
2003-10-22Don't worry about converting each function's reg. alloc. state into One BigBrian Gaeke
2003-10-22Add prototype for verifySavedState().Brian Gaeke
2003-10-22Doxygenify method comments.Brian Gaeke
2003-10-22This is a disgusting hack that improves code substantially, by makingChris Lattner
2003-10-22Clarify our testing experience.Brian Gaeke