oota-llvm.git
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 LattnerMake gccld copy the llvm-stub program to be the executi...
2004-06-02 Chris LattnerImplement the new CopyFile function
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-06-02 Misha BrukmanFix a double negation (in grammar).
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-06-02 Chris LattnerRefactor a bit of code into a function, no functionalit...
2004-06-02 Misha BrukmanFix spelling, trim empty space, tighten up function...
2004-06-02 Chris LattnerNo really cygwin, we LIKE .exe'ness.
2004-06-01 Chris LattnerBuild the llvm-stub directory
2004-06-01 Chris LattnerInitial checkin of a stub executable that can be used...
2004-06-01 Chris LattnerOn win32, process.h provides some of the traditional...
2004-06-01 Chris LattnerBug fixed
2004-06-01 Chris LattnerImplement PR315: abort, don't warn, when missing extern...
2004-06-01 Brian GaekeAdd spiff
2004-06-01 Brian GaekeUse new form of unconditional branch constructor.
2004-06-01 Brian GaekeCall Cygwin by its proper name, and give it a link...
2004-06-01 Brian GaekeMaybe this will keep people from breaking -branch-combine!
2004-06-01 Chris LattnerAdd a note about cygwin
2004-06-01 Chris LattnerMake tool names end with .exe on windows. This isn...
2004-06-01 John CriswellAdded the EXEEXT variable so that Makefiles can figure...
2004-06-01 Misha Brukman* Standardize footer
2004-06-01 Chris LattnerFinish the thought that got interrupted when my train...
2004-06-01 Chris LattnerFix wandering </a>, add note about cygwin being supported.
2004-06-01 Misha Brukman* Use sans-serif fonts just like in the rest of doxygen
2004-06-01 Chris Lattner* Make it HTML4.01
2004-06-01 Misha BrukmanMake doxygen pages look like our own documentation.
2004-06-01 Misha Brukman* Add the year 2003 back to the copyright line
2004-06-01 Misha Brukman* It's now the year 2004
2004-06-01 Chris LattnerAdd a warning about incompleteness, fix validation...
2004-06-01 John CriswellModified calcTypeName() so that it does not allocate...
2004-06-01 Chris LattnerIt's a small start, but it is certainly needed. Contri...
2004-05-31 Reid SpencerAlign the lower portion of the page with the left margi...
2004-05-31 Reid SpencerClean up the Feature and Regression test output to...
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 Alkis EvlogimenosAdd comparator useful for natural comparisons on collec...
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 SpencerMake the Regression/Feature test support excise all...
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 Chris LattnerFix bizzare problems when you include Config/dlfcn...
2004-05-28 Chris LattnerAdd links to new-featuer and code-cleanup bugs
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.
next