Adjust to the new TargetMachine interface
[oota-llvm.git] / lib /
2004-06-02 Chris LattnerAdjust to the new TargetMachine interface
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-06-02 Chris LattnerInline findOptimalStorageSize into it's caller, both...
2004-06-02 Chris LattnerAdjust to new TM interface
2004-06-02 Chris LattnerMethod has been inlined into all callers
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-06-02 Chris LattnerStubs are no longer needed
2004-06-02 Chris LattnerAdjust to new TM interfaces
2004-06-02 Chris LattnerFinegrainify namespacification
2004-06-02 Chris LattnerFix a trivial but blatant bug
2004-06-02 Chris LattnerImplement the new CopyFile function
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-06-02 Misha BrukmanFix spelling, trim empty space, tighten up function...
2004-06-01 Chris LattnerImplement PR315: abort, don't warn, when missing extern...
2004-06-01 Brian GaekeUse new form of unconditional branch constructor.
2004-06-01 John CriswellModified calcTypeName() so that it does not allocate...
2004-05-30 Brian GaekeThere is no "mcff" here; delete the confusing comments...
2004-05-30 Alkis EvlogimenosPull Interval class out of LiveIntervals.
2004-05-30 Brian GaekeTransform an occurrence of if(...) { assert (0) }.
2004-05-30 Alkis EvlogimenosWhen spilling an register, introduce a new temporary...
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.
next