oota-llvm.git
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.
2004-02-20 Alkis EvlogimenosDisambiguate statistic descriptions.
2004-02-20 Alkis EvlogimenosRename statistic and add another one.
2004-02-20 Chris LattnerAdd support for some string functions, the scanf family...
2004-02-20 Chris LattnerAdd a simple implementation of strncpy
2004-02-20 Chris LattnerNew testcase, do not emit a call to __builtin_sqrt...
2004-02-20 Chris LattnerBug fixed
2004-02-20 Chris LattnerPR244: [llvm-gcc] miscompilation when a function is...
2004-02-20 Brian GaekeAdd checks for <execinfo.h> and backtrace().
2004-02-20 Alkis EvlogimenosFix crash in debug output.
2004-02-20 Brian GaekeUse backtrace() and include execinfo.h, if they were...
2004-02-20 Brian GaekeRegenerated using autoheader-2.57.
2004-02-20 Brian GaekeRegenerated using autoconf-2.57.
2004-02-20 Alkis EvlogimenosFix instruction numbering in debug output.
2004-02-20 Alkis EvlogimenosToo many changes in one commit:
2004-02-20 Chris LattnerIf bugpoint can't match the reference output, at LEAST...
2004-02-20 Chris LattnerWild and passionate uncontrolled goose chases are amusi...
2004-02-20 Chris LattnerFormat a bit more nicely
2004-02-20 Chris LattnerIt is totally unacceptable to print out (literally...
2004-02-19 Chris LattnerAdd strndup
2004-02-19 Chris LattnerAdd a method useful for updating DSA
2004-02-19 Chris LattnerDisable the stack trace thing until we can get an autoc...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerImplement new function
2004-02-19 Chris LattnerAdd a new function
2004-02-19 Alkis EvlogimenosFix RA::verifyAssignment()
2004-02-19 Chris LattnerFix problem fusing spill code into instructions: we...
2004-02-19 Chris LattnerFix an iterator invalidation problem. :(
2004-02-19 Chris LattnerADd a method for when an instruction moves
next