oota-llvm.git
2004-05-23 Chris LattnerVarious changes to make the docs look nicer. Add a...
2004-05-23 Chris LattnerAdd a new document describing the LLVM accurate garbage...
2004-05-23 Chris LattnerAdd a simple implementation of Andersen's interprocedur...
2004-05-23 Tanya LattnerFixed up my changes to add support for cloning Machine...
2004-05-23 Alkis EvlogimenosRemove virtual destructor from InstVisitor. This class...
2004-05-23 Chris LattnerFix a couple misplaced div tags
2004-05-23 Chris LattnerRevert back to the previous version, as it doesn't...
2004-05-23 Tanya LattnerAdding support to clone MachineInstr
2004-05-23 Reid SpencerAdded a "Miscellaneous Improvements" section to cover...
2004-05-23 Reid SpencerMake the file HTML 4.01 (Strict) clean.
2004-05-23 Reid SpencerAdditional content describing variable bit rate encodin...
2004-05-23 Alkis EvlogimenosPut back the inlined bug list. Use the OBJECT tag to...
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2004-05-23 Vikram S. AdveAdd getCaller() method.
2004-05-23 Vikram S. AdveInline both direct and indirect callees in the CBU...
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...
2004-05-23 Vikram S. AdveFix size/offset assertion to allow negative offsets...
2004-05-23 Brian GaekeFix a typo in a comment.
2004-05-23 Brian GaekeFix a typo in the head-of-file comment.
2004-05-22 Reid SpencerSome additional data added to the bytecode specification.
2004-05-22 Reid SpencerAdded an initial template/overview for documentation...
2004-05-22 Reid SpencerRemoved the 64-bit fix from the "to do" list since...
2004-05-21 Misha BrukmanPass the Makefile flags to recursive makes in {PARALLEL...
2004-05-21 Chris LattnerIt's not clear to me whether the old version was correc...
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-21 Chris LattnerBug fixed
2004-05-21 Chris LattnerFix for PR340: Verifier misses malformed switch instruction
2004-05-21 Chris LattnerTestcase for PR340: Verifier misses malformed switch...
2004-05-21 Misha BrukmanPass given flags on to recursive sub-makes.
2004-05-20 Alkis EvlogimenosChange DEPRECATED macro to ATTR_DEPRECATED as this...
2004-05-20 Chris LattnerFix to make the CBE always emit comparisons inline...
2004-05-20 Brian GaekeFix a bug in outputting branches to constant PCs. Since...
2004-05-19 Brian GaekeMinor simplification: eliminate a dyn_cast.
2004-05-19 Misha BrukmanAdd hint about syntax-highlighting non-standardly-named...
2004-05-19 Alkis EvlogimenosDeclare function defined in namespace llvm as gcc-3...
2004-05-19 Brian GaekeAdd CloneTraceInto(), which is based on (and has mostly...
2004-05-19 Brian GaekeMove RemapInstruction() to ValueMapper, so that it...
2004-05-17 Misha BrukmanMinor aesthetic alignments; no functional changes.
2004-05-17 Misha Brukman* Minor aesthetic alignment of iterator declarations
2004-05-17 Brian GaekeDefine erase forwarding method on traces
2004-05-17 Brian GaekeFold two assertions with backwards error messages into...
2004-05-14 Brian GaekeClean up this pass somewhat:
2004-05-14 Misha BrukmanRename "User's Guide" to "Command Guide" to be consiste...
2004-05-14 Misha BrukmanIgnore generated ps files.
2004-05-14 Misha BrukmanIgnore generated man files.
2004-05-14 Misha BrukmanIgnore generated HTML files.
2004-05-14 Misha BrukmanThis is the stylesheet used by perldoc.com; we shall...
2004-05-14 Misha BrukmanPut outputs of each type into a separate subdirectory.
2004-05-14 Brian GaekeMore pods... work in progress
2004-05-14 Misha BrukmanUse <pre> instead of <p><tt> combo to decrease space...
2004-05-14 Misha BrukmanMention the --tool-args option that Brian and Chris...
2004-05-14 Misha BrukmanMake link to HowToSubmitABug.html local instead of...
2004-05-14 Brian GaekeNAME section is supposed to have a brief description...
2004-05-14 Brian GaekeThis seems like as good a place as any to keep POD...
2004-05-14 Brian GaekeDon't keep track of references to LLVM BasicBlocks...
2004-05-14 Brian GaekeSupport MachineBasicBlock operands on RawFrm instructions.
2004-05-14 Brian GaekeGenerate branch machine instructions with MachineBasicB...
2004-05-13 Chris LattnerThis was not meant to be committed
2004-05-13 Chris LattnerFix a nasty bug that caused us to unroll EXTREMELY...
2004-05-13 Chris LattnerNew testcase that used to cause the unroller to try...
2004-05-13 Misha BrukmanSpecify units in padding length.
2004-05-13 Misha BrukmanMake page HTML-4.01 compliant (& => &amp; in URL).
2004-05-13 Chris LattnerTwo more improvements for null pointer handling: storin...
2004-05-13 Chris LattnerSecond half of my fixed-sized-alloca patch. This folds...
2004-05-13 Chris LattnerSubstantially improve code generation for address expos...
2004-05-13 Reid SpencerReduce line length to about 80 chars.
2004-05-13 Misha BrukmanInsert spacing between the table and the next section.
2004-05-13 Misha Brukman* Use stylesheets for table borders so we factor out...
2004-05-12 Brian GaekeFix a comment.
2004-05-12 Chris LattnerFix a really nasty bug from my changes on Monday to...
2004-05-12 Misha BrukmanBreak lines at 80 cols; eliminate extra space caused...
2004-05-12 Brian GaekeStart NextMBBNumber out at zero.
2004-05-12 Brian GaekeAdd non-const MachineBasicBlock::getParent() accessor...
2004-05-12 Brian GaekeAdd a NextMBBNumber field w/ incrementing accessor...
2004-05-12 Brian GaekeAdd a Number field w/ accessor method, for function...
2004-05-12 Chris LattnerMake the subsubsections stand out a bit more
2004-05-12 Misha BrukmanThese images have been moved to img/
2004-05-12 Misha BrukmanUse the images in the img/ directory.
2004-05-12 Misha BrukmanFinally, switch to a stylesheet that makes the document...
2004-05-12 Misha BrukmanCentralize images in this dir; add lines.gif from websi...
2004-05-12 Misha BrukmanMake file use stylesheets and be HTML-4.01 (Strict...
2004-05-12 Misha BrukmanMade document HTML-4.01 (Strict)-compliant.
2004-05-12 Misha BrukmanMake file standard-compliant once again.
2004-05-12 Misha BrukmanMade file comply with HTML-4.01 (Strict)
2004-05-12 Chris LattnerTurn the block extractor on by default now that it...
2004-05-12 Misha BrukmanMade file HTML-4.01 (Strict)-compliant.
2004-05-12 Misha BrukmanMade to be HTML-4.01 (Strict)-compliant.
2004-05-12 Misha BrukmanMade to be HTML-4.01 (Strict) -compliant.
2004-05-12 Misha BrukmanAdd proper footer since this file is HTML-4.01 compliant.
2004-05-12 Misha BrukmanMake document HTML-4.01 (Strict) compliant.
2004-05-12 Misha BrukmanFix grammar: remove `the' before LLVM.
2004-05-12 Misha Brukman* Make the document format follow the stringent purple...
2004-05-12 Chris LattnerPass boolean constants into function calls more efficie...
2004-05-12 Chris LattnerDo not pass in the same argument to the extracted funct...
2004-05-12 Chris LattnerCheck to see if all blocks are extractible first.
2004-05-12 Chris LattnerImplement support for code extracting basic blocks...
2004-05-12 Chris LattnerImplement splitting of PHI nodes, allowing block extrac...
2004-05-12 Chris Lattner* Pull some code out into the definedInRegion/definedIn...
2004-05-12 Chris LattnerGenerate substantially better code when there are a...
2004-05-12 Chris LattnerTwo minor improvements:
next