aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-14This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman
2004-05-14Put outputs of each type into a separate subdirectory.Misha Brukman
2004-05-14More pods... work in progressBrian Gaeke
2004-05-14Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman
2004-05-14Mention the --tool-args option that Brian and Chris added.Misha Brukman
2004-05-14Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman
2004-05-14NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke
2004-05-14This seems like as good a place as any to keep POD files.Brian Gaeke
2004-05-14Don't keep track of references to LLVM BasicBlocks while emitting; useBrian Gaeke
2004-05-14Support MachineBasicBlock operands on RawFrm instructions.Brian Gaeke
2004-05-14Generate branch machine instructions with MachineBasicBlock operands instead ofBrian Gaeke
2004-05-13This was not meant to be committedChris Lattner
2004-05-13Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflowChris Lattner
2004-05-13New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner
2004-05-13Specify units in padding length.Misha Brukman
2004-05-13Make page HTML-4.01 compliant (& => &amp; in URL).Misha Brukman
2004-05-13Two more improvements for null pointer handling: storing a null pointerChris Lattner
2004-05-13Second half of my fixed-sized-alloca patch. This folds the LEA to computeChris Lattner
2004-05-13Substantially improve code generation for address exposed locals (aka fixedChris Lattner
2004-05-13Reduce line length to about 80 chars.Reid Spencer
2004-05-13Insert spacing between the table and the next section.Misha Brukman
2004-05-13* Use stylesheets for table borders so we factor out the formatting and canMisha Brukman
2004-05-12Fix a comment.Brian Gaeke
2004-05-12Fix a really nasty bug from my changes on Monday to PHIElim. These changesChris Lattner
2004-05-12Break lines at 80 cols; eliminate extra space caused by a single <p> tag on aMisha Brukman
2004-05-12Start NextMBBNumber out at zero.Brian Gaeke
2004-05-12Add non-const MachineBasicBlock::getParent() accessor method.Brian Gaeke
2004-05-12Add a NextMBBNumber field w/ incrementing accessor method, forBrian Gaeke
2004-05-12Add a Number field w/ accessor method, for function-level unique numberingBrian Gaeke
2004-05-12Make the subsubsections stand out a bit moreChris Lattner
2004-05-12These images have been moved to img/Misha Brukman
2004-05-12Use the images in the img/ directory.Misha Brukman
2004-05-12Finally, switch to a stylesheet that makes the documentation easier on the eyesMisha Brukman
2004-05-12Centralize images in this dir; add lines.gif from website for consistentMisha Brukman
2004-05-12Make file use stylesheets and be HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Made document HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Make file standard-compliant once again.Misha Brukman
2004-05-12Made file comply with HTML-4.01 (Strict)Misha Brukman
2004-05-12Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner
2004-05-12Made file HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Made to be HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Made to be HTML-4.01 (Strict) -compliant.Misha Brukman
2004-05-12Add proper footer since this file is HTML-4.01 compliant.Misha Brukman
2004-05-12Make document HTML-4.01 (Strict) compliant.Misha Brukman
2004-05-12Fix grammar: remove `the' before LLVM.Misha Brukman
2004-05-12* Make the document format follow the stringent purple standards (like the restMisha Brukman
2004-05-12Pass boolean constants into function calls more efficiently, generating:Chris Lattner
2004-05-12Do not pass in the same argument to the extracted function more than once, andChris Lattner
2004-05-12Check to see if all blocks are extractible first.Chris Lattner
2004-05-12Implement support for code extracting basic blocks that have a returnChris Lattner