oota-llvm.git
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
2005-09-08 Chris Lattnerstart parsing SDNode info records
2005-09-08 Nate BegemanMove yet more folds over to the dag combiner from sd.cpp
2005-09-08 Chris LattnerAdd a bunch of stuff needed for node type inference...
2005-09-08 Chris LattnerFix indentation
2005-09-08 Chris Lattnerregenerate
2005-09-08 Chris LattnerAdd support for automatically created anonymous definit...
2005-09-08 Chris Lattnerx and X should be structurally identical
2005-09-08 Chris Lattnernew expression type
2005-09-08 Chris Lattnerregenerate
2005-09-08 Chris LattnerTabs to spaces.
2005-09-08 Chris LattnerKeep names even when inlining. This allows us to reali...
2005-09-08 Chris Lattneradd patterns for x?oris?
2005-09-08 Chris Lattneradd patterns to the addi/addis/mulli etc instructions...
2005-09-08 Chris LattnerAdd patterns for some new instructions, allowing the...
2005-09-07 Chris Lattneradd some missing PPC backend files
2005-09-07 Chris LattnerAdd tblgen fpcmp and the nightly tester to the utils...
2005-09-07 Chris Lattnerignore generated files
2005-09-07 Chris LattnerRemove some cases handled by the generated portion...
2005-09-07 Chris LattnerInitial cut of the dag isel generator. This is still...
2005-09-07 Nate BegemanAnother round of dag combiner changes. This fixes...
2005-09-07 Chris LattnerFix a bug that Tzu-Chien Chiu noticed: live interval...
2005-09-07 Nate BegemanImplement a common missing fold, (add (add x, c1),...
2005-09-07 Chris LattnerOn non-apple systems, when using -march=ppc32, do not...
2005-09-07 Chris LattnerPrint:
2005-09-07 Chris LattnerFix a bug nate ran into with replacealluseswith. In...
2005-09-07 Chris LattnerAdd a new argument to ReplaceAllUsesWith to keep track...
2005-09-07 Nate BegemanAdd an option to the DAG Combiner to enable it for...
2005-09-06 Chris LattnerRename a class. These files are being migrated to...
2005-09-06 Nate BegemanTest the new 64bit i64<->fp functionality
next