summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Collapse)AuthorAgeFilesLines
* Add prototype for verifySavedState().Brian Gaeke2003-10-221-0/+1
| | | | llvm-svn: 9386
* Doxygenify method comments.Brian Gaeke2003-10-221-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 makingChris Lattner2003-10-221-2/+122
| | | | | | callgraphSCC passes more effective. llvm-svn: 9384
* Clarify our testing experience.Brian Gaeke2003-10-221-1/+2
| | | | llvm-svn: 9383
* Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke2003-10-221-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 Gaeke2003-10-221-23/+0
| | | | llvm-svn: 9380
* * Changed URL referring to zion to use llvm insteadMisha Brukman2003-10-221-9/+5
| | | | | | * Close <li> tags llvm-svn: 9378
* Do not add unreachable code to a natural loop!Chris Lattner2003-10-221-1/+4
| | | | llvm-svn: 9377
* Make sure to print labels on nodes without namesChris Lattner2003-10-221-1/+7
| | | | llvm-svn: 9376
* If the basic block has no name, make sure to print the % number of itChris Lattner2003-10-221-1/+7
| | | | llvm-svn: 9375
* Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner2003-10-221-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 theChris Lattner2003-10-221-0/+15
| | | | | | debugger llvm-svn: 9373
* Delete the -print-cfg pass from this fileChris Lattner2003-10-221-67/+2
| | | | llvm-svn: 9372
* Added information on using Bugzilla.John Criswell2003-10-221-4/+18
| | | | | | Removed information on using llvm-bugs to report bugs. llvm-svn: 9371
* Add comments to describe what these functions actually do.Misha Brukman2003-10-221-0/+7
| | | | llvm-svn: 9370
* * Use <cmath> instead of <math.h>Misha Brukman2003-10-221-12/+12
| | | | | | * Order #includes according to LLVM coding standards llvm-svn: 9369
* Removed completely duplicated function comment (an identical one appears later).Misha Brukman2003-10-221-19/+0
| | | | llvm-svn: 9368
* No, really, order the #includes correctly.Misha Brukman2003-10-221-1/+1
| | | | llvm-svn: 9367
* Update the 'used' flag correctlyChris Lattner2003-10-221-6/+7
| | | | llvm-svn: 9366
* Loop over the module, not the symbol table. This makes the code handleChris Lattner2003-10-221-21/+18
| | | | | | unused external functions again llvm-svn: 9365
* New library neededChris Lattner2003-10-221-2/+2
| | | | llvm-svn: 9364
* Implement FunctionResolve/2003-10-21-GlobalResolveHack.llChris Lattner2003-10-221-2/+34
| | | | llvm-svn: 9363
* New testcase for fun hack that is absolutely necessary for the C++ stdlib.Chris Lattner2003-10-221-0/+14
| | | | llvm-svn: 9362
* * Fix order of #includes to follow style guideMisha Brukman2003-10-221-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 Brukman2003-10-221-1/+1
| | | | llvm-svn: 9360
* Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.llChris Lattner2003-10-211-55/+19
| | | | llvm-svn: 9359
* New testcase: globals should be linked if they are the wrong type. We shouldChris Lattner2003-10-211-0/+10
| | | | | | just moan loudly. llvm-svn: 9358
* Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.llChris Lattner2003-10-211-13/+10
| | | | llvm-svn: 9357
* New testcase. The linker should not consider it an error if two typesChris Lattner2003-10-211-0/+7
| | | | | | disagree. It should grumble, then go ahead and do it. llvm-svn: 9356
* Add C/C++ build instructions, first draft.Brian Gaeke2003-10-211-0/+140
| | | | llvm-svn: 9355
* Fix message to make more sense and confuse Chris lessChris Lattner2003-10-211-2/+7
| | | | llvm-svn: 9354
* New testcase, fixed in the C++ frontendChris Lattner2003-10-211-0/+12
| | | | llvm-svn: 9353
* Added the name of the public CVS repository.John Criswell2003-10-211-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 Gaeke2003-10-211-1/+1
| | | | llvm-svn: 9351
* Adding information on what testing support is provided by the LLVM buildJohn Criswell2003-10-211-0/+34
| | | | | | system. Currently, it is not much. llvm-svn: 9348
* Add dummy content for libgdbm.Misha Brukman2003-10-212-0/+15
| | | | llvm-svn: 9344
* Fix libm's name to be `libm'Misha Brukman2003-10-211-2/+2
| | | | llvm-svn: 9343
* Fix library name and fix line to fit within 80 columns.Misha Brukman2003-10-211-5/+5
| | | | llvm-svn: 9342
* Add tools-only target, for bootstrapping the C/C++ front end.Brian Gaeke2003-10-211-0/+3
| | | | llvm-svn: 9341
* This was not a lower-switch bug, it was a preselection bugChris Lattner2003-10-211-16/+0
| | | | llvm-svn: 9340
* When linking the runtime libraries, do not link -lc and -lgcc into the librariesChris Lattner2003-10-211-1/+1
| | | | llvm-svn: 9339
* Fix strcpy implementation and trieChris Lattner2003-10-211-1/+2
| | | | llvm-svn: 9338
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-211-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 wiseChris Lattner2003-10-211-2/+2
| | | | | | occur in the module llvm-svn: 9336
* Fix problem which effected linking apacheChris Lattner2003-10-212-3/+7
| | | | llvm-svn: 9335
* Hrm, unbreak stuph :(Chris Lattner2003-10-212-1/+2
| | | | llvm-svn: 9334
* Fix preselection/lowerswitches bugChris Lattner2003-10-211-0/+3
| | | | llvm-svn: 9333
* Pull the PHI special case into it's own visit* methodChris Lattner2003-10-211-9/+12
| | | | llvm-svn: 9332
* The lastOp operand is never usedChris Lattner2003-10-211-20/+11
| | | | llvm-svn: 9331
* Add more space!Chris Lattner2003-10-211-4/+4
| | | | llvm-svn: 9330
OpenPOWER on IntegriCloud