oota-llvm.git
2005-03-15 Alkis EvlogimenosStop using abegin.
2005-03-15 Alkis EvlogimenosUse arg_iterator and arg_begin and arg_end functions.
2005-03-15 Jeff CohenAdd EquivClassGraphs.cpp to VC++ project.
2005-03-15 Chris Lattneravoid varialbe name collisions
2005-03-15 Jeff CohenDo it right...
2005-03-15 Jeff CohenFix VC++ breakage.
2005-03-15 Chris Lattnerstop using method.
2005-03-15 Chris Lattnermethods removed.
2005-03-15 Chris Lattnerremove reverse BB iterators.
2005-03-15 Chris Lattnerremove a whole bunch of dead methods. Noone should...
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris Lattnerstop using arg_back
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-15 Chris Lattnerswitch from a* to arg_* and g* to global_* for argument...
2005-03-15 Chris LattnerDon't crash if computing a mapping to a node with zero...
2005-03-15 Chris Lattnerrename method, add counterpart
2005-03-15 Chris LattnerRename method, add counterpart.
2005-03-14 Chris LattnerRemove the reverse iterators for arguments and global...
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-14 Chris Lattneradd a method to compute a commonly used mapping.
2005-03-14 Chris LattnerAdd a useful method.
2005-03-13 Chris Lattnerregardless of whether or not the client things we shoul...
2005-03-13 Chris LattnerMake sure to remove incomplete markers before we add...
2005-03-13 Chris LattnerThe incoming arguments to main (the argv list) are...
2005-03-13 Chris LattnerAfter finishing BU analysis, move all global variables...
2005-03-13 Chris LattnerADd support for printing eqgraphs.
2005-03-13 Chris LattnerAdd support for printing EQ graphs
2005-03-13 Chris LattnerReplace linear search with logrithmic one.
2005-03-13 Chris Lattneradd a StructLayout::getElementContainingOffset method.
2005-03-13 Chris Lattneradd a helper method
2005-03-13 Andrew LenharthShould fix mesa
2005-03-12 Chris Lattnermake sure to mark nodes returned from functions as...
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-12 Chris LattnerMove this from the pool allocator project to here,...
2005-03-12 Chris Lattnerthis doesn't fail on the suns either!
2005-03-11 Misha BrukmanMove link to GCC prefetch info here, since it's gone...
2005-03-11 Chris Lattnerthis passes on darwin
2005-03-11 Chris LattnerFix computation of compiled objects, contributed by...
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-11 Chris Lattnerprefetch is now supported.
2005-03-11 Chris Lattnernew testcase for __builtin_prefetch support.
2005-03-11 Misha Brukman* Remove extraneous spaces
2005-03-11 Nate BegemanAdd SelectionDAG library to PPC JIT so that lli will...
2005-03-11 Chris LattnerFix some crashes noted by John Mellor-Crummey's group.
2005-03-11 Misha BrukmanSprinkle code examples and command-line interaction...
2005-03-10 Misha Brukman* Add directions to send output of nightly test script...
2005-03-10 Chris LattnerI didn't mean to check this in. :(
2005-03-10 Chris LattnerFix a bug where we would incorrectly do a sign ext...
2005-03-10 Andrew Lenharthyay for camel_cvs diff
2005-03-10 Andrew Lenharthsome typoes and .bss isn't liked, at all
2005-03-10 Misha BrukmanReplace tabs with spaces, separate function arguments...
2005-03-10 Chris LattnerImprove formatting of the sent mail for the dj test...
2005-03-09 Chris LattnerAllow the live interval analysis pass to be a bit more...
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-09 Chris Lattnerconstant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and...
2005-03-09 Chris Lattnercorrect the computation of the isAbstract bit for types.
2005-03-09 Chris LattnerFix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicA...
2005-03-09 Chris Lattnernew testcase for a -basicaa bug that Alkis found with...
2005-03-09 Reid SpencerFix a typo in an assertion comment.
2005-03-09 Chris LattnerUse static_cast and #include Instructions.h
2005-03-09 Chris LattnerExport two methods for getting -X and A-B.
2005-03-09 Chris Lattnerexport two methods
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...
next