Improve a comment.
[oota-llvm.git] / utils / TableGen /
2006-06-16 Chris LattnerImprove a comment.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-15 Evan ChengAllow more use of iPTR in patterns.
2006-06-14 Evan ChengAdded support for variable_ops.
2006-06-14 Evan ChengFix support for optional input flag.
2006-06-13 Evan ChenggetOperandNum(): error if specified operand number...
2006-06-09 Chris LattnerWrap to 80 cols
2006-06-01 Reid SpencerDon't build tblgen with -pedantic or -Wno-long-long
2006-05-25 Evan ChengCan't trust NodeDepth when checking for possibility...
2006-05-25 Evan ChengFixed a really ugly bug. The TableGen'd isel is not...
2006-05-24 Chris LattnerDon't make zero-sized static arrays
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-19 Evan ChengNow that iPTR is a fully resolved type. We end up losin...
2006-05-18 Evan Chenglib/Target/Target.td
2006-05-18 Evan ChengDon't generate getCalleeSaveReg and getCalleeSaveRegCla...
2006-05-17 Evan ChengTypo
2006-05-17 Evan ChengRemove PointerType from target definition. Use abstract...
2006-05-16 Evan ChengAllow patterns to refer to physical registers that...
2006-05-12 Evan ChengNoop instruction
2006-05-12 Evan ChengUnused instruction
2006-05-11 Evan ChengAlso add super- register classes info.
2006-05-10 Evan ChengWatch out for the following case:
2006-05-10 Evan ChengFix a load folding bug. It is exposed by a multi- resul...
2006-05-09 Evan ChengAdd sub-register class information.
2006-05-03 Evan ChengSet isStore of instructions with ISD::TRUNCSTORE root...
2006-05-01 Chris LattnerPut instruction names into the first non TargetInstrInf...
2006-05-01 Chris Lattnerinstructions can be in different namespaces. Make...
2006-05-01 Evan ChengFormating
2006-05-01 Evan ChengMark instructions whose pattern is (store ...) isStore.
2006-04-28 Evan ChengRemove the temporary option: -no-isel-fold-inflight
2006-04-28 Evan ChengWhen isel'ing a node, mark its operands "InFlight"...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-20 Chris LattnerDon't fill in fields that no longer exist.
2006-04-19 Evan ChengRename AddedCost to AddedComplexity.
2006-04-19 Evan ChengAllow "let AddedCost = n in" to increase pattern comple...
2006-04-13 Reid SpencerAdd missing things to the distribution.
2006-04-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-06 Chris LattnerInfer element types for shuffle masks
2006-04-06 Chris Lattnerrename a method, to avoid confusion with llvm intrinsics.
2006-04-02 Chris LattnerAdjust the Intrinsics.gen interface a little bit
2006-03-31 Chris Lattnerregenerate
2006-03-31 Chris LattnerGeneralize the previous binary operator support and...
2006-03-31 Chris LattnerAllow bits init values to be used in patterns, turn...
2006-03-31 Chris LattnerFinal bugfix for PR724. GCC won't inline varargs funct...
2006-03-31 Chris LattnerWhen emitting code for the verifier, instead of emittin...
2006-03-30 Chris Lattnerregenerate
2006-03-30 Chris LattnerImplement Regression/TableGen/DagDefSubst.ll
2006-03-28 Evan ChengDon't sort the names before outputing the intrinsic...
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Chris LattnerOnly compute intrinsic valuetypes when in a target...
2006-03-28 Chris Lattnerrevert this, it breaks things.
2006-03-27 Chris LattnerAdd support for decoding iPTR to the right pointer...
2006-03-27 Chris LattnerPrint error messages like this:
2006-03-25 Chris LattnerAdd a missing check which cause an invalid .td file...
2006-03-25 Chris LattnerWhen failing selection for an intrinsic, print this:
2006-03-24 Chris LattnerChange approach so that we get codegen for free for...
2006-03-24 Chris Lattnerfix 80 column violations
2006-03-24 Chris LattnerParse intrinsics correctly and perform type propagation...
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-03-24 Chris LattnerMake sure to initialize the TheDef field!
2006-03-24 Chris LattnerMove CodeGenIntrinsic implementation to CodeGenTarget...
2006-03-24 Chris Lattnerextract some more information from the intrinsic table
2006-03-23 Reid SpencerAdd new generated files to be ignored.
2006-03-23 Evan ChengAllow result node to be a simple leaf node. This enable...
2006-03-21 Evan ChengDon't forget to promote xform function to an explicit...
2006-03-21 Chris Lattnerminor code simplification
2006-03-20 Evan ChengThe node wrapped in PatLeaf<> should be treated as...
2006-03-20 Evan ChengIt should be ok for a xform output type to be different...
2006-03-20 Evan ChengCopy matching pattern's output type info to instruction...
2006-03-20 Chris LattnerAdd a new SDTCisIntVectorOfSameSize type constraint
2006-03-19 Evan ChenggetEnumName() missed v8i8, v4i16, and v2i32 types
2006-03-18 Chris LattnerFix miscodegen of V_SET0 in PPC.
2006-03-15 Chris Lattnerallow the GCCBuiltinName field to be optional
2006-03-15 Jeff CohenFix VC++ build error.
2006-03-15 Chris Lattnerremove typo
2006-03-15 Chris LattnerAutogenerate a table of intrinsic names, so we can...
2006-03-15 Chris LattnerAutogenerate code to map from GCC builtin to LLVM intri...
2006-03-14 Reid SpencerAdd a newline at the end to avoid gcc warnings.
2006-03-13 Chris Lattneremit a mapping from LLVM intrinsic -> GCC builtins.
2006-03-13 Chris LattnerVerify that packed type operands have the right size...
2006-03-11 Chris Lattnerfix pasto in generate assertion msg
2006-03-09 Chris Lattnergenerate side-effect info
2006-03-09 Chris LattnerParse mod/ref properties, autogen mod/ref information
2006-03-09 Chris Lattnerparse intrinsic types
2006-03-09 Chris Lattnerautogenerate the function name recognizer
2006-03-09 Evan ChengTemporary hack to enable more (store (op (load ......
2006-03-07 Evan ChengDon't generate silly matching code like this:
2006-03-03 Chris LattnerSilence a warning.
2006-03-03 Chris LattnerFix pasteo
2006-03-03 Chris Lattnerremove a bunch of long-dead testing code
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing
2006-03-03 Chris Lattnerremove out of date comment
2006-03-03 Chris LattnerAdd support for "-Ifoo" in addition to "-I foo"
2006-03-03 Chris LattnerRegenerate
2006-03-03 Chris Lattneradd support for multiple include directories
2006-03-01 Evan ChengNew vector type v2f32.
2006-02-24 Chris LattnerSelect inline asm memory operands.
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-18 Jeff CohenFix bugs identified by VC++.
2006-02-18 Evan ChengBump up pattern cost if the resulting instruction is...
next