aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch this from using an std::map to using a DenseMap. This speeds upChris Lattner2004-05-101-6/+5
* Use a new VRegPHIUseCount to compute uses of PHI values by other phi valuesChris Lattner2004-05-101-14/+21
* Now that we use an ilist of machine instructions, iterators are more robustChris Lattner2004-05-101-5/+8
* Fix a fairly serious pessimizaion that was preventing us from efficientlyChris Lattner2004-05-102-4/+6
* Bug fixedChris Lattner2004-05-101-0/+1
* Patch to fix PR337. Make sure to mark all aliased physical registers as usedChris Lattner2004-05-101-3/+8
* Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner2004-05-101-0/+15
* Bug 178 FixedReid Spencer2004-05-091-0/+2
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-095-42/+37
* Fix some comments, avoid sign extending booleans when zero extend works fineChris Lattner2004-05-092-10/+10
* Generate more efficient code for casting booleans to integers (no sign extens...Chris Lattner2004-05-092-2/+2
* syntactically loopify natural loops so that the GCC loop optimizer can find t...Chris Lattner2004-05-092-104/+170
* Do not emit prototypes for setjmp/longjmp, as they are handled speciallyChris Lattner2004-05-092-2/+4
* Fine grainify namespacificationChris Lattner2004-05-091-4/+1
* Make the floating point constant pools local to each function, split theChris Lattner2004-05-092-198/+224
* Bug fixed.Brian Gaeke2004-05-091-8/+12