Added LLVM publications describing the LLVM compiler infrastructure.
[oota-llvm.git] / utils /
2006-06-20 Chris LattnerFix an error message regression. Print:
2006-06-20 Chris LattnerDon't require src/dst patterns to be able to fully...
2006-06-20 Chris LattnerMake sure to use the result of the pattern to infer...
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-12 Chris LattnerAdd a new -compileflags options, remove old externals...
2006-06-09 Chris LattnerWrap to 80 cols
2006-06-07 Evan ChengAdd -extraflags FLAGS to pass extra compilation options.
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-13 Reid SpencerDon't try to reference uninitialized data. Make sure...
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 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...
next