1. 76356d9 Prevent folding of a node with multiple uses if the node already folds a load! by Evan Cheng · 19 years ago
  2. 485a350 Don't include generated lexer .cpp files. by Chris Lattner · 19 years ago
  3. 823b752 Bug fix. Flag operand number may be calculated incorrectly. by Evan Cheng · 19 years ago
  4. 7419de8 Use pattern information to determine whether the use expects this by Evan Cheng · 19 years ago
  5. b4ad33c Prevent unnecessary CopyToReg when the same HW register appears in two spots by Evan Cheng · 19 years ago
  6. 09fb7d4 fix a broken comment by Chris Lattner · 19 years ago
  7. d788124 Regenerated the Lex and Yacc output files on Linux. It seems that our by John Criswell · 19 years ago
  8. 57c517d Emit a type matching check for ComplexPatterns. by Evan Cheng · 19 years ago
  9. 37e9005 Type inferencing bug by Evan Cheng · 19 years ago
  10. f805c2e Allow transformation from GlobalAddress to TargetGlobalAddress and by Evan Cheng · 19 years ago
  11. bb48e33 GlobalAddress -> TargetGlobalAddress; ExternalSymbol -> TargetExternalSymbol by Evan Cheng · 19 years ago
  12. b2c6d49 Some minor fixes. by Evan Cheng · 19 years ago
  13. 8020a52 Always select target registers to themselves by Chris Lattner · 19 years ago
  14. 7893f13 Emit an error instead of an assertion if trying to do bogus things in result patterns. by Chris Lattner · 19 years ago
  15. b52ee7f Added support for the extractelement operation. by Robert Bocchino · 19 years ago
  16. 51fecc8 * Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag and by Evan Cheng · 19 years ago
  17. 4a7c284 Pattern complexity calculation fix. by Evan Cheng · 19 years ago
  18. e1050d6 Tweak pattern complexity calc. by Evan Cheng · 19 years ago
  19. 1cf6db2 Bug fix wrt chain operand. by Evan Cheng · 19 years ago
  20. 60e9187 Replace fix with one less disruptive to the original code. by Jeff Cohen · 19 years ago
  21. f356d70 Tblgen was generating syntactically illegal C++ code like: by Jeff Cohen · 19 years ago
  22. 11966a0 Remove obsolete comment, make things look a bit nicer by Chris Lattner · 19 years ago
  23. 602f692 reduce stack usage of the recursive SelectCode function by out-lining each by Chris Lattner · 19 years ago
  24. 4e3c8e51 Remove my previous ugly hack that tries to reduce the stack space usage by Chris Lattner · 19 years ago
  25. d47ae09 HP-UX DVDs are crunchy and good to eat by Duraid Madina · 19 years ago
  26. 42d24c7 almost got the HP-UX tester up.. :) by Duraid Madina · 19 years ago
  27. b73628b Add support for generating v4i32 altivec code by Nate Begeman · 19 years ago
  28. 12f7578 This gets most of the backends building with HP HappyC++. by Duraid Madina · 19 years ago
  29. 2b4ea79 Added field noResults to Instruction. by Evan Cheng · 19 years ago
  30. 6fb9a84 more standards-compliance stuff by Duraid Madina · 19 years ago
  31. 330851a support targetexternalsym by Andrew Lenharth · 19 years ago
  32. 7b05bd5 * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG by Evan Cheng · 19 years ago
  33. 7a8054f silence some bogus gcc warnings by Chris Lattner · 19 years ago
  34. 3a217f3 Attempt to fix a crash on WIN32. by Evan Cheng · 19 years ago
  35. 9793888 * Added support for FLAG - a special nameless flag register. Can be used as by Evan Cheng · 19 years ago
  36. 87bddeb Allows instructions which no explicit operands. e.g. X86 RET which has but by Evan Cheng · 19 years ago
  37. 4e6a1d2 Eliminate some GCC warnings from the generated code by Chris Lattner · 19 years ago
  38. 5fb5e10 Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail; by Evan Cheng · 19 years ago
  39. 2f0f9a6 This ugly patch works around a GCC bug where it is compiling SelectCode to by Chris Lattner · 19 years ago
  40. 4fba281 Now support instructions with implicit write to non-flag registers. by Evan Cheng · 19 years ago
  41. dae87b6 by Patrick Meredith · 19 years ago
  42. e087051 Lefted out a fix in the previous check in. by Evan Cheng · 19 years ago
  43. f9fc25d Fix another bug related to chain / flag. by Evan Cheng · 19 years ago
  44. 1b80f4d Fixes for a number of bugs: save flag results in CodeGenMap, folded chains by Evan Cheng · 19 years ago
  45. 7e1cf1c by Patrick Meredith · 19 years ago
  46. 5216c69 Handle basic block nodes by Chris Lattner · 19 years ago
  47. dc464de More fixes for Selection of copyto/fromreg with a flag by Chris Lattner · 19 years ago
  48. 755dd09 Select copytoreg and copyfromreg nodes that have flag operands correctly. by Chris Lattner · 19 years ago
  49. bcecf33 Support for read / write from explicit registers with FlagVT type. by Evan Cheng · 19 years ago
  50. 58e84a6 Added support to specify predicates. by Evan Cheng · 19 years ago
  51. 01f318b Skip over srcvalue nodes when generating ISEL code. by Evan Cheng · 19 years ago
  52. 0e65b27 Bug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue(0)] = ... by Evan Cheng · 19 years ago
  53. 481c8e0 At top of generated isel SelectCode() is this: by Evan Cheng · 19 years ago
  54. 8621789 Bug fix: finding the correct incoming chain for pattern with nested src operand. And a minor change to make output code slightly more readible. by Evan Cheng · 19 years ago
  55. 0831310 Send an indicator to llvm-testresults if the build failed by Chris Lattner · 19 years ago
  56. 28a6b02 Add support for TargetConstantPool nodes to the dag isel emitter, and use by Nate Begeman · 19 years ago
  57. ba7fa0b Stop emitting a redudant type check for complex pattern node. by Evan Cheng · 19 years ago
  58. 1129e87 For instructions which produce no result, e.g. store, chain's Resno == 0. by Evan Cheng · 19 years ago
  59. 5b21be7 Add a new SDTCisPtrTy constraint, which indicates that an operand must have by Chris Lattner · 19 years ago
  60. b915f31 * Do not allow nodes which produce chain results (e.g. loads) to be folded if by Evan Cheng · 19 years ago
  61. cbc09c8 Prevent folding of instructions which produce chains that have more than 1 real use by Evan Cheng · 19 years ago
  62. c45146a * Make sure complex pattern operands are selected first since their select by Evan Cheng · 19 years ago
  63. 3aa39f4 * Added an explicit type field to ComplexPattern. by Evan Cheng · 19 years ago
  64. 0fc7198 Added support for ComplexPattern. These are patterns that require C++ pattern by Evan Cheng · 19 years ago
  65. dd304dd * Infer instruction property hasCtrlDep from pattern if it has one. by Evan Cheng · 19 years ago
  66. 22faeab Implement PR673: for explicit register references, use type information by Chris Lattner · 19 years ago
  67. 5c4736a Add some methods by Chris Lattner · 19 years ago
  68. 7292c5e Generate code to silence bogus GCC warnings. by Chris Lattner · 19 years ago
  69. 1c3d19e * Commit the fix (by Chris) for a tblgen type inferencing bug. by Evan Cheng · 19 years ago
  70. 6510b22 Support multiple ValueTypes per RegisterClass, needed for upcoming vector by Nate Begeman · 19 years ago
  71. 66a48bb Teach tblgen to accept register source operands in patterns, e.g. by Evan Cheng · 19 years ago
  72. 86193d1 Nuke CodeGenInstruction's ValueType member, it is no longer used. by Nate Begeman · 19 years ago
  73. ddb3954 Stop checking the ValueType of the CodeGenInstruction. Instead, use the by Nate Begeman · 19 years ago
  74. 8ef9d16 fit into 80 columns by Nate Begeman · 19 years ago
  75. 5d28ffd Make the code generated by tblgen return the result of SelectNodeTo, to by Chris Lattner · 19 years ago
  76. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  77. 004a833 Fix some copy and paste typos. by Nate Begeman · 19 years ago
  78. 76021f0 Better error message when unrecognized opcode is seen. by Evan Cheng · 19 years ago
  79. 02fc8ff Add the new vector types to tablegen by Nate Begeman · 19 years ago
  80. 3367079 Initialize this variable on all paths, fixing a crasher in windows. Thanks by Chris Lattner · 19 years ago
  81. 65303d6 Teach tblgen about instruction operands that have multiple MachineInstr by Chris Lattner · 19 years ago
  82. 09c0339 Validate that the input to 'Pat' patterns is sane. by Chris Lattner · 19 years ago
  83. b120a64 teach tblgen to be smart enough to handle tglobaladdr nodes by Chris Lattner · 19 years ago
  84. 12cf909 fix a tblgen bug that Evan ran into, where we would lose the '$src' name by Chris Lattner · 19 years ago
  85. 811da6d remove these labels, there are now bigger jumps in the graph that are unlabeled by Chris Lattner · 19 years ago
  86. 7f39c14 1. Remove ranges from itinerary data. by Jim Laskey · 19 years ago
  87. 465c737 Reject integer literals that are out of range for their type. by Chris Lattner · 19 years ago
  88. 0614b62 Add support for immediates directly in the pattern, this allows itanium to by Chris Lattner · 19 years ago
  89. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
  90. cb366d9 Keep VC++ happy. by Jeff Cohen · 19 years ago
  91. b0ddb49 Let people who run the nightly tester specify paths to external tests, instead by Chris Lattner · 19 years ago
  92. b5a0c0e Emit itinerary class in instruction info. by Jim Laskey · 19 years ago
  93. 10b1dd9 Generate cpu to itinerary map. by Jim Laskey · 19 years ago
  94. 4734630 Revert an accidental commit. by Chris Lattner · 19 years ago
  95. 9d1a023 Make negative immediates in patterns work correctly, silence some warnings by Chris Lattner · 19 years ago
  96. 366080c Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) by Chris Lattner · 19 years ago
  97. b0e103d Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately by Chris Lattner · 19 years ago
  98. 6bc0d74 Use the new interface Jim added by Chris Lattner · 19 years ago
  99. f7bcde0 Removed Mr. Smith from the code. by Jim Laskey · 19 years ago
  100. fd306bf Added method to return a vector of records for a ListInit of Def field. This by Jim Laskey · 19 years ago