oota-llvm.git
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
2004-02-19 Chris LattnerAdd method to update livevar when an instruction moves
2004-02-19 Chris LattnerBe a bit more robust. Explicitly check for a code...
2004-02-19 Chris LattnerFix a __LONG__ term annoyance of mine: symbolic registe...
2004-02-19 Chris LattnerAdd a MachineBasicBlock::getParent() method
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-19 Alkis EvlogimenosPrint stacktrace in STDERR before dying on a fatal...
2004-02-19 Alkis EvlogimenosRename reloads/spills to loads/stores.
2004-02-19 Alkis EvlogimenosThis is needed by assignment verification in linear...
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris LattnerDocument the code generator debugger.
2004-02-18 Chris Lattnerdocument the -march=c option
2004-02-18 Chris Lattner* Predicate the optimizer crash debugger on a function.
2004-02-18 Chris LattnerAdd a new method for use by the code generator crash...
2004-02-18 Chris LattnerDon't crash if there are no passes in the PassesToRun...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Alkis EvlogimenosImplement assignment correctness verification.
2004-02-18 Alkis EvlogimenosMove unused typedefs in private section. Add method...
2004-02-18 Chris LattnerMake the executeProgram method exception safe, not...
2004-02-18 Chris LattnerMake more stuff public. Make the instruction argument to
2004-02-18 Chris Lattnermake a bunch of methods public
2004-02-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerUpdate comments, if we are running with the CBE, make...
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris LattnerAdd a label for the bump when we started counting llvm...
2004-02-18 Chris Lattnerctor arguments changed order
2004-02-18 Chris LattnerCatch exception and print message as appropriate
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-18 Chris LattnerChange the order of the arguments to the ctor, allowing...
2004-02-18 John CriswellPre-emptive commit of cfrac license information.
2004-02-18 Chris LattnerBugpoint will be throwing exceptions soon, perpare...
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-02-18 Chris LattnerMove a helper class out of bugpoint to here.
2004-02-18 Chris LattnerExtract has new options
2004-02-18 Chris LattnerGive extract -o and -f options, just like every other...
2004-02-18 Chris Lattnereliminate a pair of really inefficient methods now...
2004-02-18 Chris LattnerEliminate operator[] is deprecated warnings
2004-02-18 Chris LattnerFix deprecated operator[] warnings
2004-02-18 Alkis EvlogimenosFix argument size for MOVSX and MOVZX instructions.
2004-02-18 Alkis EvlogimenosBe more agressive when joining ranges.
2004-02-18 Alkis EvlogimenosFix overly conservative spill interval computation.
2004-02-18 Alkis EvlogimenosBeautify debug output.
2004-02-17 John CriswellAdded the Malloc perl benchmark license information.
2004-02-17 Chris LattnerBug fixed
2004-02-17 Chris LattnerNew testcase for PR245
2004-02-17 Chris LattnerFix PR245: Linking weak and strong global variables...
next