oota-llvm.git
2005-09-20 Chris Lattnermake this test harder: add a case where instructions...
2005-09-20 Chris LattnerImplement merging of blocks with the same condition...
2005-09-20 Chris Lattnernew testcase
2005-09-19 Chris LattnerReject a case we don't handle yet
2005-09-19 Chris Lattnerremove debugging code :-/
2005-09-19 Chris LattnerImplement SimplifyCFG/branch-phi-thread.ll, the most...
2005-09-19 Chris Lattnernew testcase.
2005-09-19 Nate BegemanStub out the rest of the DAG Combiner. Just need to...
2005-09-19 Chris LattnerTeach the local spiller to turn stack slot loads into...
2005-09-19 Chris LattnerImplement the isLoadFromStackSlot interface
2005-09-18 Chris LattnerRefactor this code a bit and make it more general....
2005-09-18 Chris LattnerCompile
2005-09-18 Chris LattnerGeneralize this transform, using MaskedValueIsZero...
2005-09-18 Chris Lattnerfix typeo
2005-09-18 Chris LattnerRemove unintentionally committed code
2005-09-18 Chris Lattnerimplement shift.ll:test25. This compiles:
2005-09-18 Chris Lattnernew testcase
2005-09-18 Chris LattnerImplement add.ll:test29. Codegening:
2005-09-18 Chris Lattnernew testcase
2005-09-18 Chris Lattnerremove debug output
2005-09-18 Chris LattnerImplement or.ll:test21. This teaches instcombine to...
2005-09-18 Chris Lattnernew testcase
2005-09-17 Chris LattnerImplement hook for ppc
2005-09-17 Chris Lattneradd a new callback
2005-09-16 Nate BegemanMore DAG combining. Still need the branch instructions...
2005-09-16 Chris LattnerFix a minor bug, add comments
2005-09-15 Chris Lattnerteach the type inference code how to infer types for...
2005-09-15 Chris Lattnerput instructions into a map instead of a vector for...
2005-09-15 Chris Lattnerwhen parsing instructions remember information about...
2005-09-15 Chris Lattnerdisable this for now
2005-09-15 Chris LattnerStart parsing "Pattern" nodes
2005-09-15 Chris Lattnerrename a couple of methods, add structure for pattern...
2005-09-14 Chris LattnerVerify that xform functions only occur in logical places
2005-09-14 Chris LattnerPromote xform fns to be explicit nodes in result patter...
2005-09-14 Chris Lattnerstart building the instruction dest pattern correctly...
2005-09-14 Chris Lattnercatch unnamed inputs
2005-09-14 Chris Lattnercheck that there are no unexpected operands
2005-09-14 Chris Lattnerforce all instruction operands to be named.
2005-09-14 Chris LattnerGive all operands names
2005-09-14 Chris Lattnergive all operands names
2005-09-14 Chris LattnerCheck that operands have unique names. REJECT instruct...
2005-09-14 Chris Lattnerfix a broke range check
2005-09-14 Chris LattnerParse significantly more of the instruction pattern...
2005-09-14 Chris LattnerFix some issues exposed by more testing. XORIS had...
2005-09-14 Chris LattnerVerify that set destinations occur first in the instruc...
2005-09-14 Chris LattnerFix some bugs noticed by new checking code
2005-09-14 Chris Lattneradd an accessor
2005-09-14 Chris LattnerFix the regression last night compiling povray
2005-09-14 Chris Lattnerfix a major regression from my patch this afternoon
2005-09-14 Chris Lattnerremove some code that isn't ready for prime time
2005-09-14 Chris LattnerSwitch to a slightly more structured representation...
2005-09-14 Chris LattnerAdd some more checking/verification code
2005-09-14 Chris Lattnerstart parsing instructions into patterns, start doing...
2005-09-13 Chris Lattnerwe don't need this proto any longer
2005-09-13 Chris Lattnerdon't emit the namespace inside the class!
2005-09-13 Chris LattnerEmit code suitable for emission into the ISel class...
2005-09-13 Chris Lattnermove the #include for the generated code into the isel...
2005-09-13 Chris Lattnercontinue xform function parsing
2005-09-13 Chris LattnerStart parsing node transformation information
2005-09-13 Chris LattnerAdd a new Record::getValueAsCode method to mirror the...
2005-09-13 Chris Lattnercompletely eliminate TreePattern::PatternType
2005-09-13 Chris LattnerChange the arg lowering code to use copyfromreg from...
2005-09-13 Chris LattnerThis has been moved to the target-indep code
2005-09-13 Chris LattnerThis code is no longer needed, it is moved to the targe...
2005-09-13 Chris LattnerIf a function has liveins, and if the target requested...
2005-09-13 Chris LattnerMajik numbers are bad
2005-09-13 Chris LattnerRemove some dead vectors
2005-09-13 Chris LattnerAdd a simple xform to simplify array accesses with...
2005-09-13 Chris LattnerFix an issue where LSR would miss rewriting a use of...
2005-09-13 Duraid Madinafails since linux-itanium headers are Different
2005-09-13 Chris LattnerAdd a helper function, allowing us to simplify some...
2005-09-12 Chris LattnerImplement a simple xform to turn code like this:
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris LattnerAnother load-peephole optimization: do gcse when two...
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris LattnerImplement a trivial form of store->load forwarding...
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris LattnerFix a regression from last night, which caused this...
2005-09-12 Chris Lattnerrelax pattern match on name
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris LattnerAdd a new getLoopLatch() method.
2005-09-12 Chris Lattnernew method
2005-09-12 Chris Lattner_test:
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris LattnerRegenerate
2005-09-12 Chris LattnerRearrange two rules, which apparently makes some versio...
2005-09-11 Chris LattnerMake sure to disable 64-bit extensions for this test
2005-09-10 Jeff CohenFix more Visual Studio build problems.
2005-09-10 Jeff CohenFix miscellaneous Visual Studio build problems.
2005-09-10 Chris Lattnerimplement Transforms/LoopStrengthReduce/dont-hoist...
2005-09-10 Chris Lattnernew testcase
2005-09-10 Chris LattnerPowerPC cannot truncstore i1 natively
2005-09-10 Chris LattnerAllow targets to say they don't support truncstore...
2005-09-09 Chris LattnerAdd a missing #include, patch courtesy of Baptiste...
2005-09-09 Chris LattnerFix a problem duraid encountered on itanium where this...
2005-09-09 Chris LattnerFix a crash viewing dags that have target nodes in...
2005-09-09 Chris LattnerI forgot that we always spill fp values as 64-bits...
2005-09-09 Chris LattnerFix a problem that Nate noticed, where spill code was...
2005-09-09 Chris Lattnercode cleanup
2005-09-09 Chris LattnerUse continue in the use-processing loop to make it...
next