oota-llvm.git
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...
2005-09-26 Chris Lattnermake this harder: put some code into it
2005-09-26 Chris Lattnerfactor some code into a InstallGlobalCtors method,...
2005-09-26 Chris LattnerMake the global opt optimizer work on modules with...
2005-09-26 Chris LattnerFactor this code out into a few methods.
2005-09-26 Chris Lattnernew testcase for static ctor list optimizations
2005-09-25 Jeff CohenFix VC++ build errors.
2005-09-25 Chris LattnerFix some logic I broke that caused a regression on
2005-09-24 Chris LattnerMove MaskedValueIsZero up.
2005-09-24 Chris LattnerAll of these should turn into sign extends (e.g. extsh...
2005-09-24 Chris LattnerAdd long-overdue helpers for getting constants with...
2005-09-24 Chris LattnerSimplify this code a bit by relying on recursive simpli...
2005-09-24 Chris LattnerEnhance this to check for a crash, add a case that...
2005-09-24 Chris Lattnernew testcase that crashes the CFE
2005-09-24 Chris Lattnernew testcase for PR630
2005-09-24 Chris LattnerAdd support for a marker byte that indicates that we...
2005-09-24 Chris Lattnerchange proto slightly
2005-09-24 Chris Lattnermemoize translations
2005-09-24 Chris LattnerTeach the dag isel generator how to construct arbitrary...
2005-09-24 Chris LattnerTeach the DAG isel generator to emit code that creates...
2005-09-23 Chris LattnerEmit better code (no more copies for var references...
2005-09-23 Chris LattnerFix a fixme by passing around SDOperand's instead of...
2005-09-23 Chris LattnerEmit code that matches the incoming DAG pattern and...
2005-09-23 Chris Lattneremit information about the order patterns are to be...
2005-09-23 Chris Lattnerstart filling in the switch stmt
2005-09-23 Chris Lattnerremove some debugging code
2005-09-23 Chris LattnerFold two consequtive branches that share a common desti...
2005-09-23 Chris Lattnernew testcase
2005-09-23 Chris Lattnersimplify some logic further
2005-09-23 Chris Lattnerpull a bunch of logic out of SimplifyCFG into a helper fn
2005-09-23 Chris Lattnerspeed up Archive::isBytecodeArchive in the case when...
2005-09-23 Chris LattnerSpeed up isBytecodeLPath from 20s to .01s in common...
next