1. 0ea86bc various timer fixes: move operator= out of line, by Chris Lattner · 15 years ago
  2. 34247a0 Make isInt?? and isUint?? template specializations of the generic versions. This by Benjamin Kramer · 15 years ago
  3. 31441b7 Pool allocate SDDbgValue nodes. by Evan Cheng · 15 years ago
  4. 545d3b1 We'll never match these as instructions, just as intrinsics so remove by Eric Christopher · 15 years ago
  5. 0613edc s/.../. by Chris Lattner · 15 years ago
  6. c3b228c use RAII for ExceptionTimer too by Chris Lattner · 15 years ago
  7. a909d66 fix a variety of issues were we'd start DebugTimer but by Chris Lattner · 15 years ago
  8. 9bb110f move code around and improve indentation, no functionality change. by Chris Lattner · 15 years ago
  9. 7e09deb Remove a bunch of integer width predicate functions in favor of MathExtras. by Benjamin Kramer · 15 years ago
  10. 8e7f1b1 some other notes. by Chris Lattner · 15 years ago
  11. b22060d apparently llvm 2.7 now has great armv4 support, from John Tytgat by Chris Lattner · 15 years ago
  12. bf8e516 update the vmkit blurb by Chris Lattner · 15 years ago
  13. 8d4bbbe add tce by Chris Lattner · 15 years ago
  14. e27e02b From Kalle Raiskila: by Chris Lattner · 15 years ago
  15. d7ba0f2 add support for zero initialized unions, patch by Tim Northover! by Chris Lattner · 15 years ago
  16. 553881b Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. by Devang Patel · 15 years ago
  17. f283e40 add a note. by Chris Lattner · 15 years ago
  18. 283d1ce Switch pattern sorting predicate from stable sort -> sort, it by Chris Lattner · 15 years ago
  19. 4810736 revert 99795, as mentioned, it is disabled anyway. by Chris Lattner · 15 years ago
  20. a040124 Check in a (disabled) failed attempt to improve the ordering of by Chris Lattner · 15 years ago
  21. 48e86db print the complexity of the pattern being matched in the by Chris Lattner · 15 years ago
  22. 79c4d82 Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions. by Johnny Chen · 15 years ago
  23. de9b1ef Revert 99772. by Devang Patel · 15 years ago
  24. bed993d add a statistic for the # times isel has to backtrack. by Chris Lattner · 15 years ago
  25. c7eae5c Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. by Devang Patel · 15 years ago
  26. dc7500b zap an extra line that Eli noticed! by Chris Lattner · 15 years ago
  27. 8124429 Properly quote the quotes :) during cmdline construction on Windows. by Anton Korobeynikov · 15 years ago
  28. b4bc963 Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701). by Torok Edwin · 15 years ago
  29. 2a22cdc improve type checking of SDNode operand count. This rejects all cases by Chris Lattner · 15 years ago
  30. 263bd9a fix a type contradition: XCoreISD::RETSP has one argument, not zero. by Chris Lattner · 15 years ago
  31. caa8870 finally remove the immAllOnesV_bc/immAllZerosV_bc patterns by Chris Lattner · 15 years ago
  32. 6269b6c remove a pattern with no testcase that doesn't appear to be by Chris Lattner · 15 years ago
  33. 0a00ed9 fix integer negates to use the proper type for the zero vectors, by Chris Lattner · 15 years ago
  34. 7a0eb91 teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), by Chris Lattner · 15 years ago
  35. e82f336 fix a typo, bitconvert from node to itself isn't valid. by Chris Lattner · 15 years ago
  36. b26fdcb fix vnot matching to explicitly specify the type of the by Chris Lattner · 15 years ago
  37. e4c868f fix up vnot matching, eliminating a dead pattern, correcting a couple of by Chris Lattner · 15 years ago
  38. ba47ce1 add some nounwinds by Chris Lattner · 15 years ago
  39. cf3fed0 this takes an insane amount of time to run, disable it for now (PR6727) by Chris Lattner · 15 years ago
  40. 918472a stop using vnot_conv by Chris Lattner · 15 years ago
  41. ed52c8f revert r99743, this is saying that the repmovs instructinos have an by Chris Lattner · 15 years ago
  42. b616c6a remove a bunch of dead patterns. by Chris Lattner · 15 years ago
  43. b775b1e validate that input sdnodes don't exist in an output pattern. by Chris Lattner · 15 years ago
  44. c217305 eliminate a bunch of code duplication in ParseTreePattern by rotating it. by Chris Lattner · 15 years ago
  45. e770099 add some node definitions. by Chris Lattner · 15 years ago
  46. c812261 SDTCisVT<0, isVoid> is not valid, reject it. by Chris Lattner · 15 years ago
  47. 0b5d490 claiming to return other is pointless. by Chris Lattner · 15 years ago
  48. 5d9a1bc comply with the wishes of a fixme. by Chris Lattner · 15 years ago
  49. b0e483e now that (parallel) is gone and a variety of bugs in targets by Chris Lattner · 15 years ago
  50. aa4e339 add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and by Chris Lattner · 15 years ago
  51. 856fb39 don't add nodes to the now-dead nodes list multiple times, this by Chris Lattner · 15 years ago
  52. a591ff5 Improve systemz to model cmp and ucmp nodes as returning their flags correctly. by Chris Lattner · 15 years ago
  53. af8752e the FPCmp node returns an i32. by Chris Lattner · 15 years ago
  54. d486d77 fix some modelling problems exposed by a patch I'm working on. bsr/bsf/ptest by Chris Lattner · 15 years ago
  55. 19e37cb don't add flag nodes with chain results to the NowDeadNodes by Chris Lattner · 15 years ago
  56. ec24347 Oops, r98447 dropped the reference to ForwardType in the wrong place in by Jeffrey Yasskin · 15 years ago
  57. b4a52b0 fix a long standing fixme, which required fixing a bunch of other by Chris Lattner · 15 years ago
  58. 0d7952e fix CodeGenTarget::getRegisterVTs to not return the by Chris Lattner · 15 years ago
  59. 9414ae5 hoist some funky logic into CodeGenInstruction by Chris Lattner · 15 years ago
  60. 0be6fe7 continue pushing tblgen's support for nodes with multiple by Chris Lattner · 15 years ago
  61. a6f8693 improve -debug-only=isel comments for cases when we don't enter a by Chris Lattner · 15 years ago
  62. 5d3569e fix a bug in my recent patch that increased opcode size to 2 bytes: by Chris Lattner · 15 years ago
  63. 46475cb revert r99719 which is breaking the botz. by Chris Lattner · 15 years ago
  64. 00ad278 Make llvm-ld remove its output files in the event of an error. by Dan Gohman · 15 years ago
  65. a5d0501 Give FileRemover a default constructor to allow FileRemovers to be created by Dan Gohman · 15 years ago
  66. 92f5fcc No need to check the same condition twice. by Dan Gohman · 15 years ago
  67. 60a6e1f Add a comment. by Dan Gohman · 15 years ago
  68. f65f294 Remove an unnecessary #include. by Dan Gohman · 15 years ago
  69. 0826e1c Remove another memory leak from ABCD by using Edges by value instead of by Jeffrey Yasskin · 15 years ago
  70. e9580bf In ABCD, change the non-null Bound*s to Bound&s. by Jeffrey Yasskin · 15 years ago
  71. 2f97b46 Fix a memory leak in ABCD by giving ownership of Bound objects to the by Jeffrey Yasskin · 15 years ago
  72. b3a1f92 XFAIL a new tblgen test for memory leak checking. by Jeffrey Yasskin · 15 years ago
  73. 47b7112 Avoid leaking the memory allocated for GlobalVariables in the interpreter, by by Jeffrey Yasskin · 15 years ago
  74. 2cd1a12 Fix indentation. by Bob Wilson · 15 years ago
  75. 10bc69c Add a format argument to the N3V and N3VX classes, removing the N3Vf class. by Bob Wilson · 15 years ago
  76. 310adf1 remove parallel support. by Chris Lattner · 15 years ago
  77. baba4bb eliminate the last of the parallel's! by Chris Lattner · 15 years ago
  78. 6fde0bd When we promote a load of an argument make sure to take the alignment by Eric Christopher · 15 years ago
  79. e6b293b Forgot the part where we handle the ".llvm.eh.catch.all.value". by Bill Wendling · 15 years ago
  80. 43de15f Return if we changed anything or not. by Bill Wendling · 15 years ago
  81. bfbd853 If a selector has a call to ".llvm.eh.catch.all.value" that we haven't by Bill Wendling · 15 years ago
  82. 897dd0c Add NVMulSLFrm to represent "3-register multiply with scalar" operations and set by Johnny Chen · 15 years ago
  83. ec85680 eliminate almost all the rest of the x86-32 parallels. by Chris Lattner · 15 years ago
  84. f2ddf15 bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tight bound anymore. by Chris Lattner · 15 years ago
  85. 9ab0427 Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not pass by Jim Grosbach · 15 years ago
  86. 67eadb3 improve portability to minix, patch by Kees van Reeuwijk for PR6704 by Chris Lattner · 15 years ago
  87. 9ee9d7d Remove the duplicate multiclass N3VSh_QHSD and use N3VInt_QHSD which is modified by Johnny Chen · 15 years ago
  88. 2ad4aca If we mark clean-ups as clean-ups, then it could break when inlining through an by Bill Wendling · 15 years ago
  89. 629c25c Add NVExtFrm to represent NEON Vector Extract Instructions, that uses Inst{11-8} by Johnny Chen · 15 years ago
  90. f35d88f remove a constructor implementation that isn't declared by Chris Lattner · 15 years ago
  91. de0118c Add few missed libcalls and correct names for others. by Anton Korobeynikov · 15 years ago
  92. c6e704d Add N3RegVShFrm to represent 3-Register Vector Shift Instructions, which do not by Johnny Chen · 15 years ago
  93. bbbf9a2 fix iterator name by Gabor Greif · 15 years ago
  94. 0d91c11 Minor grammar and html fixes. by Dan Gohman · 15 years ago
  95. ce9431953 some more tweaks by Gabor Greif · 15 years ago
  96. 525bf8e Tell "the rest of the story" about LLVM's iterators' implicit conversions. by Dan Gohman · 15 years ago
  97. 394fdfb fix formatting and a validation fail by Gabor Greif · 15 years ago
  98. 4de7368 add a blurb on const versions of chain traversals and a word of caution by Gabor Greif · 15 years ago
  99. 4d12d3b Debug info shouldn't affect kills. by Dale Johannesen · 15 years ago
  100. d98ec5f Add a paragram describing how to extract line number information. by Devang Patel · 15 years ago