oota-llvm.git
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...
2005-09-09 Nate BegemanLast round of 2-node folds from SD.cpp. Will move...
2005-09-09 Chris Lattnerremove debugging code *slaps head*
2005-09-09 Chris LattnerWhen spilling a live range that is used multiple times...
2005-09-09 Chris LattnerTeach the code generator that rlwimi is commutable...
2005-09-09 Jim LaskeyAdded targets to speed up build of llc.
2005-09-09 Chris LattnerNew testcase, neither should require a register-registe...
2005-09-09 Chris Lattneradd an accessor to provide more checking
2005-09-09 Chris Lattneruse new accessors to simplify code. Add checking to...
2005-09-09 Chris Lattneradd some accessors
2005-09-09 Chris LattnerIntroduce two new concepts:
2005-09-08 Chris LattnerFix incorrect comment
2005-09-08 Chris LattnerImplement a complete type inference system for dag...
2005-09-08 Chris Lattnerwhitespace/comment changes, no functionality diffs
2005-09-08 Chris LattnerCompute the value types that are natively supported...
2005-09-08 Chris LattnerParse information about type constraints on SDNodes
2005-09-08 Chris Lattneruse node info in the one place we currently use it
next