aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-10-22Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke
2003-10-22I think this file is not included by anything.Brian Gaeke
2003-10-22* Changed URL referring to zion to use llvm insteadMisha Brukman
2003-10-22Do not add unreachable code to a natural loop!Chris Lattner
2003-10-22Make sure to print labels on nodes without namesChris Lattner
2003-10-22If the basic block has no name, make sure to print the % number of itChris Lattner
2003-10-22Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner
2003-10-22Add two new function stubs for viewing the CFG of a function inside of theChris Lattner
2003-10-22Delete the -print-cfg pass from this fileChris Lattner
2003-10-22Added information on using Bugzilla.John Criswell
2003-10-22Add comments to describe what these functions actually do.Misha Brukman
2003-10-22* Use <cmath> instead of <math.h>Misha Brukman
2003-10-22Removed completely duplicated function comment (an identical one appears later).Misha Brukman
2003-10-22No, really, order the #includes correctly.Misha Brukman
2003-10-22Update the 'used' flag correctlyChris Lattner
2003-10-22Loop over the module, not the symbol table. This makes the code handleChris Lattner
2003-10-22New library neededChris Lattner
2003-10-22Implement FunctionResolve/2003-10-21-GlobalResolveHack.llChris Lattner
2003-10-22New testcase for fun hack that is absolutely necessary for the C++ stdlib.Chris Lattner
2003-10-22* Fix order of #includes to follow style guideMisha Brukman
2003-10-22Converted tabs to spaces.Misha Brukman
2003-10-21Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.llChris Lattner
2003-10-21New testcase: globals should be linked if they are the wrong type. We shouldChris Lattner
2003-10-21Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.llChris Lattner
2003-10-21New testcase. The linker should not consider it an error if two typesChris Lattner
2003-10-21Add C/C++ build instructions, first draft.Brian Gaeke
2003-10-21Fix message to make more sense and confuse Chris lessChris Lattner
2003-10-21New testcase, fixed in the C++ frontendChris Lattner
2003-10-21Added the name of the public CVS repository.John Criswell
2003-10-21Fix off-by-one error in processing of libraries named on command line.Brian Gaeke
2003-10-21Adding information on what testing support is provided by the LLVM buildJohn Criswell