oota-llvm.git
2004-09-29 Chris LattnerHrm, really, all tests passed without this, but it...
2004-09-29 Chris LattnerRemove debugging printout
2004-09-29 Nate BegemanTo go along with sabre's improved InstCombining, improv...
2004-09-29 Reid SpencerImprove validity checking of windows path names and...
2004-09-28 Reid SpencerUse llvm::sys::Path to destroy the file.
2004-09-28 Reid SpencerWin32 implementation of TimeValue::now().
2004-09-28 Reid SpencerFreeBSD implementation of the TimeValue::now() method.
2004-09-28 Chris LattnerFold (X setcc C1) | (X setcc C2)
2004-09-28 Chris LattnerNew testcase
2004-09-28 Chris LattnerFold (and (setcc X, C1), (setcc X, C2))
2004-09-28 Misha Brukman* Add `deplibs' keyword for specifying a list of depend...
2004-09-28 Misha BrukmanAdd `deplibs' keyword for specifying a list of dependen...
2004-09-28 Chris LattnerNew testcases
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerTurn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
2004-09-28 Chris LattnerBe consistent with our naming
2004-09-28 Chris LattnerCapture delay slot info
2004-09-28 Chris LattnerCapture information about whether the target instructio...
2004-09-28 Chris LattnerImplement X / C1 / C2 folding
2004-09-28 Chris LattnerNew testcase
2004-09-28 Chris LattnerNew testcases
2004-09-28 Chris Lattnershl is always zero extending, so always use a zero...
2004-09-28 Chris LattnerNew testcase for a latent bug in instcombine that I...
2004-09-28 Misha Brukman* InstructionReader.cpp was absorbed into Reader.cpp
2004-09-28 Misha BrukmanFix doxygen comment
2004-09-28 Brian GaekeTouch output files before reading or writing them,...
2004-09-28 John CriswellCorrected spelling of Makefile variable, thereby re...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-28 Chris LattnerBug fixed
2004-09-28 Chris LattnerTestcase for LLVM PR445
2004-09-28 Alkis EvlogimenosSince we use alloca now make sure we include the proper...
2004-09-28 Alkis EvlogimenosUse alloca instead of a C99 style array. This should...
2004-09-28 Alkis EvlogimenosPull assignment out of for loop conditional in order...
2004-09-28 Alkis EvlogimenosFix includes. Patch contributed by Paolo Invernizzi!
2004-09-28 Chris LattnerNew testcase that crashes the C++ FE, encountered while...
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...
next