1. 8cf648b duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet. by Chris Lattner · 15 years ago
  2. 7069457 Fix typo. by Nick Lewycky · 15 years ago
  3. 2bc6b9a Fix typo. by Nick Lewycky · 15 years ago
  4. 5a06cf6 when folding duplicate conditions, delete the by Chris Lattner · 15 years ago
  5. f9f3cb1 some notes from Anton by Chris Lattner · 15 years ago
  6. 3baca51 catch some other serial commas that my earlier grep did not spot by Gabor Greif · 15 years ago
  7. 56e164f eliminate some instances of serial comma. sabre, if you feel strong about this, feel free to revert this rev by Gabor Greif · 15 years ago
  8. deb3f2e Fix typo. by Duncan Sands · 15 years ago
  9. f553cbc apply some tweaks by Gabor Greif · 15 years ago
  10. 3883cba fix some obvious typos by Gabor Greif · 15 years ago
  11. b88517c Add an outline of the DragonEgg gcc plugin. by Duncan Sands · 15 years ago
  12. 8af304a implement rdar://7293527, a trivial instcombine that llvm-gcc by Chris Lattner · 15 years ago
  13. f7a60d2 add a helper for matching "1". by Chris Lattner · 15 years ago
  14. 78c552e implement a transformation in jump threading that is currently by Chris Lattner · 15 years ago
  15. 113e4c6 another testcase jump threading shouldn't crash on. by Chris Lattner · 15 years ago
  16. c6c167f rename a file, remove a poorly reduced testcase. by Chris Lattner · 15 years ago
  17. 6b65f47 restructure some code, no functionality change. by Chris Lattner · 15 years ago
  18. bdbf1a1 factor some code better and move a function, no functionality change. by Chris Lattner · 15 years ago
  19. e33583b make jump threading on a phi with undef inputs happen. by Chris Lattner · 15 years ago
  20. 1bd8d0a there is no need to run mem2reg after jump threading at LTO time now. by Chris Lattner · 15 years ago
  21. 2c5060d fix a bunch of bad formatting, delete the dead by Chris Lattner · 15 years ago
  22. 41fb43b merge two tests. by Chris Lattner · 15 years ago
  23. d98eb44 simplify some run lines, convert a test to filecheck. by Chris Lattner · 15 years ago
  24. 2840c18 Update release notes blurb on the static analyzer. by Ted Kremenek · 15 years ago
  25. 8c1db67 rewrite LCSSA to use SSAUpdate, to only return true if it modifies by Chris Lattner · 15 years ago
  26. 39b0c3d clean up and simplify some code. Don't use setvector when things will be by Chris Lattner · 15 years ago
  27. a09fbf0 switch GVN to use SSAUpdater. Besides removing a lot of complexity by Chris Lattner · 15 years ago
  28. 0bef562 add a simple helper method. by Chris Lattner · 15 years ago
  29. f5a1fb6 add ability for clients of SSAUpdater to find out about the PHI nodes inserted. by Chris Lattner · 15 years ago
  30. aa6aeb9 clarify by Chris Lattner · 15 years ago
  31. 813dbd5 remove dead code by Chris Lattner · 15 years ago
  32. 1a8d4de add the ability to get a rewritten value from the middle of a block, by Chris Lattner · 15 years ago
  33. 5fb1072 rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect what it does. by Chris Lattner · 15 years ago
  34. 8f8e9f0 It seems that OR operation does not affect status reg at all. by Anton Korobeynikov · 15 years ago
  35. 558c367 fix broken link by Chris Lattner · 15 years ago
  36. f0390df final changes. by Chris Lattner · 15 years ago
  37. 220b9ee down to 'major changes' by Chris Lattner · 15 years ago
  38. 85c7078 more updates by Chris Lattner · 15 years ago
  39. 9b96e80 add a link to the GSG for info on how to check out svn trunk by Chris Lattner · 15 years ago
  40. b91227d x86 uses 5 operands for most memory refs now. by Chris Lattner · 15 years ago
  41. 2eff6e7 More spelling and grammar tweaks. by Duncan Sands · 15 years ago
  42. 9ddfb94 More spelling fixes. by Benjamin Kramer · 15 years ago
  43. 65b0e39 Spelling fixes. by Duncan Sands · 15 years ago
  44. f435c41 more tweaks by Chris Lattner · 15 years ago
  45. a637737 Remove an inappropriate line in the description of the by Duncan Sands · 15 years ago
  46. cfb92fe continue decoding chris scribble. by Chris Lattner · 15 years ago
  47. 60f0340 remove some dead passes by Chris Lattner · 15 years ago
  48. 39c0e67 checkpoint. by Chris Lattner · 15 years ago
  49. 5a2d875 fix broken anchors. by Chris Lattner · 15 years ago
  50. f9920fa use a typedef instead of spelling out an insane type. Yay for auto someday. by Chris Lattner · 15 years ago
  51. 433a0db Change jump threading to use the new SSAUpdater class instead of by Chris Lattner · 15 years ago
  52. 93f3bcf Implement an efficient and fully general SSA update mechanism that by Chris Lattner · 15 years ago
  53. f681127 add some WeakVH::operator='s. Without these, assigning by Chris Lattner · 15 years ago
  54. fc61aef change some static_cast into cast, pointed out by Gabor. by Chris Lattner · 15 years ago
  55. ceaa457 add a version of PHINode::getIncomingBlock that takes a raw by Chris Lattner · 15 years ago
  56. 2d7f1d2 random tidying by Chris Lattner · 15 years ago
  57. bcea859 Create a new InstrEmitter class for translating SelectionDAG nodes by Dan Gohman · 15 years ago
  58. c81b783 Make getMachineNode return a MachineSDNode* instead of a generic SDNode* by Dan Gohman · 15 years ago
  59. 4e6f7a0 Remove a no-longer-necessary #include. by Dan Gohman · 15 years ago
  60. 3731bc0 Replace X86's CanRematLoadWithDispOperand by calling the target-independent by Dan Gohman · 15 years ago
  61. 5bf7c2a Fix a missing initialization of PostRAScheduler's AA member. by Dan Gohman · 15 years ago
  62. 98976e4 The ScheduleDAG framework now requires an AliasAnalysis argument, though by Dan Gohman · 15 years ago
  63. cda49a0 Update this test; the code is the same but it gets counted as one fewer remat. by Dan Gohman · 15 years ago
  64. 59ac571 Mark the LDR instruction with isReMaterializable, as it is rematerializable by Dan Gohman · 15 years ago
  65. a70dca1 Factor out LiveIntervalAnalysis' code to determine whether an instruction by Dan Gohman · 15 years ago
  66. ac1ceb3 Extract scope information from the variable itself, instead of relying on alloca or llvm.dbg.declare location. by Devang Patel · 15 years ago
  67. c89d27a ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse by Jeffrey Yasskin · 15 years ago
  68. 769b7f8 Add a const qualifier. by Dan Gohman · 15 years ago
  69. bdb984b Use names instead of numbers for some of the magic by Dale Johannesen · 15 years ago
  70. d7894f1 Added another bit of the ARM target assembler to llvm-mc to parse register by Kevin Enderby · 15 years ago
  71. 599a87a isTriviallyReMaterializable checks the by Dan Gohman · 15 years ago
  72. 11596ed Fix the x86 test-shrink optimization so that it doesn't shrink comparisons by Dan Gohman · 15 years ago
  73. 83815ae Merge a bunch of NEON tests into larger files so they run faster. by Bob Wilson · 15 years ago
  74. 91e69c3 Add basic infrastructure and x86 support for preserving MachineMemOperand by Dan Gohman · 15 years ago
  75. c525472 Check invalid debug info for enums. This may happen when underlyng enum is optimized away. Eventually DwarfChecker will clean this up during llvm verification stage. by Devang Patel · 15 years ago
  76. 71c8dc9 when previous scratch register is killed, flag the value as no longer tracking by Jim Grosbach · 15 years ago
  77. e8e72be Convert some ARM tests with lots of greps to use FileCheck. by Bob Wilson · 15 years ago
  78. 7a72195 Revert r83606 and add comments explaining why it isn't safe. by Dan Gohman · 15 years ago
  79. 0c536be As it turns out, the bug fixes in GC codegen did not make it by Nicolas Geoffray · 15 years ago
  80. 7b2e71b 80-columns! by Nicolas Geoffray · 15 years ago
  81. e83ae23 Add initial information on VMKit. by Nicolas Geoffray · 15 years ago
  82. a8f4214 more random updates. by Chris Lattner · 15 years ago
  83. 64efb55 Give Dan and my recent changes, machine LICM is now code size neutral. by Evan Cheng · 15 years ago
  84. 4517850 checkpoint. by Chris Lattner · 15 years ago
  85. 3dc326b Fix a logic error that caused non-rematable loop invariants loads to be licm'ed out of loop. by Evan Cheng · 15 years ago
  86. 6ee62f8 checkpoint. by Chris Lattner · 15 years ago
  87. aba210b Slight rewording. by Mikhail Glushenkov · 15 years ago
  88. 0b59939 Omit the 'out_file_index != -1' check when possible. by Mikhail Glushenkov · 15 years ago
  89. 3ab6889 Use llvm-as only for compiling .ll -> .bc. by Mikhail Glushenkov · 15 years ago
  90. 8795070 Commit one last NEON test to use FileCheck. That's all of them now! by Bob Wilson · 15 years ago
  91. 0305dd7 Convert more NEON tests to use FileCheck. by Bob Wilson · 15 years ago
  92. 28d0274 update clang section. by Chris Lattner · 15 years ago
  93. 17d70ab Raise the limit on built-in plugins in llvmc to 10. by Mikhail Glushenkov · 15 years ago
  94. bdd040f Reconfigure automatically when Base.td.in is changed. by Mikhail Glushenkov · 15 years ago
  95. 35ca920 Reset kill markers after live interval is reconstructed. by Evan Cheng · 15 years ago
  96. 48bff92 Indentation. by Evan Cheng · 15 years ago
  97. 4db3581 Preserve HasNSW and HasNUW when constructing SCEVs for Add and Mul instructions. by Dan Gohman · 15 years ago
  98. e91b9a3 When considering whether to inline Callee into Caller, by Dale Johannesen · 15 years ago
  99. 3645b01 Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions. by Dan Gohman · 15 years ago
  100. 5631139 Add codegen support for NEON vst4lane intrinsics with 128-bit vectors. by Bob Wilson · 15 years ago