summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Substantially improve code generation for address exposed locals (aka fixedChris Lattner2004-05-132-128/+202
* Reduce line length to about 80 chars.Reid Spencer2004-05-131-6/+43
* Insert spacing between the table and the next section.Misha Brukman2004-05-131-1/+2
* * Use stylesheets for table borders so we factor out the formatting and canMisha Brukman2004-05-131-336/+343
* Fix a comment.Brian Gaeke2004-05-121-2/+4
* Fix a really nasty bug from my changes on Monday to PHIElim. These changesChris Lattner2004-05-121-11/+19
* Break lines at 80 cols; eliminate extra space caused by a single <p> tag on aMisha Brukman2004-05-121-34/+35
* Start NextMBBNumber out at zero.Brian Gaeke2004-05-121-1/+1
* Add non-const MachineBasicBlock::getParent() accessor method.Brian Gaeke2004-05-121-0/+19
* Add a NextMBBNumber field w/ incrementing accessor method, forBrian Gaeke2004-05-121-0/+7
* Add a Number field w/ accessor method, for function-level unique numberingBrian Gaeke2004-05-121-1/+8
* Make the subsubsections stand out a bit moreChris Lattner2004-05-121-1/+2
* These images have been moved to img/Misha Brukman2004-05-122-0/+0
* Use the images in the img/ directory.Misha Brukman2004-05-122-2/+2
* Finally, switch to a stylesheet that makes the documentation easier on the eyesMisha Brukman2004-05-121-12/+8
* Centralize images in this dir; add lines.gif from website for consistentMisha Brukman2004-05-123-0/+0
* Make file use stylesheets and be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-386/+442
* Made document HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-69/+78
* Make file standard-compliant once again.Misha Brukman2004-05-121-21/+10
* Made file comply with HTML-4.01 (Strict)Misha Brukman2004-05-121-234/+179
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-121-7/+0
* Made file HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-12/+12
* Made to be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-14/+16
* Made to be HTML-4.01 (Strict) -compliant.Misha Brukman2004-05-121-13/+18
* Add proper footer since this file is HTML-4.01 compliant.Misha Brukman2004-05-121-6/+9
* Make document HTML-4.01 (Strict) compliant.Misha Brukman2004-05-121-265/+184
* Fix grammar: remove `the' before LLVM.Misha Brukman2004-05-121-2/+2
* * Make the document format follow the stringent purple standards (like the restMisha Brukman2004-05-121-265/+162
* Pass boolean constants into function calls more efficiently, generating:Chris Lattner2004-05-122-2/+14
* Do not pass in the same argument to the extracted function more than once, andChris Lattner2004-05-121-1/+8
* Check to see if all blocks are extractible first.Chris Lattner2004-05-121-8/+19
* Implement support for code extracting basic blocks that have a returnChris Lattner2004-05-121-2/+12
* Implement splitting of PHI nodes, allowing block extraction of BB's that haveChris Lattner2004-05-121-7/+96
* * Pull some code out into the definedInRegion/definedInCaller methodsChris Lattner2004-05-121-78/+78
* Generate substantially better code when there are a limited number of exitsChris Lattner2004-05-121-22/+61
* Two minor improvements:Chris Lattner2004-05-121-18/+14
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-121-6/+5
* This file has been superseded by docs/index.html .Misha Brukman2004-05-121-128/+1
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-121-2/+35
* Add link to Valgrind.Misha Brukman2004-05-121-2/+3
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-113-0/+188
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-111-0/+2
* Add a note to make sure the program is memory correctChris Lattner2004-05-111-3/+9
* Added obsequi.John Criswell2004-05-111-0/+1
* Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke2004-05-111-2/+1
* Unbreak the build on X86.Chris Lattner2004-05-111-0/+1
* Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke2004-05-111-2/+2
* Do not hardcode the name of gcc, because its full pathname may have beenBrian Gaeke2004-05-111-1/+1
* Do not depend on the path to bashBrian Gaeke2004-05-111-1/+1
* Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke2004-05-111-0/+1