Add OCaml tutorial to the examples.
[oota-llvm.git] / utils /
2010-03-08 Chris LattnerNode arguments to type casts can have names too. This...
2010-03-07 Chris Lattnerturn off debug spew
2010-03-07 Chris Lattnermore factoring.
2010-03-07 Chris Lattnerteach tblgen to be more aggressive when factoring Check...
2010-03-07 Chris Lattneradd some helper functions and implement isContradictory
2010-03-05 Duncan SandsIf LD_LIBRARY_PATH is set in the system environment...
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-04 John McCallSimplify the condition-checking logic and hopefully...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-03-04 Chris Lattnerso hey, it turns out that the histogram was completely...
2010-03-04 Chris Lattnerzap fixme.
2010-03-04 Chris Lattnernow that complexpatterns are all emitted at the end...
2010-03-04 Chris Lattnerchange the new isel matcher to emit ComplexPattern...
2010-03-04 Chris Lattnerenhance comment output to specify what recorded slot
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-03 Bill WendlingFix comment.
2010-03-03 Bill WendlingDon't turn assertions on by default.
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
next