1. f822e73 Stop abusing EmitInstrWithCustomInserter for target-dependent by Dale Johannesen · 15 years ago
  2. e32adf5 another typo pointed out by sajd by Gabor Greif · 15 years ago
  3. 1440dbe fix two typos pointed out by sajd by Gabor Greif · 15 years ago
  4. 7dc7840 Add comment re byval args. Doesn't actually work this way yet. xs by Dale Johannesen · 15 years ago
  5. 8e0bd80 Added bullet about GNUstep Objective-C ABI support to the Clang section of the release notes. by David Chisnall · 15 years ago
  6. 84c6e60 testcase for PR6913 by Chris Lattner · 15 years ago
  7. ff1c044 this passes now. by Chris Lattner · 15 years ago
  8. 044698b Fix PR6921: globals were not getting correctly rounded up to their by Chris Lattner · 15 years ago
  9. 7338242 silence a warning, patch by "mike". by Chris Lattner · 15 years ago
  10. d89673c remove #if 1's. by Chris Lattner · 15 years ago
  11. 39ed678 Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code that by Dan Gohman · 15 years ago
  12. 698cbcb PHI nodes also do not necessarily return trap with a trap operand. by Dan Gohman · 15 years ago
  13. 1f04864 Fix typo. by Nick Lewycky · 15 years ago
  14. ec42dd6 Use provided llvm-defined variables instead of twisting user-controlled knobs. by Nick Lewycky · 15 years ago
  15. 395af84 Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see by Nick Lewycky · 15 years ago
  16. c82c20b Avoid promoting a i16 node if it would eliminate a (store (op (load))) opportunity. by Evan Cheng · 15 years ago
  17. 95c57ea When a load operand is promoted to an extload, replace other uses with uses of extload result truncated. by Evan Cheng · 15 years ago
  18. 1d36798 Generalize LSR's OptimizeMax to handle the new kinds of max expressions by Dan Gohman · 15 years ago
  19. 9f93d30 ScalarEvolution support for <= and >= loops. by Dan Gohman · 15 years ago
  20. d19bba6 Use SimplifyICmpOperands in isKnownPredicate too. by Dan Gohman · 15 years ago
  21. d4da5af Update isImpliedCond to use the new SimplifyICmpOperands utility. by Dan Gohman · 15 years ago
  22. e979650 Add a new utility function SimplifyICmpOperands. Much of this code is by Dan Gohman · 15 years ago
  23. a7bcef1 Apply a fix for a vector setcc dagcombine from Jan Sjodin. No by Dan Gohman · 15 years ago
  24. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
  25. 37ff5c6 cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler. by Jim Grosbach · 15 years ago
  26. d46316e no longer xfail by Chris Lattner · 15 years ago
  27. a0f914b Fixes to edis that mark x86 call targets as by Sean Callanan · 15 years ago
  28. 56dda57 Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck. by Stuart Hastings · 15 years ago
  29. 5d7da43 enable my inliner change: add newly devirtualized call sites to by Chris Lattner · 15 years ago
  30. 6e8fd90 Change TargetData's algorithm for computing defualt vector type by Dan Gohman · 15 years ago
  31. caf7740 Code refactoring. by Evan Cheng · 15 years ago
  32. e3ff9ba Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU testcases. Radar 6881029. by Stuart Hastings · 15 years ago
  33. 1210446 fix some failures my callgraph dump format change broke. by Chris Lattner · 15 years ago
  34. 0768632 switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. by Chris Lattner · 15 years ago
  35. a56c1c5 testcase for the bug that required a patch to be reverted. by Chris Lattner · 15 years ago
  36. 6275413 fix callgraph dump to not print 0x0x1234 for nodes. by Chris Lattner · 15 years ago
  37. 2808ccb Fix X86ISD::CMP i16 to i32 promotion. by Evan Cheng · 15 years ago
  38. e8c92dd Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel by Dan Gohman · 15 years ago
  39. 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
  40. d8993a3 Fixed EDOperand to use the operand type, not the by Sean Callanan · 15 years ago
  41. fafb890 Fix LSR to tolerate cases where ScalarEvolution initially by Dan Gohman · 15 years ago
  42. c686398 When it doesn't matter whether zero or sign extension is used, by Dan Gohman · 15 years ago
  43. 314bf7c Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, by Dan Gohman · 15 years ago
  44. 093eed1 reject invalid comma stuff with a message. We reject the case in PR6888 with: by Chris Lattner · 15 years ago
  45. 62cc838 disable my previous inliner patch, it appears to be busting self-host. by Chris Lattner · 15 years ago
  46. fe9af3b The inliner was choosing to not consider call sites by Chris Lattner · 15 years ago
  47. 3a1287b Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield by Jim Grosbach · 15 years ago
  48. fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
  49. 6091514 refactor the interface to InlineFunction so that most of the in/out by Chris Lattner · 15 years ago
  50. 9517144 Remove the test for now. by Devang Patel · 15 years ago
  51. 3a1d4cf add macruby back by Chris Lattner · 15 years ago
  52. b957a5e when inlining something like this: by Chris Lattner · 15 years ago
  53. c04d545 Add comment. by Devang Patel · 15 years ago
  54. c105a2b Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down by Dan Gohman · 15 years ago
  55. 18ee3bb Adjust debug range offsets for isWeakForLinker() functions. by Devang Patel · 15 years ago
  56. 9c675f1 Add a blurb about the new LSR. by Dan Gohman · 15 years ago
  57. 009364e The -condprop pass has been deleted. by Nick Lewycky · 15 years ago
  58. d64d12d The post-RA scheduler is currently off by default on x86. by Dan Gohman · 15 years ago
  59. f81eca0 Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel by Dan Gohman · 15 years ago
  60. f720a4e Add some verbiage about Clang to the 2.7 release notes by Douglas Gregor · 15 years ago
  61. b61789d add a DEBUG call so that -debug lists when CGSCCPM iterates. by Chris Lattner · 15 years ago
  62. f8b99cb eliminate dead #include. by Chris Lattner · 15 years ago
  63. 07c4e10 - It's not safe to promote rotates (at least not trivially). by Evan Cheng · 15 years ago
  64. 3b172f1 Fix a comment. by Dan Gohman · 15 years ago
  65. 620427d Move PHINodesToUpdate out of SelectionDAGBuilder and into by Dan Gohman · 15 years ago
  66. f1dabde Rename InsnAfterLabelMap and InsnBeforeLabelMap. by Devang Patel · 15 years ago
  67. 3547a88 Keep track of MCSymbol used to mark beginning of a function. by Devang Patel · 15 years ago
  68. 41a7766 Add mention of ARM atomic builtin support by Jim Grosbach · 15 years ago
  69. bc655ea At this point Start and End are not null. by Devang Patel · 15 years ago
  70. 269e0fe Update ARM frame index scavenging description by Jim Grosbach · 15 years ago
  71. cb28286b7 remove dupe by Chris Lattner · 15 years ago
  72. 83cd35a reword my incoherent babble into something that makes sense from Wesley Peck! by Chris Lattner · 15 years ago
  73. fb1a739 two more projects. by Chris Lattner · 15 years ago
  74. cd062cd add some notes from Matthieu Moy! by Chris Lattner · 15 years ago
  75. ca73cea improve tblgen doc, pointed out by Zhongxing. by Chris Lattner · 15 years ago
  76. 1f43361 Fixing a typo in the "Clang project" section of the release notes. by Wesley Peck · 15 years ago
  77. a0c4484 Small fix to the "Other Improvements and New Features" section of the release notes. by Wesley Peck · 15 years ago
  78. c0287ba Fixing small typos in the "New Useful APIs" section of the release notes. by Wesley Peck · 15 years ago
  79. 9e385b1 Fixing small typos in the "ARM Target Improvements" section of the release notes. by Wesley Peck · 15 years ago
  80. 640604a Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes. by Wesley Peck · 15 years ago
  81. 68d1fe9 Reworking the wording of the "target data string" paragraph in the "Optimizer Improvments" section of the release notes. by Wesley Peck · 15 years ago
  82. ed38745 <pre> seems to close <p> by Gabor Greif · 15 years ago
  83. ee2187a the validator coughed up some problems, most of them fixed by Gabor Greif · 15 years ago
  84. c8b3af9 shorten link by Gabor Greif · 15 years ago
  85. f455529 static analyzer has its own section by Chris Lattner · 15 years ago
  86. 8cdd793 add mc and static analyzer blurbs. by Chris Lattner · 15 years ago
  87. 914ce46 another checkpoint. by Chris Lattner · 15 years ago
  88. 7b91eda various updates. by Chris Lattner · 15 years ago
  89. 70745c6 fix file header. by Chris Lattner · 15 years ago
  90. ddb3eaf Don't attempt to analyze values which are obviously undef. This fixes some by Dan Gohman · 15 years ago
  91. 0883355 Tidy a comment. by Dan Gohman · 15 years ago
  92. a063e19 Run LiveVariables instead of computing liveness locally in -regalloc=fast. by Jakob Stoklund Olesen · 15 years ago
  93. e3dd855 Do not try to optimize a copy that has already been marked for deletion. by Evan Cheng · 15 years ago
  94. 708e474 Add command line option to disable debug info printing in .s file. This option does not impact debug info generation and preservation through earlier compile starges. by Devang Patel · 15 years ago
  95. b913863 Fix a performance problem with the new SSAUpdater. This showed up in the by Bob Wilson · 15 years ago
  96. c048f1d Modified some assert() msg strings; no other functionality change. by Johnny Chen · 15 years ago
  97. 0020723 Add fast register allocator, enabled with -regalloc=fast. by Jakob Stoklund Olesen · 15 years ago
  98. 9cdb410 Identify when a lexical scope is split in to multiple instruction ranges. Emit such ranges using DW_AT_ranges. by Devang Patel · 15 years ago
  99. a560fd2 Make ScalarEvolution::getConstant support pointer types, for consistency by Dan Gohman · 15 years ago
  100. cb9dda6 Dragonegg will be released along side llvm-2.7. by Duncan Sands · 15 years ago