Age | Commit message (Expand) | Author |
2003-10-23 | A new testcase for an instcombine miscompilation! | Chris Lattner |
2003-10-23 | Fix apparent typo in head-of-file comment. | Brian Gaeke |
2003-10-23 | Minor edits | Chris Lattner |
2003-10-23 | Make this pass substantially stronger by having it delete dead return values | Chris Lattner |
2003-10-23 | To say this file is obsolete to understate the obvious | Chris Lattner |
2003-10-23 | Really close the <li> tags. | Misha Brukman |
2003-10-23 | Remove 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-1 | Misha Brukman |
2003-10-22 | * Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;) | Misha Brukman |
2003-10-22 | We will distributed this stylesheet with the documentation, as well as use it | Misha Brukman |
2003-10-22 | This important patch fixes two warnings in the linker which can occur from li... | Chris Lattner |
2003-10-22 | New testcase for the deadreturnvalue deletion extension to -deadargelim | Chris Lattner |
2003-10-22 | Change the type of FnAllocState. | Brian Gaeke |
2003-10-22 | Don't worry about converting each function's reg. alloc. state into One Big | Brian Gaeke |
2003-10-22 | Add prototype for verifySavedState(). | Brian Gaeke |
2003-10-22 | Doxygenify method comments. | Brian Gaeke |
2003-10-22 | This is a disgusting hack that improves code substantially, by making | Chris Lattner |
2003-10-22 | Clarify our testing experience. | Brian Gaeke |
2003-10-22 | Do not check for strings.h. This is an old, old, old pre-C89 header that | Brian Gaeke |
2003-10-22 | I think this file is not included by anything. | Brian Gaeke |
2003-10-22 | * Changed URL referring to zion to use llvm instead | Misha Brukman |
2003-10-22 | Do not add unreachable code to a natural loop! | Chris Lattner |
2003-10-22 | Make sure to print labels on nodes without names | Chris Lattner |
2003-10-22 | If the basic block has no name, make sure to print the % number of it | Chris Lattner |
2003-10-22 | Implement the Function::viewCFG* methods, for use in a debugger. Also, the | Chris Lattner |
2003-10-22 | Add two new function stubs for viewing the CFG of a function inside of the | Chris Lattner |
2003-10-22 | Delete the -print-cfg pass from this file | Chris Lattner |
2003-10-22 | Added information on using Bugzilla. | John Criswell |
2003-10-22 | Add comments to describe what these functions actually do. | Misha Brukman |
2003-10-22 | * Use <cmath> instead of <math.h> | Misha Brukman |
2003-10-22 | Removed completely duplicated function comment (an identical one appears later). | Misha Brukman |
2003-10-22 | No, really, order the #includes correctly. | Misha Brukman |
2003-10-22 | Update the 'used' flag correctly | Chris Lattner |
2003-10-22 | Loop over the module, not the symbol table. This makes the code handle | Chris Lattner |
2003-10-22 | New library needed | Chris Lattner |
2003-10-22 | Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll | Chris Lattner |
2003-10-22 | New testcase for fun hack that is absolutely necessary for the C++ stdlib. | Chris Lattner |
2003-10-22 | * Fix order of #includes to follow style guide | Misha Brukman |
2003-10-22 | Converted tabs to spaces. | Misha Brukman |
2003-10-21 | Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll | Chris Lattner |
2003-10-21 | New testcase: globals should be linked if they are the wrong type. We should | Chris Lattner |
2003-10-21 | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner |
2003-10-21 | New testcase. The linker should not consider it an error if two types | Chris Lattner |
2003-10-21 | Add C/C++ build instructions, first draft. | Brian Gaeke |
2003-10-21 | Fix message to make more sense and confuse Chris less | Chris Lattner |
2003-10-21 | New testcase, fixed in the C++ frontend | Chris Lattner |
2003-10-21 | Added the name of the public CVS repository. | John Criswell |
2003-10-21 | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke |
2003-10-21 | Adding information on what testing support is provided by the LLVM build | John Criswell |