Proving once again that I am not as smart as the compiler
[oota-llvm.git] / utils /
2006-05-03 Reid SpencerAttempt to get this script working on Darwin.
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-21 Reid SpencerRemove the extraneous --defined-only option to nm....
2006-04-20 Reid SpencerDon't require the "dot" program if -flat option is...
2006-04-20 Reid SpencerRemove the llvm-config directory. Its now in tools.
2006-04-20 Reid Spencerllvm-config doesn't live here anymore ==> tools
2006-04-20 Reid SpencerUpdate the library dependencies for 1.8 with SparcV9...
2006-04-20 Reid SpencerRemove Burg as a directory to be considered.
2006-04-20 Chris Lattnerremove some stuff
2006-04-20 Reid SpencerBurg not needed any more now that SparcV9 is gone.
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-18 Chris LattnerFix a build failure on Vladimir's tester.
2006-04-17 Chris LattnerEncode a cost of zero as a cost of 1.
2006-04-17 Chris LattnerReally, I can count!
2006-04-17 Chris Lattnerassign stable opcodes to the various altivec ops.
2006-04-17 Chris LattnerPPCPerfectShuffle.h is autogenerated, don't include...
2006-04-17 Chris LattnerRename BuildShuffleTable -> PerfectShuffle
2006-04-17 Chris Lattnerrename the table
2006-04-17 Chris LattnerInitial checking of a perfect shuffle generation progra...
2006-04-14 Reid SpencerAllow an option, -with-externals, to be specified that...
2006-04-13 Reid SpencerAdd missing things to the distribution.
2006-04-13 Chris Lattnerone too many l's
2006-04-12 Reid SpencerFix a typo in the name of a file.
2006-04-12 Reid SpencerAdditional files to distribute.
2006-04-12 Reid SpencerAdd the llvm-config directory to the EXTRA_DIST line...
2006-04-12 Andrew Lenharthmake recovering running_Olden data easier when the...
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-24 Reid SpencerRemove the interpreter component as its not working...
2006-03-23 Reid SpencerAdd a .cvsignore file to get rid of notices about gram...
2006-03-23 Reid SpencerAdd new generated files to be ignored.
2006-03-23 Reid SpencerIgnore temporary files generated by building.
2006-03-23 Reid SpencerUpdate to llvm-config tool, by Erik Kidd:
2006-03-23 Reid SpencerA little script to find LLVM symbols. Ideally this...
2006-03-23 Reid SpencerDon't print out ugly command line when building LibDeps...
2006-03-23 Reid SpencerUpdated for library changes:
2006-03-23 Evan ChengAllow result node to be a simple leaf node. This enable...
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-21 Evan ChengDon't forget to promote xform function to an explicit...
2006-03-21 Chris Lattnerminor code simplification
2006-03-21 Reid SpencerCause the various warnings list to be generated via...
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 Reid SpencerThe library dependency file in flat format. This file...
2006-03-19 Reid SpencerFirst cut at the Makefile for llvm-config. This initial...
2006-03-19 Reid SpencerAdd a -flat option for generating the library dependenc...
2006-03-19 Evan ChenggetEnumName() missed v8i8, v4i16, and v2i32 types
2006-03-18 Chris LattnerFix miscodegen of V_SET0 in PPC.
2006-03-17 Reid SpencerUse the <tt> tag instead of <pre> tag to get code/file...
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 SpencerAllow a sequence of digits at the end of the directory...
2006-03-14 Reid SpencerChange llvm.cs.uiuc.edu -> llvm.org
2006-03-14 Reid SpencerAdd a newline at the end to avoid gcc warnings.
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
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
next