oota-llvm.git
2004-05-23 Chris LattnerInitial checkin of GC implementation support files
2004-05-23 Reid SpencerCreate a new style for tables that have no width (...
2004-05-23 Chris LattnerCheck in an EARLY START on a simple copying collector
2004-05-23 Chris LattnerAdd a simple testcase for garbage collection support
2004-05-23 Chris LattnerAdd support for accurate garbage collection to the...
2004-05-23 Chris LattnerAdd some notes to myself, no functional changes
2004-05-23 Chris Lattnerminor wording change
2004-05-23 Chris LattnerFix cases where we missed inlining some more obvious...
2004-05-23 Chris LattnerSimplify the interface and remove an unneeded #include
2004-05-23 Chris LattnerFairly substantial changes to update the alias analysis...
2004-05-23 Chris LattnerAdjust to the changes in the AliasSetTracker interface
2004-05-23 Chris LattnerAdd support for replacement of formal arguments with...
2004-05-23 Chris LattnerImplement the -lowergc pass which is used by code gener...
2004-05-23 Chris LattnerRecognize and verify the new GC intrinsics.
2004-05-23 Chris LattnerAdd the new GC intrinsics
2004-05-23 Chris LattnerAdd a new prototype
2004-05-23 Chris LattnerChanges to work with the changes to the AliasAnalysis...
2004-05-23 Chris LattnerMove the -no-aa AA implementation into this file since...
2004-05-23 Chris LattnerUpdates to work with the new auto-forwarding AA interfa...
2004-05-23 Chris LattnerFix a really nasty bug with the -disable-ds-field-sensi...
2004-05-23 Chris LattnerUpdate to match the autochaining interface that the...
2004-05-23 Chris LattnerImplement the interfaces to update value numbering...
2004-05-23 Chris LattnerSeveral *major* changes to the AA interfaces:
2004-05-23 Chris LattnerAdd interfaces to update value numbering results
2004-05-23 Chris LattnerRename a method
2004-05-23 Chris LattnerMake use of the new doc_author class. "Seperate conten...
2004-05-23 Chris LattnerLots of minor cleanups and clarifications
2004-05-23 Chris LattnerRemove implemented stuff
2004-05-23 Chris LattnerDescribe the new garbage collector intrinsics
2004-05-23 Chris LattnerLots of minor fixes and formatting improvements
2004-05-23 Chris LattnerUpdate the coding standards, removign the bit about...
2004-05-23 Chris LattnerSubstantially expand and update the alias analysis...
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...
next