oota-llvm.git
2004-05-27 Alkis EvlogimenosAdd section on the newly added Instruction and subclass...
2004-05-27 John CriswellOnly give warnings if the user doesn't have mmap()...
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
2004-05-26 Chris LattnerFix a test that was "broken" by new optimizations....
2004-05-26 Alkis EvlogimenosDo not pass a null pointer if this instruction is not...
2004-05-26 Alkis EvlogimenosInline trivial constructors.
2004-05-26 Reid SpencerSeveral clean ups suggested by Chris: remove tabs,...
2004-05-26 Reid SpencerProvide the correct patch for bug 345. The solution...
2004-05-26 Reid SpencerTighten up checking on SymbolTable interface to make...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2004-05-26 Alkis EvlogimenosUse one destination constructor for the unconditional...
2004-05-26 Misha BrukmanFix spelling of doxygen directive.
2004-05-26 Chris LattnerFix PR344: the incorrect remove was being used.
2004-05-26 Chris LattnerMake the test use the %A type
2004-05-26 Chris LattnerA quick and ugly hack to fix PR345. I used TypeTy...
2004-05-26 Chris LattnerFix a bug in reid's checkin
2004-05-26 Reid SpencerAdded a section on the SymbolTable class.
2004-05-26 Reid SpencerPart of bug 122:
2004-05-26 Reid SpencerPart of bug 122. Removed dependency of AsmWriter on...
2004-05-26 Tanya LattnerAdding scheduling class.
2004-05-26 Tanya LattnerUpdating my cvs versions. THis is still in progress...
2004-05-25 Brian GaekeAdd a (not very meaningful) default constructor for...
2004-05-25 Reid SpencerPut SlotTable.h inclusion back at front of list to...
2004-05-25 Reid SpencerChange the install-includes target to completely ignore...
2004-05-25 Reid SpencerMake the constructor explicit so we can't implicitly...
2004-05-25 Reid SpencerMake some improvements suggested by Chris.
2004-05-25 Reid SpencerAdding the initial implementation of the SlotTable...
2004-05-25 Alkis EvlogimenosRemove this file as well as it is no longer needed...
2004-05-25 Reid SpencerDocument a couple functions.
2004-05-25 Chris LattnerMake use of the doc_author and doc_code styles. <tt...
2004-05-25 Reid SpencerChanged to use SymbolTable's new iteration interfaces.
2004-05-25 Reid SpencerChanged to use SymbolTable's new lookup interface.
2004-05-25 Reid SpencerRemoved unused, useless header file.
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
next