oota-llvm.git
2004-05-28 Chris LattnerReid implemented this.
2004-05-28 Chris LattnerChanges to make the nightly tester run the regression...
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 LattnerUnbreak the bugpoint image
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 LattnerEliminate this form of SymbolTable::remove. It ignores...
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 LattnerAdd a new function for the JIT
2004-05-28 Chris LattnerUse the SystemUtils.h file to do our dirty work.
2004-05-28 Chris LattnerRight: the #includes are not needed either
2004-05-28 Chris LattnerAdd support for zero length files
2004-05-28 Chris LattnerUse fileutilities instead of mmap directly
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 Chris LattnerAn "autoconf wrapper" for the infamous windows.h file
2004-05-27 Reid SpencerMake the test pass by using the correct RUN: syntax.
2004-05-27 John CriswellAdded a check for a new header file.
2004-05-27 Chris LattnerNeuter the -q option. Stop printing the "program modif...
2004-05-27 Reid SpencerUse the SymbolTable::isEmpty() method instead of checki...
2004-05-27 Chris LattnerAdd support for dos-style files
2004-05-27 Chris LattnerThis code is a real mess, but at least get the JIT...
2004-05-27 Chris Lattnerdoxygen no longer builds into the docs tree, and we...
2004-05-27 Chris LattnerAdd support for dos-style files
2004-05-27 Chris LattnerAdd support for dos style files.
2004-05-27 Chris LattnerAdd back a test I accidentally removed
2004-05-27 Chris LattnerFix InstCombine/load.ll & PR347.
2004-05-27 Chris LattnerAdd another testcase
2004-05-27 Reid SpencerRe-introduce the -q option and make opt always return...
2004-05-27 Reid SpencerAdded a "RUN:" line so this file can be executed by...
2004-05-27 Reid SpencerRemoved the -q option and the default message written...
2004-05-27 Chris Lattnerremove bogus test
2004-05-27 Chris LattnerMake the test test what it is supposed to
2004-05-27 Chris LattnerThe -exprs pass is no longer with LLVM. *sniff*
2004-05-27 Chris LattnerCorrect test. use "not grep" instead of "grep -v"
2004-05-27 Chris LattnerImplement constant folding of fmod, which is used a...
2004-05-27 Chris LattnerRight, globals aren't values yet..
2004-05-27 Chris LattnerRestructure call constant folding code a bit to make...
2004-05-27 Chris LattnerAdd a simple pass.
2004-05-27 Chris LattnerContinue the exposition
2004-05-27 Chris LattnerContinue the implementation
2004-05-27 Chris LattnerA few more microsteps
2004-05-27 Chris Lattnergc_init now gets an argument
2004-05-27 Chris LattnerUhh, that doesn't exist.
2004-05-27 Chris LattnerBeta-test moving a header from include/Support into...
2004-05-27 Chris LattnerHeader file moved
2004-05-27 Chris LattnerHeader moved
2004-05-27 Chris LattnerSignals.h header moved. Eventually this should move...
2004-05-27 Chris LattnerMoved header from include/Support/ to include/llvm...
2004-05-27 Chris LattnerChanges to make libSupport build on systems that don...
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.
next