Reduce the amount of LLVM Values for which we save reg. allocator
[oota-llvm.git] / lib /
2004-05-30 Brian GaekeReduce the amount of LLVM Values for which we save...
2004-05-30 Brian GaekeRename verifySavedState to dumpSavedState. Give it...
2004-05-30 Brian GaekeInsert machine instructions generated for Phi nodes...
2004-05-30 Brian GaekeFix typo in head-of-file comment.
2004-05-30 Reid SpencerFix a bug that Chris asserts emphatically is a bug...
2004-05-30 Reid SpencerMoved this file to lib/Bytecode/Writer because its...
2004-05-29 Brian GaekeRemove unused #include.
2004-05-29 Brian GaekeAdd comments.
2004-05-29 Brian GaekeTrim whitespace.
2004-05-29 Brian GaekeGive InsertCodeForPhis() a new documentation comment.
2004-05-29 Alkis EvlogimenosAdd method to assign stack slot to virtual register...
2004-05-29 Alkis EvlogimenosAdd grow() member that grows the maps when the number...
2004-05-29 Alkis EvlogimenosRemove defs vector from live intervals.
2004-05-28 Chris LattnerThoroughly rehack the dynamic linking mechanisms on...
2004-05-28 Chris LattnerPrune #includes
2004-05-28 Tanya Lattnerupdates to ModuloSched
2004-05-28 Brian GaekeGive PhiCp nodes better names in many cases.
2004-05-28 Brian GaekeMake debugging output with -print-machineinstrs more...
2004-05-28 Chris LattnerFix the big regression that has been killing the nightl...
2004-05-28 Chris LattnerDon't use size() when you mean empty()
2004-05-28 Chris LattnerMinor efficiency gain: do 1 nlogn lookup instead of two
2004-05-28 Chris LattnerMinor changes. Switch to a SymbolTable remove that...
2004-05-28 Chris LattnerFix one of the major things that is causing the C Backe...
2004-05-28 Chris LattnerAdd support for getting executable memory on Windows...
2004-05-28 Chris LattnerAdd a new function for the JIT. libsupport is now...
2004-05-28 Chris LattnerUse the SystemUtils.h file to do our dirty work.
2004-05-28 Chris LattnerAdd support for zero length files
2004-05-28 Chris LattnerUse the new FileUtilities.h API for mapping a file...
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-05-28 Reid SpencerRemove some more dead code resulting from adding setTyp...
2004-05-27 Reid SpencerRemove an assertion that uses Type::TypeTy that is...
2004-05-27 Reid SpencerClean up a comment.
2004-05-27 Reid SpencerFix for bug 348.
2004-05-27 Brian GaekeMake comment lines stick out less.
2004-05-27 Chris LattnerRemove long unused #includes
2004-05-27 Chris LattnerThese #includes are long dead
2004-05-27 John CriswellFix a bug in the -deadtypeelim pass. The SymbolTable...
2004-05-27 Chris LattnerFix warnings about reaching end of non-void function
2004-05-27 Chris LattnerAdd DynamicLinker support for systems that provide...
2004-05-27 Reid SpencerUse the SymbolTable::isEmpty() method instead of checki...
2004-05-27 Chris LattnerThis code is a real mess, but at least get the JIT...
2004-05-27 Chris LattnerAdd support for dos-style files
2004-05-27 Chris LattnerFix InstCombine/load.ll & PR347.
2004-05-27 Chris LattnerImplement constant folding of fmod, which is used a...
2004-05-27 Chris LattnerRestructure call constant folding code a bit to make...
2004-05-27 Chris LattnerHeader file moved
2004-05-27 Chris LattnerSignals.h header moved. Eventually this should move...
2004-05-27 Chris LattnerChanges to make libSupport build on systems that don...
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
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 Alkis EvlogimenosRefactor common initialization code in private init...
2004-05-26 Alkis EvlogimenosUse one destination constructor for the unconditional...
2004-05-26 Chris LattnerFix PR344: the incorrect remove was being used.
2004-05-26 Chris LattnerA quick and ugly hack to fix PR345. I used TypeTy...
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 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 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 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 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 LattnerImplement some helpers
2004-05-25 Chris LattnerImplement instcombine/cast.ll:test16:
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 LattnerEliminate an explicit use of the LLVM basic block,...
2004-05-24 Tanya LattnerChanged clone to be const.
2004-05-23 Chris LattnerSpelling people's names right is kinda important
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 LattnerChanges to work with the changes to the AliasAnalysis...
next