oota-llvm.git
2005-03-09 Chris Lattnerget bugpoint working on ia64, by building .so's with...
2005-03-08 Chris LattnerFix a crash handling 'undef bool', fixing an llc crash...
2005-03-08 Reid SpencerPatch to make assembly output compatible with mingw...
2005-03-08 Chris LattnerMake sure to remove all dead type names from the symbol...
2005-03-08 Chris Lattnernew testcase that crashes the CBE.
2005-03-08 Jeff CohenClarify inability to generate assembly, and note that...
2005-03-08 Misha BrukmanSingle characters should be printed out as chars, not...
2005-03-07 Chris LattnerVarious cleanups and clarifications, thanks to Gabor...
2005-03-07 Chris LattnerFix problems compiling with G++ 4.x.x with -pedantic...
2005-03-07 Chris Lattnerfix another typo
2005-03-07 Chris Lattnerfix typeo that Gabor Greif noticed!
2005-03-07 Chris Lattnermove the reassociation pass after the LICM pass. This...
2005-03-07 Chris LattnerFix an apparent ambiguity compiling on PPC
2005-03-06 Chris Lattnerfix a bug where we thought arguments were constants :(
2005-03-06 Chris LattnerFix Regression/Transforms/LoopStrengthReduce/dont_inser...
2005-03-06 Chris Lattnercleanup the test
2005-03-06 Chris Lattnercheck that we only insert one phi node per loop
2005-03-06 Chris LattnerAdd testcase for this:
2005-03-06 Chris Lattnerimplement Transforms/LoopStrengthReduce/invariant_value...
2005-03-06 Chris Lattnertestcase for A[invariant][indvar] where invariant is...
2005-03-06 Chris Lattneradd test for this:
2005-03-06 Chris LattnerAdd test for this:
2005-03-06 Chris Lattnerminor simplifications of the code.
2005-03-06 Chris Lattnera regtest
2005-03-06 Chris Lattnernew directory
2005-03-06 Chris Lattnertrivial simplification
2005-03-06 Chris LattnerFix a bug where we could corrupt a parent loop's header...
2005-03-06 Chris LattnerNew testcase for PR532
2005-03-06 Chris Lattnernew helper method
2005-03-06 Chris Lattnernew testcase reduced from the MultiSource/Applications...
2005-03-06 Chris Lattnermove some method declarations around to make it clear...
2005-03-06 Chris Lattnerthis method is never called.
2005-03-06 Chris Lattnercleanup some html
2005-03-06 Chris Lattnerthe only caller of insertEntry is insert, inline it...
2005-03-06 Chris Lattnerrename insertEntry to insert
2005-03-06 Chris LattnerMerge SymbolTable::removeEntry into SymbolTable::remove...
2005-03-06 Chris Lattnerremove this method.
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerMake this MUCH faster by avoiding a linear search in...
2005-03-06 Chris LattnerInternallyInconsistent is dead!
2005-03-06 Chris LattnerRemove some really gross and hard to understand code...
2005-03-06 Chris LattnerSimplify some code.
2005-03-06 Chris Lattnerremove these dead methods.
2005-03-06 Chris Lattnerremove these methods.
2005-03-06 Chris LattnerThese methods are removed.
2005-03-06 Chris Lattnersimplify and speed up some code
2005-03-06 Chris Lattnersimplify some code.
2005-03-06 Chris Lattnernuke some dead methods.
2005-03-06 Chris LattnerThis fixes PR531, a crash when running the CBE on a...
2005-03-06 Chris LattnerAdd a new method, allow symtab to poke name.
2005-03-05 Jeff CohenReformat comments to fix 80 columns.
2005-03-05 Jeff CohenReuse induction variables created for strength-reduced...
2005-03-05 Chris Lattnerremove extraneous spaces from argument lists.
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-03-05 Chris LattnerMake sure the two arguments of a setcc instruction...
2005-03-05 Chris Lattnerzap
2005-03-05 Chris Lattner2nd arg to setName goes away.
2005-03-05 Chris LattnerConstants never get names.
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-03-05 Chris LattnerNew testcase for PR533
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Chris LattnerThis file is all commented out.
2005-03-05 Andrew Lenharthfix data size stuff for architectures with bit challeng...
2005-03-04 Chris LattnerDo not compute 1ULL << 64, which is undefined. This...
2005-03-04 Chris LattnerTestcase for a bug that caused us to miscompile ptrdist...
2005-03-04 Andrew Lenharthfix up stack pointer adjustments
2005-03-04 Chris LattnerTrivial cleanup patch
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-04 Jeff CohenAdd support for not strength reducing GEPs where the...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-03 Chris LattnerPrint -X like this:
2005-03-03 Andrew LenharthLSR cleanup patch
2005-03-03 Chris LattnerDo not lower malloc's to pass "sizeof" expressions...
2005-03-03 Chris LattnerAdd an optional argument to lower to a specific constan...
2005-03-03 Chris LattnerAdd an argument.
2005-03-02 Misha BrukmanFix the spelling of the word `the'
2005-03-02 Chris LattnerPrint the module ID as a comment.
2005-03-02 Chris Lattnercleanup the cfg after lsr
2005-03-02 Andrew Lenharthremove 32 sign extend after 32 sextload and handle...
2005-03-02 Andrew LenharthAdded LSR as a beta pass for alpha
2005-03-02 Chris LattnerAdd a temporary option for llc-beta: -enable-lsr-for...
2005-03-02 Reid SpencerBe slightly more accurate in an error message.
2005-03-02 Chris LattnerFix a nasty order of evaluation bug that Gabor Greif...
2005-03-02 Chris LattnerNow that type does not derive from Value, these do...
2005-03-01 Misha BrukmanFix HTML-4.01 Strict compliance
2005-03-01 Misha BrukmanUse a colon instead of a period since we're introducing...
2005-03-01 Reid SpencerCorrect a typo in Makefile.rules.
2005-03-01 Jeff CohenFixed the following LSR bugs:
2005-03-01 Alkis EvlogimenosLower llvm.isunordered(a, b) into a != a | b != b.
2005-02-28 Chris Lattnercleanup my miswording
2005-02-28 Chris LattnerRemove tabs from file.
2005-02-28 Chris LattnerAdd a test for llvm.prefetch.
2005-02-28 Chris LattnerAdd support to the C backend for llvm.prefetch. Patch...
2005-02-28 Chris Lattnerrecognize llvm.prefetch. Patch contributed by Justin...
2005-02-28 Chris LattnerVerify llvm.prefetch.
2005-02-28 Chris LattnerLower prefetch to a noop, patch contributed by Justin...
next