| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add prototype for verifySavedState(). | Brian Gaeke | 2003-10-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 9386 | ||||
| * | Doxygenify method comments. | Brian Gaeke | 2003-10-22 | 1 | -207/+154 |
| | | | | | | | | | Try to improve method comments a little. Get rid of some excess whitespace; put braces on previous line when possible. Add stub for method to verify the work of saveState(). llvm-svn: 9385 | ||||
| * | This is a disgusting hack that improves code substantially, by making | Chris Lattner | 2003-10-22 | 1 | -2/+122 |
| | | | | | | | callgraphSCC passes more effective. llvm-svn: 9384 | ||||
| * | Clarify our testing experience. | Brian Gaeke | 2003-10-22 | 1 | -1/+2 |
| | | | | | llvm-svn: 9383 | ||||
| * | Do not check for strings.h. This is an old, old, old pre-C89 header that | Brian Gaeke | 2003-10-22 | 1 | -1/+1 |
| | | | | | | | absolutely nothing should be using (and it looks like nothing IS using it). llvm-svn: 9381 | ||||
| * | I think this file is not included by anything. | Brian Gaeke | 2003-10-22 | 1 | -23/+0 |
| | | | | | llvm-svn: 9380 | ||||
| * | * Changed URL referring to zion to use llvm instead | Misha Brukman | 2003-10-22 | 1 | -9/+5 |
| | | | | | | | * Close <li> tags llvm-svn: 9378 | ||||
| * | Do not add unreachable code to a natural loop! | Chris Lattner | 2003-10-22 | 1 | -1/+4 |
| | | | | | llvm-svn: 9377 | ||||
| * | Make sure to print labels on nodes without names | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
| | | | | | llvm-svn: 9376 | ||||
| * | If the basic block has no name, make sure to print the % number of it | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
| | | | | | llvm-svn: 9375 | ||||
| * | Implement the Function::viewCFG* methods, for use in a debugger. Also, the | Chris Lattner | 2003-10-22 | 1 | -0/+144 |
| | | | | | | | -print-cfg pass now lives here. llvm-svn: 9374 | ||||
| * | Add two new function stubs for viewing the CFG of a function inside of the | Chris Lattner | 2003-10-22 | 1 | -0/+15 |
| | | | | | | | debugger llvm-svn: 9373 | ||||
| * | Delete the -print-cfg pass from this file | Chris Lattner | 2003-10-22 | 1 | -67/+2 |
| | | | | | llvm-svn: 9372 | ||||
| * | Added information on using Bugzilla. | John Criswell | 2003-10-22 | 1 | -4/+18 |
| | | | | | | | Removed information on using llvm-bugs to report bugs. llvm-svn: 9371 | ||||
| * | Add comments to describe what these functions actually do. | Misha Brukman | 2003-10-22 | 1 | -0/+7 |
| | | | | | llvm-svn: 9370 | ||||
| * | * Use <cmath> instead of <math.h> | Misha Brukman | 2003-10-22 | 1 | -12/+12 |
| | | | | | | | * Order #includes according to LLVM coding standards llvm-svn: 9369 | ||||
| * | Removed completely duplicated function comment (an identical one appears later). | Misha Brukman | 2003-10-22 | 1 | -19/+0 |
| | | | | | llvm-svn: 9368 | ||||
| * | No, really, order the #includes correctly. | Misha Brukman | 2003-10-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 9367 | ||||
| * | Update the 'used' flag correctly | Chris Lattner | 2003-10-22 | 1 | -6/+7 |
| | | | | | llvm-svn: 9366 | ||||
| * | Loop over the module, not the symbol table. This makes the code handle | Chris Lattner | 2003-10-22 | 1 | -21/+18 |
| | | | | | | | unused external functions again llvm-svn: 9365 | ||||
| * | New library needed | Chris Lattner | 2003-10-22 | 1 | -2/+2 |
| | | | | | llvm-svn: 9364 | ||||
| * | Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll | Chris Lattner | 2003-10-22 | 1 | -2/+34 |
| | | | | | llvm-svn: 9363 | ||||
| * | New testcase for fun hack that is absolutely necessary for the C++ stdlib. | Chris Lattner | 2003-10-22 | 1 | -0/+14 |
| | | | | | llvm-svn: 9362 | ||||
| * | * Fix order of #includes to follow style guide | Misha Brukman | 2003-10-22 | 1 | -39/+27 |
| | | | | | | | | | * It's no longer a BasicBlock pass: update comment on run() method * Fix placement of braces to be consistent * Delete extraneous whitespace llvm-svn: 9361 | ||||
| * | Converted tabs to spaces. | Misha Brukman | 2003-10-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 9360 | ||||
| * | Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll | Chris Lattner | 2003-10-21 | 1 | -55/+19 |
| | | | | | llvm-svn: 9359 | ||||
| * | New testcase: globals should be linked if they are the wrong type. We should | Chris Lattner | 2003-10-21 | 1 | -0/+10 |
| | | | | | | | just moan loudly. llvm-svn: 9358 | ||||
| * | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner | 2003-10-21 | 1 | -13/+10 |
| | | | | | llvm-svn: 9357 | ||||
| * | New testcase. The linker should not consider it an error if two types | Chris Lattner | 2003-10-21 | 1 | -0/+7 |
| | | | | | | | disagree. It should grumble, then go ahead and do it. llvm-svn: 9356 | ||||
| * | Add C/C++ build instructions, first draft. | Brian Gaeke | 2003-10-21 | 1 | -0/+140 |
| | | | | | llvm-svn: 9355 | ||||
| * | Fix message to make more sense and confuse Chris less | Chris Lattner | 2003-10-21 | 1 | -2/+7 |
| | | | | | llvm-svn: 9354 | ||||
| * | New testcase, fixed in the C++ frontend | Chris Lattner | 2003-10-21 | 1 | -0/+12 |
| | | | | | llvm-svn: 9353 | ||||
| * | Added the name of the public CVS repository. | John Criswell | 2003-10-21 | 1 | -13/+8 |
| | | | | | | | | Removed the use of CVSROOTDIR as it is no longer used. Fixed some word wrapping. llvm-svn: 9352 | ||||
| * | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 9351 | ||||
| * | Adding information on what testing support is provided by the LLVM build | John Criswell | 2003-10-21 | 1 | -0/+34 |
| | | | | | | | system. Currently, it is not much. llvm-svn: 9348 | ||||
| * | Add dummy content for libgdbm. | Misha Brukman | 2003-10-21 | 2 | -0/+15 |
| | | | | | llvm-svn: 9344 | ||||
| * | Fix libm's name to be `libm' | Misha Brukman | 2003-10-21 | 1 | -2/+2 |
| | | | | | llvm-svn: 9343 | ||||
| * | Fix library name and fix line to fit within 80 columns. | Misha Brukman | 2003-10-21 | 1 | -5/+5 |
| | | | | | llvm-svn: 9342 | ||||
| * | Add tools-only target, for bootstrapping the C/C++ front end. | Brian Gaeke | 2003-10-21 | 1 | -0/+3 |
| | | | | | llvm-svn: 9341 | ||||
| * | This was not a lower-switch bug, it was a preselection bug | Chris Lattner | 2003-10-21 | 1 | -16/+0 |
| | | | | | llvm-svn: 9340 | ||||
| * | When linking the runtime libraries, do not link -lc and -lgcc into the libraries | Chris Lattner | 2003-10-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 9339 | ||||
| * | Fix strcpy implementation and trie | Chris Lattner | 2003-10-21 | 1 | -1/+2 |
| | | | | | llvm-svn: 9338 | ||||
| * | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke | 2003-10-21 | 1 | -6/+24 |
| | | | | | | | | interpreter by default, by picking the first one that works from a hard-coded list. llvm-svn: 9337 | ||||
| * | Make sure to add a type for va_next operands, which may not other wise | Chris Lattner | 2003-10-21 | 1 | -2/+2 |
| | | | | | | | occur in the module llvm-svn: 9336 | ||||
| * | Fix problem which effected linking apache | Chris Lattner | 2003-10-21 | 2 | -3/+7 |
| | | | | | llvm-svn: 9335 | ||||
| * | Hrm, unbreak stuph :( | Chris Lattner | 2003-10-21 | 2 | -1/+2 |
| | | | | | llvm-svn: 9334 | ||||
| * | Fix preselection/lowerswitches bug | Chris Lattner | 2003-10-21 | 1 | -0/+3 |
| | | | | | llvm-svn: 9333 | ||||
| * | Pull the PHI special case into it's own visit* method | Chris Lattner | 2003-10-21 | 1 | -9/+12 |
| | | | | | llvm-svn: 9332 | ||||
| * | The lastOp operand is never used | Chris Lattner | 2003-10-21 | 1 | -20/+11 |
| | | | | | llvm-svn: 9331 | ||||
| * | Add more space! | Chris Lattner | 2003-10-21 | 1 | -4/+4 |
| | | | | | llvm-svn: 9330 | ||||

