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