oota-llvm.git
2004-05-25 Reid SpencerAdded a bit on slot numbers.
2004-05-25 Reid SpencerMade it illegal to pass a Type* through one of the...
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface. Remov...
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2004-05-25 Reid SpencerConvert to SymbolTable's new lookup and iteration inter...
2004-05-25 Reid SpencerRemove unused header file.
2004-05-25 Reid SpencerMake this pass simply invoke SymbolTable::strip().
2004-05-25 Reid SpencerRemove use of Type::TypeTy from an assert. It will...
2004-05-25 Reid SpencerGet rid of a wart: useless getFILE function is now...
2004-05-25 Reid SpencerGive Type its own dump() method in preparation for...
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2004-05-25 Reid SpencerConvert dump() method to call Type::dump() instead...
2004-05-25 Reid SpencerFix a small typo.
2004-05-25 Vikram S. AdveRecognize memalign and friends, and handle them specially.
2004-05-25 Chris LattnerImplement InstCombine:shift.ll:test16, which turns...
2004-05-25 Chris LattnerNew testcase
2004-05-25 Chris LattnerImplement some helpers
2004-05-25 Chris LattnerAdd some helpers
2004-05-25 Chris LattnerImplement instcombine/cast.ll:test16:
2004-05-25 Chris LattnerAdd a new test16 and fix some other tests that were...
2004-05-24 Chris LattnerMake doc_code shrink-to-fit. This only works in mozill...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Chris LattnerFix a bug in my previous checkin
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-24 Chris LattnerLots of minor typo fixes, some minor inaccuracies fixed...
2004-05-24 Chris Lattnernew feature
2004-05-24 Chris LattnerFix a couple of busted li's
2004-05-24 Chris LattnerAdd a todo to make it clear that the section is not...
2004-05-24 Chris LattnerPersonally, I think that documentation is as important...
2004-05-24 Chris LattnerFix a div problem that was causing some wierd indentati...
2004-05-24 Chris LattnerAdd some notes
2004-05-24 Chris LattnerAdd a link to the GC doc
2004-05-24 Chris LattnerEliminate an explicit use of the LLVM basic block,...
2004-05-24 Tanya LattnerChanged clone to be const.
2004-05-23 Alkis EvlogimenosEliminate warnings
2004-05-23 Chris LattnerTestcases for andersen's alias analysis.
2004-05-23 Chris LattnerSpelling people's names right is kinda important
2004-05-23 Chris LattnerBuild the garbage collectors
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.
next