Add support for inserting inline asm to ocaml.
[oota-llvm.git] / utils /
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...
2010-02-21 Chris Lattneremit to the right streams, to avoid emitting the push
2010-02-21 Chris Lattneroops don't turn this on for everyone yet.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Chris Lattnerfix this to work more determinstically, patch by Thomas...
2010-02-19 Chris LattnerI confused myself, temporaries will be recorded right...
2010-02-19 Chris Lattnerintroduce a new ResultVal and start keeping track of...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 Chris Lattnerstart sketching out the structure of code for result...
2010-02-18 Chris Lattnerrename the child field to 'next'. This is not a parent...
2010-02-18 Chris Lattnereliminate the MatcherNodeWithChild class, give the...
2010-02-18 Chris Lattnerfit in 80 cols
2010-02-17 Chris Lattnerredisable this to save people a small amount of build...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattnerreduce nesting.
2010-02-17 Chris Lattnerimprove comments, the matcher is now feature complete...
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnerproperly record chain inputs to complex patterns,
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Chris LattnerPrep work to handle input chains of matched patterns...
2010-02-17 Chris Lattnerrecord input chains.
2010-02-17 Chris Lattnerprefix captured value names with $ so they look like
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Chris Lattnerimprove comments in generated matcher a bit.
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-17 Chris Lattnerfix inverted condition.
2010-02-16 Chris Lattnercomplex patterns don't get 'record' nodes, they implicitly
2010-02-16 Chris Lattnerclean up some code, eliminate NodeIsComplexPattern...
2010-02-16 Chris Lattnerfix indentation
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
next