oota-llvm.git
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-09-30 Chris LattnerChange this code ot pass register classes into the...
2005-09-30 Chris LattnerChange these methods to take RC's
2005-09-30 Chris LattnerUse the 32-bit version for now
2005-09-29 Chris LattnerAdd a bunch of patterns for F64 FP ops, add some more...
2005-09-29 Chris LattnerRemove code for patterns that are autogenerated
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-09-29 Chris Lattnertblgen autogens this pattern now
2005-09-29 Chris LattnerTeach tablegen to reassociate operators when possible...
2005-09-29 Andrew Lenharthcopy and paste error
2005-09-29 Chris Lattnernow that tblgen is smarter, this pattern is not needed...
2005-09-29 Chris LattnerTeach tblgen to build permutations of instructions...
2005-09-29 Chris LattnerInsert stores after phi nodes in the normal dest. ...
2005-09-29 Chris Lattnerconsistency with other cases, no functionality change
2005-09-29 Chris LattnerMake the JIT default to the DAG isel instead of the...
2005-09-29 Chris LattnerFix two bugs in my patch earlier today that broke int...
2005-09-29 Chris LattnerFold isascii into a simple comparison. This speeds...
2005-09-29 Chris Lattnernew testcase for isascii
2005-09-29 Chris Lattnerremove a bunch of unneeded stuff, or self evident comments
2005-09-29 Chris Lattneradd a new testcase
2005-09-29 Chris LattnerImplement a couple of memcmp folds from the todo list
2005-09-29 Jeff CohenSilence VC++ redeclaration warnings.
2005-09-29 Chris LattnerNever rely on ReplaceAllUsesWith when selecting, use...
2005-09-28 Chris LattnerCodegen ADD X, IMM -> addis/addi if needed.
2005-09-28 Chris Lattneradd a testcase for a feature we regressed on because...
2005-09-28 Chris LattnerAutogen MUL, move FP cases together
2005-09-28 Chris Lattnerdisentangle FP from INT versions of div/mul
2005-09-28 Chris LattnerUse the autogenerated matcher for ADD/SUB
2005-09-28 Chris Lattneradd a patter for SUBFIC
2005-09-28 Chris LattnerMark int binops as int-only, add FP binops. Mark FADD...
2005-09-28 Chris Lattnerwrap a long line
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-28 Chris LattnerMark associative nodes as associative
2005-09-28 Chris Lattneradd support for an associative marker
2005-09-28 Chris LattnerEmit an error if instructions or patterns are defined...
2005-09-28 Chris LattnerNate pointed out that mulh[us] are commutative as well...
2005-09-28 Chris Lattnercollect commutativity information
2005-09-28 Chris Lattnerexpose commutativity information
2005-09-28 Chris LattnerAll (xor *) cases are autogenerated now
2005-09-28 Chris Lattneradd support for missed eqv tests
2005-09-28 Chris Lattneradd testcase for nand
2005-09-28 Chris LattnerImplement PowerPC/eqv-andc-orc-nor.ll:EQV3
2005-09-28 Chris LattnerConsolidate the eqv.ll and nor.ll files together.
2005-09-28 Chris LattnerPrefer cheaper patterns to more expensive ones. Print...
2005-09-28 Chris Lattnersimple tests for nor generation
2005-09-28 Chris Lattnerlearn to codegen not as NOR instead of xoris/xori
2005-09-28 Chris LattnerThese nodes are all autogenerated
2005-09-28 Chris LattnerSelect Constant nodes to TargetConstant nodes
2005-09-28 Chris LattnerConstant fold llvm.sqrt
2005-09-27 Chris Lattneradd a note about a way to improve this code further...
2005-09-27 Chris LattnerFix a regression in my previous patch, fixing GlobalOpt...
2005-09-27 Chris LattnerTestcase for PR632
2005-09-27 Chris LattnerDarwin, like many BSD systems, has a setjmp/longjmp...
2005-09-27 Chris LattnerIf the target prefers it, use _setjmp/_longjmp should...
2005-09-27 Chris Lattnerinitialize new flag
2005-09-27 Chris LattnerAdd a new flag for targets where setjmp/longjmp saves...
2005-09-27 Chris LattnerAvoid spilling stack slots... to stack slots.
2005-09-27 Chris LattnerCompletely rewrite 'correct' eh support. This changes...
2005-09-27 Chris LattnerMake the pass name simpler
2005-09-27 Chris Lattnerfix CBackend/2005-09-27-VolatileFuncPtr.ll
2005-09-27 Chris Lattnernew testcase the CBE creates invalid C code for
2005-09-27 Chris Lattnerallow demotion to volatile values, add support for...
2005-09-27 Chris Lattnerallow demotion to volatile values
2005-09-27 Chris LattnerAdd a simple testcase for lowerinvoke
2005-09-27 Chris LattnerMake sure to clear the CodeGenMap after each basic...
2005-09-27 Jim LaskeyRemove some redundancies.
2005-09-27 Chris LattnerMake this slightly more efficient by pushing actual...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-27 Chris LattnerAdd support for external calls that we know how to...
2005-09-27 Chris Lattneradd a new testcase for constant foldable calls
2005-09-27 Chris LattnerFix a bug where we would evaluate stores into linkonce...
2005-09-27 Chris LattnerImplement support for static constructors with calls...
2005-09-27 Chris LattnerAdd a more difficult testcase which uses a call to...
2005-09-27 Chris LattnerRefactor this code a bit, no functionality changes.
2005-09-27 Chris LattnerMove the post-lsr simplify cfg pass after lowereh,...
2005-09-26 Chris Lattnerminor pattern shuffling
2005-09-26 Chris Lattnermemoize the assert results
2005-09-26 Chris LattnerEmit the switch stmt cases in alphabetical order instea...
2005-09-26 Jim LaskeyAddition of a simple two pass scheduler. This version...
2005-09-26 Chris Lattnerimplement a fixme: only select values once, even if...
2005-09-26 Chris LattnerRemove some dead code. ctor evaluation subsumes empty...
2005-09-26 Chris LattnerAdd support for alloca, implementing ctor-list-opt...
2005-09-26 Chris LattnerTestcase that uses an alloca
2005-09-26 Chris LattnerAdd a debug printout, fix a crash on kc++
2005-09-26 Chris LattnerImplement loads/stores through GEP's of globals. This...
2005-09-26 Chris Lattneradd another case, this one that uses getelementptr...
2005-09-26 Chris LattnerReplace TraverseGEPInitializer with ConstantFoldLoadThr...
2005-09-26 Chris LattnerEliminate GetGEPGlobalInitializer in favor of the more...
2005-09-26 Chris LattnerFactor the GetGEPGlobalInitializer out of this pass...
2005-09-26 Chris LattnerMove the ConstantFoldLoadThroughGEPConstantExpr functio...
2005-09-26 Chris Lattneradd a new function
2005-09-26 Chris Lattneradd a comment
2005-09-26 Chris LattnerAdd support for getelementptr, load, and correctly...
2005-09-26 Chris Lattneradd a test for load
2005-09-26 Chris LattnerAdd support for br/brcond/switch and phi
2005-09-26 Chris Lattneradd another testcase with simple control flow
2005-09-26 Chris LattnerAdd a simple interpreter to this code, allowing us...
next