oota-llvm.git
2004-02-24 Chris LattnerHrm, my find must have been faulty. It didn't remove...
2004-02-24 Chris LattnerBoost is now unneeded, thanks to the fix for PR253...
2004-02-24 Chris LattnerNow that's a new feature!
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2004-02-24 Chris LattnerCheck in a new type_traits header which provides the...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-23 Alkis EvlogimenosMake enum private as it is an implementation detail.
2004-02-23 Alkis EvlogimenosRemove '4Virt' from member function names as it is...
2004-02-23 Alkis EvlogimenosRefactor VirtRegMap out of RegAllocLinearScan as the...
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-02-23 Brian GaekeDataTypes.h is now output from configure, and shortened
2004-02-23 Brian GaekeAdd SUBSTing checks for sys/types.h and inttypes.h...
2004-02-23 Brian GaekeRegenerated with autoconf-2.57.
2004-02-23 Chris LattnerGenerate much more efficient code in programs like...
2004-02-23 Chris LattnerFix a small typeo in my checkin last night that broke...
2004-02-23 Brian GaekeRegenerated with autoheader-2.57.
2004-02-23 Brian GaekeRegenerated with autoconf-2.57.
2004-02-23 Brian GaekeChange test for pthreads to use AC_SUBST; add ThreadSup...
2004-02-23 Brian GaekeThreadSupport.h is now output from configure.
2004-02-23 Brian GaekeRemove check for slist
2004-02-23 Chris LattnerFix InstCombine/2004-02-23-ShiftShiftOverflow.ll
2004-02-23 Chris LattnerTest for the other way also
2004-02-23 Chris LattnerNew testcase
2004-02-23 Brian GaekeRenamed to hash_set.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed to hash_map.in; move to using autoconf substitu...
2004-02-23 Brian GaekeAdd include/Support/hash_map and include/Support/hash_s...
2004-02-23 Brian GaekeRegenerated using autoheader-2.57.
2004-02-23 Brian GaekeMove HASH_* checks to using AC_SUBST instead of AC_DEFI...
2004-02-23 Brian GaekeRegenerated using autoconf-2.57.
2004-02-23 Alkis EvlogimenosAdd number of spilled registers statistic.
2004-02-23 Chris LattnerFix bugs in finegrainification
2004-02-23 Chris LattnerFinegrainify namespacification
2004-02-23 Alkis EvlogimenosUse MachineBasicBlock::getParent().
2004-02-23 Alkis EvlogimenosRemove implementation of default constructor as it...
2004-02-23 Brian GaekeRenamed from include/Support/iterator. Doxygenify comme...
2004-02-23 Brian GaekeReplaced by include/Support/iterator.in.
2004-02-23 Brian GaekeRegenerated with autoheader-2.57.
2004-02-23 Brian GaekeAdd include/Support/iterator as an AC_OUTPUT file.
2004-02-23 Brian GaekeMake all iterator checks use AC_SUBST instead of AC_DEFINE.
2004-02-23 Brian GaekeRegenerated with autoconf-2.57.
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
2004-02-23 Chris LattnerSimplify code a bit, don't go off the end of the block...
2004-02-23 Chris LattnerWe were forgetting to add FP_REG_KILL instructions...
2004-02-23 Chris LattnerImplement cast.ll::test14/15
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-23 Chris LattnerRefactor some code. In the mul - setcc folding case...
2004-02-23 Chris LattnerHandle the unsigned form as well
2004-02-23 Alkis EvlogimenosImproved PhysRegTracker interface. RegAlloc lazily...
2004-02-23 Chris LattnerImplement mul.ll:test11
2004-02-23 Chris LattnerAdd a slight variant of test10
2004-02-23 Chris LattnerImplement "strength reduction" of X <= C and X >= C
2004-02-23 Chris LattnerImplement InstCombine/mul.ll:test10, which is a case...
2004-02-23 Chris LattnerThis multiply can be eliminated
2004-02-23 Alkis EvlogimenosSimplify iterator usage now that we have next(). Also...
2004-02-23 Chris LattnerUpdate the 'new features' section
2004-02-23 Chris LattnerBug fixed
2004-02-23 Chris LattnerWork around a gas bug. Print '-9223372036854775808...
2004-02-23 Chris LattnerImplement cast fp -> bool
2004-02-23 Chris LattnerAdd testcase for the casts that are missing in PR249
2004-02-23 Chris LattnerStop passing iterators around by reference now that...
2004-02-23 Alkis EvlogimenosSome code cleanups from Chris
2004-02-23 Alkis EvlogimenosFix comments in PhysRegTracker and rename isPhysRegAvai...
2004-02-23 Chris LattnerAdd a new cmove instruction
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h up to be the first included header
2004-02-23 Alkis EvlogimenosPull PhysRegTracker out of RegAllocLinearScan as it...
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h to lib/CodeGen since it shouldn...
2004-02-22 Chris LattnerOnly insert FP_REG_KILL instructions in MachineBasicBlo...
2004-02-22 Chris LattnerAnother bug fix for empty MBB's
2004-02-22 Alkis EvlogimenosMove MOTy::UseType enum into MachineOperand. This elimi...
2004-02-22 Chris LattnerFix a bug where we were implicitly assuming that there...
2004-02-22 Chris LattnerReduce the number of pointless copies inserted due...
2004-02-22 Chris LattnerFix bug in previous checkout: leave the iterator at...
2004-02-22 Alkis EvlogimenosFix silly bug in implementation of getUseType(). Thanks...
2004-02-22 Chris LattnerCompletely rewrite how getelementptr instructions are...
2004-02-22 Alkis EvlogimenosWhen folding memory operands in machine instructions...
2004-02-22 Chris LattnerSignificantly simplify gep_type_iterator, and make...
2004-02-22 Chris LattnerFix a soon-to-be-missing #include
2004-02-22 Chris LattnerGet all instruction definitions
2004-02-22 Chris LattnerWow this is out of date. When we have _real_ code...
2004-02-22 Alkis EvlogimenosPrint basic block boundaries in machine instruction...
2004-02-22 Chris LattnerLink to most recent "LLVM document"
2004-02-22 Chris LattnerImplement Transforms/InstCombine/cast.ll:test13, a...
2004-02-22 Chris LattnerTest that the instruction combiner can fold away a...
2004-02-22 Chris LattnerThe two address pass cannot handle two addr instruction...
2004-02-22 Alkis EvlogimenosAbstract merging of ranges away from number of slots...
2004-02-22 Chris LattnerUse isNull instead of getNode() to test for existence...
2004-02-21 Chris LattnerFix an iterator invalidation problem which was causing...
2004-02-21 Chris LattnerUse handy method
2004-02-21 Chris LattnerUpdate comments and add warning
2004-02-21 Misha Brukman`cat' is usually in /bin, not /usr/bin, at least on...
2004-02-21 Chris LattnerWhen printing a stack trace, demangle it if possible...
2004-02-21 Alkis EvlogimenosMake 'fold' statistic's description the same in both...
2004-02-21 Chris LattnerInstead of cloning the globals for main into the global...
2004-02-20 Chris LattnerThere is no need to merge the globals graph into the...
2004-02-20 Chris LattnerAdd two missing returns, which caused us to be very...
2004-02-20 Chris Lattnernew testcase
2004-02-20 John CriswellAdded the POVRAY_ROOT to locate Povray.
2004-02-20 John CriswellAdded an option for configuring Povray. By default...
2004-02-20 John CriswellBuild an archive for use with Povray.
2004-02-20 Alkis EvlogimenosSome more statistics improvements.
next