1. 4fca017 Don't print a label for the first MBB in a function. by Chris Lattner · 20 years ago
  2. b22c08b Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. by Chris Lattner · 20 years ago
  3. e112552 Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code. by Chris Lattner · 20 years ago
  4. 934ea49 Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksave/stackrestore. by Chris Lattner · 20 years ago
  5. 903d278 Allow the target to specify 'expand' if they just require the amount to by Chris Lattner · 20 years ago
  6. bce8887 Implement DYNAMIC_STACKALLOC for V8 by Chris Lattner · 20 years ago
  7. 5f65229 Fix custom lowering of dynamic_stackalloc by Chris Lattner · 20 years ago
  8. 3776fea add a missing break that Reid noticed. by Chris Lattner · 20 years ago
  9. cc0aad2 add a missing node name by Chris Lattner · 20 years ago
  10. 7c41907 reorder passes by Chris Lattner · 20 years ago
  11. c0ab522 Token chain results are not always the first or last result. Consider copyfromreg nodes, where they are the middle result (the flag result is last) by Chris Lattner · 20 years ago
  12. bc0f460 Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums are. by Chris Lattner · 20 years ago
  13. 25abb1d Change ET-Forest to automatically recalculate its DFSnum's if too many slow by Chris Lattner · 20 years ago
  14. b47fad9 silence a warning by Chris Lattner · 20 years ago
  15. 432a205 Let the inliner update the callgraph to reflect the changes it makes, instead by Chris Lattner · 20 years ago
  16. 468fb1d Teach the inliner to update the CallGraph itself, and have it add edges to by Chris Lattner · 20 years ago
  17. c54b1c1 Add a new CallGraph::getOrInsertFunction for clients to use when updating by Chris Lattner · 20 years ago
  18. 516a74c FunctionPass's cannot do IPO things. by Chris Lattner · 20 years ago
  19. 1694ec6 add a dump method to CallGraph by Chris Lattner · 20 years ago
  20. 3a04ffb Remove some duplicated code by Nate Begeman · 20 years ago
  21. d88fc03 bswap implementation by Nate Begeman · 20 years ago
  22. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 20 years ago
  23. 6283760 Remove some redundant stuff out of the readme. by Nate Begeman · 20 years ago
  24. e3703d4 A typo. by Evan Cheng · 20 years ago
  25. 8dff24f Implement a new InvalidateStructLayoutInfo method and add some comments by Chris Lattner · 20 years ago
  26. 1d7456d Added instcombine support for extractelement. by Robert Bocchino · 20 years ago
  27. b841433 Add truncstore i1 patterns. by Evan Cheng · 20 years ago
  28. 5522037 it is ok to dce stacksave. by Chris Lattner · 20 years ago
  29. a728ddc Do a simple instcombine xforms to delete llvm.stackrestore cases. by Chris Lattner · 20 years ago
  30. 052d2ff Fix a bug in my last X86 checkin, pointed out by cozmic by Chris Lattner · 20 years ago
  31. 8b0ea31 Simplify this a tiny bit by using the new IntrinsicInst functionality. by Chris Lattner · 20 years ago
  32. e90da97 LHS = X86ISD::CMOVcc LHS, RHS means LHS = RHS if cc. So the operands must be by Evan Cheng · 20 years ago
  33. ccca3ca Permit inlining functions that contain dynamic allocations now that by Chris Lattner · 20 years ago
  34. bf229f4 If inlining a call to a function that contains dynamic allocas, wrap the by Chris Lattner · 20 years ago
  35. 1fdf4a8 Use ClonedCodeInfo to avoid another walk over the inlined code, this this by Chris Lattner · 20 years ago
  36. 727d1dd Use the ClonedCodeInfo object to avoid scans of the inlined code when by Chris Lattner · 20 years ago
  37. cd4d339 Refactor a bunch of invoke handling stuff out into a new function by Chris Lattner · 20 years ago
  38. 512c77e make DAG isel the default by Andrew Lenharth · 20 years ago
  39. a4c29d2 Allow the code cloning interfaces to capture some important info about the by Chris Lattner · 20 years ago
  40. 21f2055 Fix a bug I noticed by inspection: if the first instruction in the inlined by Chris Lattner · 20 years ago
  41. 8acb249 Fix 80 column violations by Chris Lattner · 20 years ago
  42. 9edba76 Enable X86 support for savestack/restorestack by Chris Lattner · 20 years ago
  43. cadd742 implement stacksave/stackrestore on PPC by Chris Lattner · 20 years ago
  44. 4f0d8e4 If a target specified a stack pointer with setStackPointerRegisterToSaveRestore, by Chris Lattner · 20 years ago
  45. 544cbbd don't be a doofus - this fixes storing bools by Duraid Madina · 20 years ago
  46. 140d53c Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow by Chris Lattner · 20 years ago
  47. b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 20 years ago
  48. 33f79df new nodes by Chris Lattner · 20 years ago
  49. 5a67afc add stacksave/stackrestore nodes by Chris Lattner · 20 years ago
  50. e8f7a4b Add "support" for stacksave/stackrestore to the dag isel by Chris Lattner · 20 years ago
  51. 0c067bc Add "support" for the llvm.stacksave/stackrestore intrinsics, this is by Chris Lattner · 20 years ago
  52. 71d0e3d Add recognition and verification of new llvm.stacksave/llvm.stackrestore intrinsics by Chris Lattner · 20 years ago
  53. e08c270 Minor update. by Evan Cheng · 20 years ago
  54. 80ebe38 More typo's. I need new eye glasses... by Evan Cheng · 20 years ago
  55. 189d01e Oops. Typo. by Evan Cheng · 20 years ago
  56. 1bcee36 Fix a SETCC / BRCOND folding bug. by Evan Cheng · 20 years ago
  57. a3195e8 Fix sint_to_fp (fild*) support. by Evan Cheng · 20 years ago
  58. 4aafb4f Add a simple missing fold to produce this: by Chris Lattner · 20 years ago
  59. 77e9043 Specify transformation from GlobalAddress to TargetGlobalAddress and by Evan Cheng · 20 years ago
  60. 5166b82 If using __main, emit global ctor/dtor list like any other global by Chris Lattner · 20 years ago
  61. af551bc Don't create rotate instructions in unsupported types, because we don't have by Chris Lattner · 20 years ago
  62. 4bb9102 Fix branches on FP compares by Chris Lattner · 20 years ago
  63. d9d681d Patch #10 from Saem: by Chris Lattner · 20 years ago
  64. 5ee4ccc X86ISD::SETCC (e.g. SETEr) produces a flag (so multiple SETCC can be by Evan Cheng · 20 years ago
  65. 002fe9b * Materialize GlobalAddress and ExternalSym with MOV32ri rather than by Evan Cheng · 20 years ago
  66. 138d322 fix a bug in my previous checkin by Chris Lattner · 20 years ago
  67. 72878a4 Give V8ISD nodes symbolic names in dumps by Chris Lattner · 20 years ago
  68. 0b2192c Convert the verifier over to use ETForest instead of DominatorSet. Patch by Chris Lattner · 20 years ago
  69. a5959bf sabre's (correct) fix means these guys need to be flagged as well (else by Duraid Madina · 20 years ago
  70. a613d26 ahem :) by Chris Lattner · 20 years ago
  71. e699ef5 these cases are autogenerated by Chris Lattner · 20 years ago
  72. 17e82d2 remove dead code by Chris Lattner · 20 years ago
  73. 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 20 years ago
  74. 271426a Fix an itanium call lowering bug for duraid by Chris Lattner · 20 years ago
  75. b3c7715 invert the sense of this switch and its name by Chris Lattner · 20 years ago
  76. c3f8c2e Missed a spot. by Nate Begeman · 20 years ago
  77. eb422a7 Added ROTL and ROTR. by Evan Cheng · 20 years ago
  78. ba62572 Fix an off-by-one error that Nate's eagle eyes caught by Chris Lattner · 20 years ago
  79. c6d48d3 Use the auto-insert BuildMI constructor to avoid an explicit insert. No by Chris Lattner · 20 years ago
  80. 64da172 If a function has a non-zero sized frame, use an add to adjust the stack by Chris Lattner · 20 years ago
  81. 67f92a7 Support for MEMCPY and MEMSET. by Evan Cheng · 20 years ago
  82. 38262ca Select DYNAMIC_STACKALLOC by Evan Cheng · 20 years ago
  83. a7dce3c Allow custom lowering of DYNAMIC_STACKALLOC. by Evan Cheng · 20 years ago
  84. 140e99b ignore register #0 by Evan Cheng · 20 years ago
  85. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
  86. a243db8 Fix calls that need to store values in stack slots, to not copy the stack by Chris Lattner · 20 years ago
  87. 6232d7d tblgen does this now by Chris Lattner · 20 years ago
  88. 7ec6a6e This is no longer needed by Chris Lattner · 20 years ago
  89. 413b979 Dead FP arguments still use an incoming FP reg. This fixes by Chris Lattner · 20 years ago
  90. df46b26 Fix VC++ compilation error. by Jeff Cohen · 20 years ago
  91. 3159048 Patch #9 from Saem: by Chris Lattner · 20 years ago
  92. b9169ce Use Evan's outflag stuff to implement V8cmpicc. This allows us to write a by Chris Lattner · 20 years ago
  93. 3fbb726 Fix a bug in i32->f64 conversion lowering by Chris Lattner · 20 years ago
  94. 1b8af84 Unbreak ret void :-/ by Chris Lattner · 20 years ago
  95. bda559e Write this pattern in canonical form, allowing more patterns to match. by Chris Lattner · 20 years ago
  96. 8700e14 * Add special entry code main() (to set x87 to 64-bit precision). by Evan Cheng · 20 years ago
  97. a2664c5 Simple is good. CVS is for revision control, not file headers by Chris Lattner · 20 years ago
  98. f1b59d4 Simple is good by Chris Lattner · 20 years ago
  99. dd9e956 Preserve and update ETForest. Patch by Daniel Berlin by Chris Lattner · 20 years ago
  100. 88cac3d Switch these to using ETForest instead of DominatorSet to compute itself. by Chris Lattner · 20 years ago