oota-llvm.git
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.
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
next