1. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
  2. 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
  3. d46316e no longer xfail by Chris Lattner · 15 years ago
  4. a0f914b Fixes to edis that mark x86 call targets as by Sean Callanan · 15 years ago
  5. 56dda57 Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck. by Stuart Hastings · 15 years ago
  6. 5d7da43 enable my inliner change: add newly devirtualized call sites to by Chris Lattner · 15 years ago
  7. 6e8fd90 Change TargetData's algorithm for computing defualt vector type by Dan Gohman · 15 years ago
  8. caf7740 Code refactoring. by Evan Cheng · 15 years ago
  9. e3ff9ba Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU testcases. Radar 6881029. by Stuart Hastings · 15 years ago
  10. 1210446 fix some failures my callgraph dump format change broke. by Chris Lattner · 15 years ago
  11. 0768632 switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. by Chris Lattner · 15 years ago
  12. a56c1c5 testcase for the bug that required a patch to be reverted. by Chris Lattner · 15 years ago
  13. 6275413 fix callgraph dump to not print 0x0x1234 for nodes. by Chris Lattner · 15 years ago
  14. 2808ccb Fix X86ISD::CMP i16 to i32 promotion. by Evan Cheng · 15 years ago
  15. e8c92dd Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel by Dan Gohman · 15 years ago
  16. 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
  17. d8993a3 Fixed EDOperand to use the operand type, not the by Sean Callanan · 15 years ago
  18. fafb890 Fix LSR to tolerate cases where ScalarEvolution initially by Dan Gohman · 15 years ago
  19. c686398 When it doesn't matter whether zero or sign extension is used, by Dan Gohman · 15 years ago
  20. 314bf7c Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, by Dan Gohman · 15 years ago
  21. 093eed1 reject invalid comma stuff with a message. We reject the case in PR6888 with: by Chris Lattner · 15 years ago
  22. 62cc838 disable my previous inliner patch, it appears to be busting self-host. by Chris Lattner · 15 years ago
  23. fe9af3b The inliner was choosing to not consider call sites by Chris Lattner · 15 years ago
  24. 3a1287b Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield by Jim Grosbach · 15 years ago
  25. fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
  26. 6091514 refactor the interface to InlineFunction so that most of the in/out by Chris Lattner · 15 years ago
  27. 9517144 Remove the test for now. by Devang Patel · 15 years ago
  28. 3a1d4cf add macruby back by Chris Lattner · 15 years ago
  29. b957a5e when inlining something like this: by Chris Lattner · 15 years ago
  30. c04d545 Add comment. by Devang Patel · 15 years ago
  31. c105a2b Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down by Dan Gohman · 15 years ago
  32. 18ee3bb Adjust debug range offsets for isWeakForLinker() functions. by Devang Patel · 15 years ago
  33. 9c675f1 Add a blurb about the new LSR. by Dan Gohman · 15 years ago
  34. 009364e The -condprop pass has been deleted. by Nick Lewycky · 15 years ago
  35. d64d12d The post-RA scheduler is currently off by default on x86. by Dan Gohman · 15 years ago
  36. f81eca0 Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel by Dan Gohman · 15 years ago
  37. f720a4e Add some verbiage about Clang to the 2.7 release notes by Douglas Gregor · 15 years ago
  38. b61789d add a DEBUG call so that -debug lists when CGSCCPM iterates. by Chris Lattner · 15 years ago
  39. f8b99cb eliminate dead #include. by Chris Lattner · 15 years ago
  40. 07c4e10 - It's not safe to promote rotates (at least not trivially). by Evan Cheng · 15 years ago
  41. 3b172f1 Fix a comment. by Dan Gohman · 15 years ago
  42. 620427d Move PHINodesToUpdate out of SelectionDAGBuilder and into by Dan Gohman · 15 years ago
  43. f1dabde Rename InsnAfterLabelMap and InsnBeforeLabelMap. by Devang Patel · 15 years ago
  44. 3547a88 Keep track of MCSymbol used to mark beginning of a function. by Devang Patel · 15 years ago
  45. 41a7766 Add mention of ARM atomic builtin support by Jim Grosbach · 15 years ago
  46. bc655ea At this point Start and End are not null. by Devang Patel · 15 years ago
  47. 269e0fe Update ARM frame index scavenging description by Jim Grosbach · 15 years ago
  48. cb28286b7 remove dupe by Chris Lattner · 15 years ago
  49. 83cd35a reword my incoherent babble into something that makes sense from Wesley Peck! by Chris Lattner · 15 years ago
  50. fb1a739 two more projects. by Chris Lattner · 15 years ago
  51. cd062cd add some notes from Matthieu Moy! by Chris Lattner · 15 years ago
  52. ca73cea improve tblgen doc, pointed out by Zhongxing. by Chris Lattner · 15 years ago
  53. 1f43361 Fixing a typo in the "Clang project" section of the release notes. by Wesley Peck · 15 years ago
  54. a0c4484 Small fix to the "Other Improvements and New Features" section of the release notes. by Wesley Peck · 15 years ago
  55. c0287ba Fixing small typos in the "New Useful APIs" section of the release notes. by Wesley Peck · 15 years ago
  56. 9e385b1 Fixing small typos in the "ARM Target Improvements" section of the release notes. by Wesley Peck · 15 years ago
  57. 640604a Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes. by Wesley Peck · 15 years ago
  58. 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
  59. ed38745 <pre> seems to close <p> by Gabor Greif · 15 years ago
  60. ee2187a the validator coughed up some problems, most of them fixed by Gabor Greif · 15 years ago
  61. c8b3af9 shorten link by Gabor Greif · 15 years ago
  62. f455529 static analyzer has its own section by Chris Lattner · 15 years ago
  63. 8cdd793 add mc and static analyzer blurbs. by Chris Lattner · 15 years ago
  64. 914ce46 another checkpoint. by Chris Lattner · 15 years ago
  65. 7b91eda various updates. by Chris Lattner · 15 years ago
  66. 70745c6 fix file header. by Chris Lattner · 15 years ago
  67. ddb3eaf Don't attempt to analyze values which are obviously undef. This fixes some by Dan Gohman · 15 years ago
  68. 0883355 Tidy a comment. by Dan Gohman · 15 years ago
  69. a063e19 Run LiveVariables instead of computing liveness locally in -regalloc=fast. by Jakob Stoklund Olesen · 15 years ago
  70. e3dd855 Do not try to optimize a copy that has already been marked for deletion. by Evan Cheng · 15 years ago
  71. 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
  72. b913863 Fix a performance problem with the new SSAUpdater. This showed up in the by Bob Wilson · 15 years ago
  73. c048f1d Modified some assert() msg strings; no other functionality change. by Johnny Chen · 15 years ago
  74. 0020723 Add fast register allocator, enabled with -regalloc=fast. by Jakob Stoklund Olesen · 15 years ago
  75. 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
  76. a560fd2 Make ScalarEvolution::getConstant support pointer types, for consistency by Dan Gohman · 15 years ago
  77. cb9dda6 Dragonegg will be released along side llvm-2.7. by Duncan Sands · 15 years ago
  78. a54c1f7 final hacking for tonight, still more to go. by Chris Lattner · 15 years ago
  79. 450a31e continue the process of detangling this. by Chris Lattner · 15 years ago
  80. b7c85b4 rough pass moving stuff into relevant sections, still much editing to do. by Chris Lattner · 15 years ago
  81. b136f09 remove ldc, rubinious, macruby, icedtea, llvm-lua, which by Chris Lattner · 15 years ago
  82. e566763 Implement -disable-non-leaf-fp-elim which disable frame pointer elimination by Evan Cheng · 15 years ago
  83. 5528e7b isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted. by Evan Cheng · 15 years ago
  84. fe5dcbc Trim include. by Evan Cheng · 15 years ago
  85. f0757b0 Add more const qualifiers on TargetMachine and friends. by Dan Gohman · 15 years ago
  86. af50975 Update CMakeLists.txt. by Dan Gohman · 15 years ago
  87. 5eb6d65 Move several SelectionDAG-independent utility functions out of the by Dan Gohman · 15 years ago
  88. 52d2b0e Thumb instructions which have reglist operands at the end and predicate operands by Johnny Chen · 15 years ago
  89. 08e322d Implement (but don't enable) PR6724 and rdar://6295824. In short, by Chris Lattner · 15 years ago
  90. 30fdb5c - Clean up some crappy code which deals with coalescing of copies which look at by Evan Cheng · 15 years ago
  91. d217cfc Revert r101471. For tight recursive functions which have multiple by Dan Gohman · 15 years ago
  92. a040fff Handle a displacement location in 64-bit as an RIP-relative displacement. It by Bill Wendling · 15 years ago
  93. 3115698 Rewrite machine cse to avoid recursion. by Evan Cheng · 15 years ago
  94. bc7588e Add another variant of this test which found a place where by Dan Gohman · 15 years ago
  95. d613942 teach the x86 address matching stuff to handle by Chris Lattner · 15 years ago
  96. 7609017 Because of the EMMS problem, right now we have to support by Dale Johannesen · 15 years ago
  97. 3943084 Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no replationship with ADT/ValueMap. by Devang Patel · 15 years ago
  98. cd9b492 There is no need to install ValueMapper.h header. by Devang Patel · 15 years ago
  99. d6b5d72 Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error), by Johnny Chen · 15 years ago
  100. 51a5174 I plan to release a version of dragonegg based on llvm-2.7 shortly by Duncan Sands · 15 years ago