- 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 18 years ago
- 02cdb37 Fix an error message regression. Print: by Chris Lattner · 18 years ago
- 186fb7d Don't require src/dst patterns to be able to fully resolve their types, by Chris Lattner · 18 years ago
- a354849 Make sure to use the result of the pattern to infer the result type of the by Chris Lattner · 18 years ago
- 8f60d54 Improve a comment. by Chris Lattner · 18 years ago
- 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 18 years ago
- d7c2c86 Allow more use of iPTR in patterns. by Evan Cheng · 18 years ago
- e945f4d Added support for variable_ops. by Evan Cheng · 18 years ago
- bc6b86a Fix support for optional input flag. by Evan Cheng · 18 years ago
- 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 18 years ago
- f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 18 years ago
- 11bcd28 Wrap to 80 cols by Chris Lattner · 18 years ago
- 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 18 years ago
- d386e55 Don't build tblgen with -pedantic or -Wno-long-long by Reid Spencer · 18 years ago
- 553ef1b Can't trust NodeDepth when checking for possibility of load folding creating by Evan Cheng · 18 years ago
- b0793f9 Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set" by Evan Cheng · 18 years ago
- 243be2c Don't make zero-sized static arrays by Chris Lattner · 18 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
- d15531b Now that iPTR is a fully resolved type. We end up losing the type check for by Evan Cheng · 18 years ago
- 21d03f2 lib/Target/Target.td by Evan Cheng · 18 years ago
- 764811f Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. by Evan Cheng · 18 years ago
- 6b12516 Typo by Evan Cheng · 18 years ago
- 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 18 years ago
- 44a65fa Allow patterns to refer to physical registers that belong to multiple by Evan Cheng · 18 years ago
- dd73e7f Don't try to reference uninitialized data. Make sure we can find "nm". by Reid Spencer · 18 years ago
- 9812f1c Noop instruction by Evan Cheng · 18 years ago
- d9d4518 Unused instruction by Evan Cheng · 18 years ago
- 2ca0efd Also add super- register classes info. by Evan Cheng · 18 years ago
- 3eff89b Watch out for the following case: by Evan Cheng · 18 years ago
- 045953c Fix a load folding bug. It is exposed by a multi- resulting instructions by Evan Cheng · 18 years ago
- 8d58e6a Add sub-register class information. by Evan Cheng · 18 years ago
- 829bcb1 Attempt to get this script working on Darwin. by Reid Spencer · 19 years ago
- 108714c Set isStore of instructions with ISD::TRUNCSTORE root node. by Evan Cheng · 19 years ago
- eff5c36 Put instruction names into the first non TargetInstrInfo namespace found. by Chris Lattner · 19 years ago
- a1e8a80 instructions can be in different namespaces. Make sure to use the right by Chris Lattner · 19 years ago
- afba446 Formating by Evan Cheng · 19 years ago
- 6f6360d Mark instructions whose pattern is (store ...) isStore. by Evan Cheng · 19 years ago
- 55d0fa1 Remove the temporary option: -no-isel-fold-inflight by Evan Cheng · 19 years ago
- 61a0209 When isel'ing a node, mark its operands "InFlight" before selecting them. These by Evan Cheng · 19 years ago
- 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
- 444b2cf Remove the extraneous --defined-only option to nm. This is the default and by Reid Spencer · 19 years ago
- 44fa691 Don't require the "dot" program if -flat option is given, and don't produce by Reid Spencer · 19 years ago
- ca40bb9 Remove the llvm-config directory. Its now in tools. by Reid Spencer · 19 years ago
- ca432ac llvm-config doesn't live here anymore ==> tools by Reid Spencer · 19 years ago
- d075dfb Update the library dependencies for 1.8 with SparcV9 now gone. by Reid Spencer · 19 years ago
- 118af5f Remove Burg as a directory to be considered. by Reid Spencer · 19 years ago
- ab38f5b remove some stuff by Chris Lattner · 19 years ago
- 63ed92e Burg not needed any more now that SparcV9 is gone. by Reid Spencer · 19 years ago
- 719c2fc Don't fill in fields that no longer exist. by Chris Lattner · 19 years ago
- c81d2a0 Rename AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
- 5941320 Allow "let AddedCost = n in" to increase pattern complexity. by Evan Cheng · 19 years ago
- 309db81 Fix a build failure on Vladimir's tester. by Chris Lattner · 19 years ago
- 8c3e847 Encode a cost of zero as a cost of 1. by Chris Lattner · 19 years ago
- 195d8ad Really, I can count! by Chris Lattner · 19 years ago
- cf1f644 assign stable opcodes to the various altivec ops. by Chris Lattner · 19 years ago
- 2f97623 PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts. by Chris Lattner · 19 years ago
- 4ad53bd Rename BuildShuffleTable -> PerfectShuffle by Chris Lattner · 19 years ago
- 3033d4d rename the table by Chris Lattner · 19 years ago
- 27e98aa Initial checking of a perfect shuffle generation program for 4-element by Chris Lattner · 19 years ago
- 43fdfdc Allow an option, -with-externals, to be specified that provides the location by Reid Spencer · 19 years ago
- 28421d0 Add missing things to the distribution. by Reid Spencer · 19 years ago
- 7f71e21 one too many l's by Chris Lattner · 19 years ago
- 42aa3a5 Fix a typo in the name of a file. by Reid Spencer · 19 years ago
- db4f336 Additional files to distribute. by Reid Spencer · 19 years ago
- d853fd6 Add the llvm-config directory to the EXTRA_DIST line so it gets distributed by Reid Spencer · 19 years ago
- 65c1e46 make recovering running_Olden data easier when the nightly tester eats the graphs by Andrew Lenharth · 19 years ago
- 4b2362e Fix a typo: Instr* -> Intr* by Chris Lattner · 19 years ago
- 91ded08 Infer element types for shuffle masks by Chris Lattner · 19 years ago
- 52793e2 rename a method, to avoid confusion with llvm intrinsics. by Chris Lattner · 19 years ago
- 5348e39 Adjust the Intrinsics.gen interface a little bit by Chris Lattner · 19 years ago
- b831691 regenerate by Chris Lattner · 19 years ago
- 711e5d9 Generalize the previous binary operator support and add a string concatenation by Chris Lattner · 19 years ago
- ffa4fdc Allow bits init values to be used in patterns, turn them into ints. by Chris Lattner · 19 years ago
- f124b46 Final bugfix for PR724. GCC won't inline varargs functions, so use one to by Chris Lattner · 19 years ago
- c4d9b24 When emitting code for the verifier, instead of emitting each case statement by Chris Lattner · 19 years ago
- 8177969 regenerate by Chris Lattner · 19 years ago
- 8c06318 Implement Regression/TableGen/DagDefSubst.ll by Chris Lattner · 19 years ago
- f065a6f Don't sort the names before outputing the intrinsic name table. It causes a by Evan Cheng · 19 years ago
- b026e70 Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum value. Split them into separate enums. by Chris Lattner · 19 years ago
- 6a160fb Only compute intrinsic valuetypes when in a target .td file. by Chris Lattner · 19 years ago
- 76f8c7c revert this, it breaks things. by Chris Lattner · 19 years ago
- 8850a1b Add support for decoding iPTR to the right pointer type. by Chris Lattner · 19 years ago
- 2c4e65d Print error messages like this: by Chris Lattner · 19 years ago
- 5c4c774 Add a missing check which cause an invalid .td file to crash tblgen by Chris Lattner · 19 years ago
- 9bf2d3e When failing selection for an intrinsic, print this: by Chris Lattner · 19 years ago
- 5a1df38 Change approach so that we get codegen for free for intrinsics. With this, by Chris Lattner · 19 years ago
- 947604b fix 80 column violations by Chris Lattner · 19 years ago
- 550525e Parse intrinsics correctly and perform type propagation. This doesn't currently by Chris Lattner · 19 years ago
- 47622e3 Add dwarf register numbering to register data. by Jim Laskey · 19 years ago
- 2ca956f Make sure to initialize the TheDef field! by Chris Lattner · 19 years ago
- 43fbbc3 Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of by Chris Lattner · 19 years ago
- 7056de3 extract some more information from the intrinsic table by Chris Lattner · 19 years ago
- 1c070fc Remove the interpreter component as its not working at the moment. by Reid Spencer · 19 years ago
- 96bfd4a Add a .cvsignore file to get rid of notices about gram.tab.[ch] by Reid Spencer · 19 years ago
- 4d9f05c Add new generated files to be ignored. by Reid Spencer · 19 years ago
- f39fcc7 Ignore temporary files generated by building. by Reid Spencer · 19 years ago
- b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
- 2fee235 A little script to find LLVM symbols. Ideally this would use c++filt for by Reid Spencer · 19 years ago
- 025213e Don't print out ugly command line when building LibDeps.txt. by Reid Spencer · 19 years ago
- ff9b038 Updated for library changes: by Reid Spencer · 19 years ago