oota-llvm.git
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2004-09-27 Chris LattnerPatch contributed by Patrick Meredith:
2004-09-27 Misha BrukmanFix grammar.
2004-09-27 Chris LattnerFix two bugs: one where a condition was mistakenly...
2004-09-27 Chris LattnerNew testcase
2004-09-27 Misha BrukmanSparcV8 int regs are not only 32-bits in width, but...
2004-09-27 Chris LattnerThe system ranlib on darwin occasionally adds two extra...
2004-09-27 Chris LattnerHrm, if there is an error loading a file, try printing...
2004-09-27 Chris LattnerTestcases for rev 250 of InstructionCombining.cpp
2004-09-27 Chris LattnerFold: (setcc (shr X, ShAmt), CI), where 'cc' is eq...
2004-09-27 Alkis EvlogimenosImprove warning
2004-09-27 Nate BegemanCorrect some BuildMI arguments for the upcoming simple...
2004-09-26 Misha BrukmanFix the copy-pasto that Brian noticed: V8 int regs...
2004-09-25 Reid SpencerAdd some missing #includes
2004-09-25 Reid SpencerQualify Path with sys:: namespace so this file compiles.
2004-09-25 Reid SpencerUpdated to reflect changes in the interface of TimeValu...
2004-09-25 Reid SpencerClean up the interface of TimeValue:
2004-09-25 Reid SpencerAdded stub implementations of TimeValue concept for...
2004-09-25 Reid SpencerWrap to 80 cols.
2004-09-24 Reid SpencerInitial implementation of the TimeValue abstraction.
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellModified hash_map and hash_set configuration so that...
2004-09-24 Chris LattnerImplement shift-and combinations, implementing InstComb...
2004-09-24 Chris LattnerAdd some tests for shr-and folding
2004-09-24 John CriswellConfigure Datatypes.h.in with AC_CONFIG_HEADERS. This...
2004-09-23 Chris LattnerMove LHSI->hasOneUse() into the arms of the conditional...
2004-09-23 Chris LattnerImplement Transforms/InstCombine/and.ll:test18, a case...
2004-09-23 Chris LattnerNew testcase for a pattern that occurs 20 times in...
2004-09-23 Reid SpencerAdd a blurb about the use of class vs. struct keyword...
2004-09-23 Chris LattnerImplement select.ll:test16: fold load (select C,...
2004-09-23 Chris Lattnerload null is undefined behavior, this should fold
2004-09-23 Reid SpencerChange Value from a "struct" to a "class" so that VC...
2004-09-23 Reid SpencerPatch for MINGW. Patch provided by Henrik Bach.
2004-09-23 Reid SpencerMissed one $*.a -> $@ conversion for the Release build.
2004-09-23 Nate BegemanFix the last of the major PPC GEP folding deficiencies...
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...
next