aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-10-23A new testcase for an instcombine miscompilation!Chris Lattner1-0/+10
2003-10-23Fix apparent typo in head-of-file comment.Brian Gaeke1-1/+1
2003-10-23Minor editsChris Lattner1-14/+21
2003-10-23Make this pass substantially stronger by having it delete dead return valuesChris Lattner1-127/+354
2003-10-23To say this file is obsolete to understate the obviousChris Lattner1-15/+0
2003-10-23Really close the <li> tags.Misha Brukman1-22/+22
2003-10-23Remove extraneous comments.Misha Brukman1-3/+0
2003-10-23* Quote a value in <font> tag.Misha Brukman1-2/+2
2003-10-23* Use UTF-8 instead of ISO-8859-1Misha Brukman1-38/+47
2003-10-22* Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;)Misha Brukman1-177/+232
2003-10-22We will distributed this stylesheet with the documentation, as well as use itMisha Brukman1-0/+27
2003-10-22This important patch fixes two warnings in the linker which can occur from li...Chris Lattner1-4/+33
2003-10-22New testcase for the deadreturnvalue deletion extension to -deadargelimChris Lattner2-0/+55
2003-10-22Change the type of FnAllocState.Brian Gaeke1-1/+1
2003-10-22Don't worry about converting each function's reg. alloc. state into One BigBrian Gaeke1-20/+21
2003-10-22Add prototype for verifySavedState().Brian Gaeke1-0/+1
2003-10-22Doxygenify method comments.Brian Gaeke1-207/+154
2003-10-22This is a disgusting hack that improves code substantially, by makingChris Lattner1-2/+122
2003-10-22Clarify our testing experience.Brian Gaeke1-1/+2
2003-10-22Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke1-1/+1
2003-10-22I think this file is not included by anything.Brian Gaeke1-23/+0
2003-10-22* Changed URL referring to zion to use llvm insteadMisha Brukman1-9/+5
2003-10-22Do not add unreachable code to a natural loop!Chris Lattner1-1/+4
2003-10-22Make sure to print labels on nodes without namesChris Lattner1-1/+7
2003-10-22If the basic block has no name, make sure to print the % number of itChris Lattner1-1/+7
2003-10-22Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner1-0/+144
2003-10-22Add two new function stubs for viewing the CFG of a function inside of theChris Lattner1-0/+15
2003-10-22Delete the -print-cfg pass from this fileChris Lattner1-67/+2
2003-10-22Added information on using Bugzilla.John Criswell1-4/+18
2003-10-22Add comments to describe what these functions actually do.Misha Brukman1-0/+7
2003-10-22* Use <cmath> instead of <math.h>Misha Brukman1-12/+12
2003-10-22Removed completely duplicated function comment (an identical one appears later).Misha Brukman1-19/+0
2003-10-22No, really, order the #includes correctly.Misha Brukman1-1/+1
2003-10-22Update the 'used' flag correctlyChris Lattner1-6/+7
2003-10-22Loop over the module, not the symbol table. This makes the code handleChris Lattner1-21/+18
2003-10-22New library neededChris Lattner1-2/+2
2003-10-22Implement FunctionResolve/2003-10-21-GlobalResolveHack.llChris Lattner1-2/+34
2003-10-22New testcase for fun hack that is absolutely necessary for the C++ stdlib.Chris Lattner1-0/+14
2003-10-22* Fix order of #includes to follow style guideMisha Brukman1-39/+27
2003-10-22Converted tabs to spaces.Misha Brukman1-1/+1
2003-10-21Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.llChris Lattner1-55/+19
2003-10-21New testcase: globals should be linked if they are the wrong type. We shouldChris Lattner1-0/+10
2003-10-21Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.llChris Lattner1-13/+10
2003-10-21New testcase. The linker should not consider it an error if two typesChris Lattner1-0/+7
2003-10-21Add C/C++ build instructions, first draft.Brian Gaeke1-0/+140
2003-10-21Fix message to make more sense and confuse Chris lessChris Lattner1-2/+7
2003-10-21New testcase, fixed in the C++ frontendChris Lattner1-0/+12
2003-10-21Added the name of the public CVS repository.John Criswell1-13/+8
2003-10-21Fix off-by-one error in processing of libraries named on command line.Brian Gaeke1-1/+1
2003-10-21Adding information on what testing support is provided by the LLVM buildJohn Criswell1-0/+34