prune #includes
[oota-llvm.git] / utils /
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
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...
2006-02-15 Chris LattnerCheck the new form for bison output into CVS
2006-02-14 Chris LattnerAdjust to new form of handling lexer dependencies,...
2006-02-09 Evan ChengCall InsertISelMapEntry rather than map insertion opera...
2006-02-09 Evan ChengMatch getTargetNode() changes (now returns SDNode*...
2006-02-09 Evan ChengChange Select() from
2006-02-08 Evan ChengAdded options -cflag, -cxxflags, and -ldflags to overri...
2006-02-08 Evan ChengRemove -pedantic. It no longer works.
2006-02-07 Evan ChengHoist all SDOperand declarations within a Select_{opcod...
2006-02-06 Chris LattnerAdd support for modifier strings in machine instr descr...
2006-02-06 Chris LattnerSimplify the variant handling code, no functionality...
2006-02-06 Evan ChengAt the end of isel, select a replacement node for each...
2006-02-06 Evan ChengName change.
2006-02-05 Evan ChengHandle HANDLENODE: just return itself.
2006-02-05 Evan ChengAllow more loads to be folded which were previously...
2006-02-05 Evan ChengRe-committing the last bit of change. It shouldn't...
2006-02-04 Chris LattnerTemporarily revert the last change, which breaks PPC...
2006-02-04 Evan ChengComplex pattern's custom matcher should not call Select...
2006-02-03 Chris Lattnernode predicates add to the complexity of a pattern...
2006-02-03 Evan Cheng(store (op (load ...))) folding problem. In the generat...
2006-02-01 Chris Lattneradd a note, ya knoe
2006-02-01 Evan ChengIf a pattern's root node is a constant, its size should...
2006-01-31 Chris Lattnersolaris won't clobber an existing symlink with ln ...
2006-01-31 Chris Lattnerimplement test/Regression/TableGen/DagIntSubst.ll
2006-01-29 Chris Lattnersimplify some code
2006-01-29 Andrew Lenharthit is nice not to chop off bits for those blessed with...
2006-01-29 Andrew Lenharthmake the casts actually cast to the variable type
2006-01-29 Andrew Lenharthstart of the 64bit safety cleanup
2006-01-29 Chris LattnerEmit series of conditionals with &&, emitting stuff...
2006-01-29 Chris LattnerFactor matching code that is common between patterns...
2006-01-29 Chris LattnerSplit out code generation from analysis from emission
2006-01-29 Chris Lattnermove some code around, no change in the generated code
2006-01-28 Chris Lattnernow that we have control over emission of the code...
2006-01-28 Chris LattnerChange PatternCodeEmitter to emit code into a buffer...
2006-01-28 Reid SpencerMake long warnings wrap and have less indent so other...
2006-01-28 Chris LattnerFit to 80 columns, no functionality change
2006-01-27 Jeff CohenTeach tablegen to generate code that is VC++ warning...
2006-01-27 Evan Cheng(store (op (load ...)), ...)
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerUse printInlineAsm to, well, print inline asm's.
2006-01-27 Chris LattnerPHI and INLINEASM are now builtin instructions provided...
2006-01-27 Chris LattnerIf we want to emit things in enum order, use getInstruc...
2006-01-27 Chris LattnerThere is at least a 'noitinerary' itinerary now
2006-01-27 Chris LattnerDon't emit JIT code for these instructions
2006-01-26 Chris LattnerTeach the dag selectors to select InlineAsm nodes.
2006-01-26 Evan ChengAnother folding problem: if a node r/w chain or flag...
2006-01-26 Evan ChengAdd a FIXME comment.
2006-01-26 Evan ChengIncoming (and optional) flag bugs. They may be embedded...
2006-01-24 Evan ChengFix an optional in flag bug.
2006-01-24 Evan ChengOptional InFlag was not being included in node.
2006-01-20 Evan ChengPrevent folding of a node with multiple uses if the...
2006-01-19 Chris LattnerDon't include generated lexer .cpp files.
2006-01-19 Evan ChengBug fix. Flag operand number may be calculated incorrectly.
2006-01-19 Evan ChengUse pattern information to determine whether the use...
2006-01-19 Evan ChengPrevent unnecessary CopyToReg when the same HW register...
next