Unify all of the code for floating point +,-,*,/ into one function
[oota-llvm.git] / tools /
2004-04-09 Chris LattnerFix an obvious bug in the refactoring I did a few days ago
2004-04-08 Chris LattnerDisable strict alias analysis in the backend c compiler...
2004-04-08 Chris LattnerRevert previous patch, I'm a moron :)
2004-04-08 Chris LattnerRight, we break strict aliasing requirements. Make...
2004-04-06 Misha BrukmanWrap at 80 cols.
2004-04-06 Chris LattnerMinor cleanups
2004-04-06 Chris LattnerAdd a new gccld -native-cbe option which causes gccld...
2004-04-05 Chris LattnerMerge the code generator miscompilation code into the...
2004-04-05 Chris LattnerMake a method public
2004-04-05 Chris LattnerMinor cleanups, remove some old debug code
2004-04-05 Chris LattnerRefactor and genericize code
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-04-05 Chris LattnerMake full use of the Mangler interface to simplify...
2004-04-05 Chris LattnerMinor change
2004-04-02 Chris LattnerRemove obsolete analyses
2004-04-02 Chris LattnerTweak libraries for scev changes
2004-04-02 Chris LattnerMinor speedup
2004-04-02 Chris Lattnerminor formatting change
2004-04-02 Chris LattnerFix two pretty serious bugs:
2004-04-02 Chris LattnerFix a fairly nasty bug that prevented bugpoint from...
2004-04-02 Chris LattnerIf the program returns a non-zero exit value, don't...
2004-04-02 Chris LattnerFix wonky header
2004-03-17 Chris LattnerWhen loop extraction succeeds, make sure to map the...
2004-03-17 Chris LattnerFix an inverted condition that causes us to think that...
2004-03-17 Chris LattnerFix an iterator invalidation problem in a "buggy" pass
2004-03-16 Brian GaekeAdd a better head-of-file comment.
2004-03-16 Chris LattnerFix thinko, and PR292
2004-03-14 Chris LattnerAfter reducing a miscompiled program down to the functi...
2004-03-14 Chris LattnerFix a minor bug in runPassesOn
2004-03-14 Chris LattnerAdd a new "AutoDebugCrashes" option
2004-03-14 Chris LattnerRefactor to use a new method
2004-03-14 Chris LattnerAdd new method
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerAdd a method to extract a loop
2004-03-14 Chris Lattneradd a fixme
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-13 Chris LattnerTurn on argument promotion in gccas. This can give...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-03-12 Brian GaekeRevise comment and error message for the Bug 38 situati...
2004-03-11 Misha BrukmanSparcV8 removed until it grows up becomes a mature...
2004-03-08 Chris LattnerAnnotate functions with edge counts as well, if they...
2004-03-07 Chris LattnerRun the new pass in gccld now that it passes all tests
2004-02-28 Chris LattnerAdd a hook to run with the V8 target, though it doesn...
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-02-25 Chris LattnerAdd a new pass
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
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-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 LattnerBe a bit more robust. Explicitly check for a code...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
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 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 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 LattnerBugpoint will be throwing exceptions soon, perpare...
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-02-18 Chris LattnerGive extract -o and -f options, just like every other...
2004-02-17 Chris LattnerThe CBE is now in llc, not llvm-dis
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-15 Chris LattnerWhen the user runs 'llc foo.bc -march=c', write the...
2004-02-13 Misha BrukmanBreak a line that's over 80cols into two.
2004-02-13 Chris LattnerDo not advertise our -c option anymore
2004-02-13 Chris LattnerMercilessly rip the cbackend out of llvm-dis. Leave...
2004-02-13 Chris LattnerAdd support for -march=c
2004-02-13 Chris LattnerChange how we create the cwriter, and add a buttload...
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
2004-02-11 Chris LattnerFactor profile information loading OUT of llvm-prof...
2004-02-08 Brian GaekeFix indentation of selectiondag.
2004-02-08 Chris LattnerMinor change to breakpoint (lack of) support
2004-02-02 Brian GaekeAdd a -march=powerpc option. Automatically select it...
2004-02-02 Brian GaekeLink in the PowerPC back-end.
2004-02-01 Chris LattnerNow that tailduplication does not bork SSA form, run...
2004-01-26 John CriswellFixed PR#197. The libcrtend library is removed from...
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2004-01-14 Chris Lattnerfinegrainify namespacification
2004-01-10 Chris LattnerRemove standard C header wrappers
next