oota-llvm.git
2004-09-23 Alkis EvlogimenosUpdate email address
2004-09-23 Chris LattnerGrrr... I shouldn't have to do this one :)
2004-09-23 Chris LattnerUpdate credits
2004-09-23 Reid SpencerCorrect the rules for making shared libraries per libto...
2004-09-22 Misha BrukmanUse the V8/V9 shared register file description
2004-09-22 Misha BrukmanCombine the F2 and F3 instruction classes into one...
2004-09-22 Misha BrukmanFix file header path
2004-09-22 Misha BrukmanPrettify formatting of the file, adjust paths to making...
2004-09-22 Misha BrukmanV8 is now a subdirectory of Sparc; adjust paths accordingly
2004-09-22 Reid SpencerUpdate to add the HAVE_UINT64_T test and the STACK_DIRE...
2004-09-22 Reid SpencerThe alloca function, strangely enough, is found in...
2004-09-22 Nate Begemanadd optimized code sequences for setcc x, 0
2004-09-21 Chris LattnerDo not fold (X + C1 != C2) if there are other users...
2004-09-21 Alkis EvlogimenosThe real x87 floating point registers should not be...
2004-09-21 Misha Brukmans/ISel/PPC64ISel/ to have unique class names for debugg...
2004-09-21 Misha Brukmans/ISel/PPC32ISel/ to have unique class names for debugg...
2004-09-21 Misha Brukmans/ISel/X86ISel/ to have unique class names for debuggin...
2004-09-21 Chris LattnerMake sure to set the operand list
2004-09-21 Reid SpencerFix a problem where the mmap_file test was generating...
2004-09-21 Reid SpencerChange the warning text so that NO warnings are permitt...
2004-09-21 Reid SpencerDon't attempt to (illegally) configure a subdir if...
2004-09-21 Reid SpencerFix the program passed to AC_LANG_PROGRAM to be only...
2004-09-21 Misha BrukmanThanks to Brad Jones for packed type support!
2004-09-21 Misha BrukmanThanks to Brad for documentation on adding a DerivedType
2004-09-21 Chris LattnerThis is an empty directory
2004-09-21 Chris LattnerThis is a dead directory now
2004-09-20 Reid SpencerChange the name of the "known" module for Java from...
2004-09-20 Alkis EvlogimenosUse the right directory for the Java frontend
2004-09-20 Chris LattnerFix potential miscompilations: InstCombine/2004-09...
2004-09-20 Chris LattnerTwo testcases for invalid transformations that instcomb...
2004-09-20 Reid SpencerDocumentation upgrade.
2004-09-20 Reid SpencerFinish the documentation.
2004-09-20 Reid SpencerTighten up the specification of what counts as a code...
2004-09-20 Reid SpencerBase the implementation on the llvmdo script so that...
2004-09-20 Reid SpencerFixed to actually work correctly and be the basis for...
2004-09-20 Alkis EvlogimenosFix loop condition so that we don't decrement off the...
2004-09-20 Chris LattnerDon't count .lo files :)
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-20 Chris LattnerPrototype more accurately
2004-09-20 Chris LattnerPrototype these functions more accurately
2004-09-20 Chris LattnerDo not prototype any of these passes as returning Pass...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerAdjust to API changes
2004-09-20 Reid SpencerPut in a #error in the event that we don't have an...
2004-09-20 Reid SpencerFix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R...
2004-09-20 Reid SpencerCorrect the use AC_RUN_IFELSE to ensure it builds progr...
2004-09-20 Reid SpencerAllow the suffix for shared libraries to be obtained...
2004-09-20 Reid SpencerThe problem with depending on the internal implementati...
2004-09-20 Reid Spencerlibtool's name is now back to mklib.
2004-09-20 Reid SpencerChange to support creation of "mklib" instead of "libto...
2004-09-20 Reid SpencerUpdate the script to generate mklib instead of libtool.
2004-09-19 Reid SpencerAdjust the libtool macros so that libtool's name is...
2004-09-19 Reid SpencerVarious minor cleanups and replacement of obsoleted...
2004-09-19 Reid SpencerNumerous fixes to convert ~ into ; that (probably)...
2004-09-19 Chris LattnerThe lexicon doc is more of a user guide than programmin...
2004-09-19 Reid SpencerBring the script out of the dark ages and into modern...
2004-09-19 Reid SpencerMake the "Warning" notice a LOT more prominent.
2004-09-19 Reid SpencerAdd in version dependency checks on all the tools we...
2004-09-19 Reid SpencerAdd our own version of libtool.m4 instead of relying...
2004-09-19 Chris Lattnerbetter code
2004-09-19 Chris LattnerMake isSafeToLoadUnconditionally a bit smarter, impleme...
2004-09-19 Chris LattnerNew testcase for PR362: Icky code generated for std...
2004-09-19 Chris LattnerFix a nasty iterator invalidation problem I introduced...
2004-09-19 Chris LattnerRemove a whole bunch of horrible hacky code that was...
2004-09-19 Chris LattnerInstcombine now helps out with these
2004-09-19 Chris LattnerMake instruction combining a bit more aggressive in...
2004-09-19 Chris LattnerAdd two new testcases that instcombine should handle
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-19 Chris LattnerAdd comment
2004-09-18 Chris LattnerFix the inliner to always delete any edges from the...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Reid SpencerUse the /dev/zero device as the device on which the...
2004-09-18 Reid SpencerPorting of Unix implementation to Win32.
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-18 Chris LattnerMisha implemented the ModuleProvider interface back...
2004-09-18 Chris LattnerProvide initial docs for CallGraphSCCPass's, and fix...
2004-09-18 Chris LattnerMake this HTML 4.01 strict
2004-09-18 Chris LattnerDon't include libtool "object" files
2004-09-18 Chris LattnerConvert this pass to be a CallGraphSCCPass instead...
2004-09-18 Chris LattnerMake sure to remove the Select instruction as well
2004-09-18 Chris LattnerWhen changing a function, make sure to update the CallG...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-17 John CriswellChanged the distclean target to handle the new location...
2004-09-17 Chris LattnerFix typo in comment
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerAdjust the license files based on the actual content...
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-09-16 John CriswellAdd dependencies so that project tools are recompiled...
2004-09-15 Chris LattnerAdd a newline
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-15 Chris LattnerMake sure to update the list end when an element is...
2004-09-15 Chris LattnerAdd some assertions
2004-09-15 Reid SpencerStacker compiler library doesn't need to be shared...
2004-09-15 Reid SpencerAttempt to solve the libtool problem on Solaris.
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-09-15 Reid SpencerInitial version of the SysConfig abstraction for Win32.
next