Remove module providers from ocaml.
[oota-llvm.git] / utils /
2010-03-02 Chris Lattnerthe sorting predicate should work for comparing an...
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Chris Lattneradd some missing \n's
2010-03-01 Chris Lattnerfixme resolved.
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
2010-03-01 Chris Lattnerresolve some fixmes
2010-03-01 Chris Lattnerresolve a fixme and simplify code by moving insertion...
2010-03-01 Chris Lattnerresolve a fixme by having the .td file parser reject...
2010-03-01 Chris Lattnerremove dead code, simplify.
2010-03-01 Chris LattnerFix PR2590 by making PatternSortingPredicate actually be
2010-03-01 Chris Lattnertolerate factoring the *last* node for CellSPU.
2010-03-01 Chris Lattneroptimize tblgen compile time by eliminating the old...
2010-03-01 Chris Lattnerdon't emit the old sdnodexform stuff for the new isel.
2010-03-01 Chris LattnerTurn on the new isel by default. Here are some fun...
2010-03-01 Torok EdwinMissed a \n in previous commit.
2010-03-01 Torok EdwinAdd command-line flag to tblgen to turn off generating...
2010-03-01 Dan GohmanAdd the alignstack keyword.
2010-03-01 Chris LattnerEmit type checks late instead of early, this encourages
2010-03-01 Chris LattnerEmit a redundant check for immediates at root context...
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-03-01 Chris Lattnerpull MarkFlagResult out from between an EmitNode/Comple...
2010-03-01 Chris Lattnerenhance RecordNode and RecordChild comments to indicate...
2010-03-01 Chris LattnerEmit redundant opcode checks for andimm and orimm tests...
2010-03-01 Chris Lattnerinline the node transforms and node predicates into...
2010-02-28 Chris Lattnersimplify some code now that chain/flag results are...
2010-02-28 Chris Lattnerdon't emit useless functions. These were producing
2010-02-28 Chris Lattnerchange a few opcodes to use VBRs instead of embedding
2010-02-28 Chris Lattnerenhance the EmitNode/MorphNodeTo operands to take a...
2010-02-28 Chris Lattneruse MorphNodeTo instead of SelectNodeTo. SelectNodeTo
2010-02-28 Chris Lattnerenhance the new isel to use SelectNodeTo for most patterns,
2010-02-28 Chris Lattnerenhance EmitNodeMatcher to keep track of the recorded...
2010-02-28 Chris Lattneradd infrastructure to support forming selectnodeto...
2010-02-28 Chris LattnerGeneralize my hack to use SDNodeInfo to find out when a
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-27 Chris Lattnerchange CheckOpcodeMatcher to hold the SDNodeInfo instead of
2010-02-27 Chris Lattneradd another case from the ppc backend. This is obvious...
2010-02-27 Chris Lattnerfix logic in DEBUG.
2010-02-27 Chris Lattnerteach the optimizer that opcode == ISD::STORE is contr...
2010-02-27 Chris LattnerTeach the grouper some simple tricks about looking...
2010-02-27 Chris Lattneruse DEBUG instead of DebugFlag directly so that this
2010-02-27 Chris Lattnerimplement a new optimization to sink pattern predicates...
2010-02-26 Dan GohmanFix grammaro in a comment.
2010-02-26 Dan GohmanAdd Revision keywords to these files, as it's common...
2010-02-26 Dan GohmanImprove the vim code for highlighting trailing whitespa...
2010-02-26 Dan GohmanAdd the alignstack keyword.
2010-02-26 Dan GohmanRemove bogus Updated line.
2010-02-26 Chris Lattneradd some helpful comments to the emitter
2010-02-26 Chris Lattnerswitch from my nice hashtable based merging solution...
2010-02-26 Chris Lattnerfix same bug in CheckChainCompatibleMatcher::isEqualImpl
2010-02-26 Chris Lattnerfix a nasty bug in CheckTypeMatcher::isEqualImpl
2010-02-26 Chris Lattnerfinish off the factoring optimization along the lines...
2010-02-26 Chris Lattneradd a new setNumChildren method for resizing scopes...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Dan GohmanAdd the union keyword.
2010-02-25 Daniel DunbarAdd simple script for finding most-recent-rev-before...
2010-02-25 Chris LattnerImplement the first half of redundancy factoring: effic...
2010-02-25 Chris Lattnerfactor the print method better.
2010-02-25 Chris Lattneradd methods to do equality checks and get hashes of...
2010-02-25 Chris Lattnerformatting.
2010-02-25 Chris Lattnerrename fooMatcherNode to fooMatcher.
2010-02-25 Chris Lattneradd some noop code to push it out of my tree.
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-25 Jeffrey YasskinFilter the future all-of-llvm shared library out of...
2010-02-25 Chris Lattneradd a fixme for an experiment that defeated me for...
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Chris Lattnersplit the movechild/record/moveparent -> recordchild...
2010-02-24 Chris Lattneremit a histogram of the opcodes in comments.
2010-02-24 Chris Lattnerlets not break the old isel.
2010-02-24 Chris LattnerSince the new instruction selector now works, I don...
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Chris LattnerThe new isel passes all tests, time to start making...
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-24 Sean CallananChanged the table generator so that the X86
2010-02-23 Mikhail GlushenkovTrailing whitespace.
2010-02-23 Mikhail GlushenkovImplement order-preserving option forwarding.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-23 Chris Lattneradd some #if 0'd out code for checking that named values in
2010-02-23 Chris LattnerReject patterns that use a name multiple times in the...
2010-02-23 Chris Lattnerreject patterns that have dead named arguments in the...
2010-02-23 Chris Lattnerreject patterns that mention a name in the destination...
2010-02-23 Chris Lattnermerge some code.
2010-02-23 Chris Lattnermore tidying up
2010-02-23 Chris Lattnerreduce indentation by eliminating 'else after return'
2010-02-23 Chris Lattnerreally fix an off-by-one error
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Chris LattnerChange ComplexPattern handling to push the node being...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris LattnerWhen matching patterns that have a complex pattern...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Chris LattnerAlways emit register class id references as i32 like
2010-02-21 Chris LattnerSort the patterns before adding them to the FA so that...
2010-02-21 Chris Lattneremit table indexes before each row so that it is debugg...
2010-02-21 Chris Lattnerfix a table size miscomputation, target opcodes are...
next