1. 7ae3ac8 Update one more 2.7 to 2.8. by Dan Gohman · 15 years ago
  2. b44f6c6 Minimally update ReleaseNotes.html for 2.8 development; uncomment and by Dan Gohman · 15 years ago
  3. a50fba9 Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does. by Jakob Stoklund Olesen · 15 years ago
  4. 1fdc614 Factor out FastISel's code for materializing constants and other values by Dan Gohman · 15 years ago
  5. 08673d2 Implement builtin_return_address(x) and builtin_frame_address(x) by Dale Johannesen · 15 years ago
  6. 1eaac53 Remove the API compatibility layer which converted add, sub, and mul by Dan Gohman · 15 years ago
  7. b98c549 Check that subregisters don't have independent values in RemoveCopyByCommutingDef(). by Jakob Stoklund Olesen · 15 years ago
  8. d4d0115 Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul, by Dan Gohman · 15 years ago
  9. b4c14aa Reword a comment slightly. by Eric Christopher · 15 years ago
  10. deff621 Use getConstant instead of getIntegerSCEV. The two are basically the by Dan Gohman · 15 years ago
  11. cec9c50 Revert r102948. by Bill Wendling · 15 years ago
  12. 857a894 Remove special case for llvmCore_Embedded project. This is no longer needed by Bob Wilson · 15 years ago
  13. ad98f79 Print basic block numbers in live interval debug output. Since the rest of the by Bob Wilson · 15 years ago
  14. a75586f Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019. by Nick Lewycky · 15 years ago
  15. 9d0838f Changed llvm-mc to use the same suffixes with floating point compare by Kevin Enderby · 15 years ago
  16. eb61234 Fixed the encoding of two of the X86 movq instuctions. The Move quadword from by Kevin Enderby · 15 years ago
  17. 3c979b0 Fixed the encoding of the x86 push instructions. Using a 32-bit immediate value by Kevin Enderby · 15 years ago
  18. 5f84c02 Testcase for r102947. by Bill Wendling · 15 years ago
  19. f16c680 Silence warnings about -1 being converted to an unsigned value. by Dan Gohman · 15 years ago
  20. 0b12348 Add an option, defaulting to off, to disable the sse domain crossing opts. by Eric Christopher · 15 years ago
  21. 86b6f80 Check for side effects before splitting loop. Patch by Jakub Staszak! by Devang Patel · 15 years ago
  22. 34c3e36 Use isTrueWhenEqual and isFalseWhenEqual instead of assuming that by Dan Gohman · 15 years ago
  23. a189bae In ScalarEvolution::print, don't bother printing out the SCEVs for by Dan Gohman · 15 years ago
  24. 3abb69c In SimplifyICmpOperands, avoid needlessly swapping the operands in the by Dan Gohman · 15 years ago
  25. 03557dc Factor out the new <= and >= analysis code into SimplifyICmpOperands. by Dan Gohman · 15 years ago
  26. 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
  27. 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
  28. b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
  29. 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
  30. 30fc5bb Fix a bug which prevented tail merging of return instructions in by Dan Gohman · 15 years ago
  31. 3a2a484 Add a README entry. by Dan Gohman · 15 years ago
  32. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  33. 241d3fe fix some inconsistent line endings, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  34. 83f66fe revert r102831. We already delete dead readonly calls in by Chris Lattner · 15 years ago
  35. d014761 Don't count debug info as instructions. This was by Dale Johannesen · 15 years ago
  36. 752e259 Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called function as an explicit argument, for use when inlining function pointers. by David Chisnall · 15 years ago
  37. 17458a7 Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1), by Anton Korobeynikov · 15 years ago
  38. 1b17614 Do folding for indirect branches, where possible by Anton Korobeynikov · 15 years ago
  39. 69d5b48 Implement indirect branches on MSP430 by Anton Korobeynikov · 15 years ago
  40. 650a8e4 Long branch target oparands are not pc-rel. This should fix PR6603. by Anton Korobeynikov · 15 years ago
  41. 1b4a386 Disable the call-deletion transformation introduced in r86975. Without by Owen Anderson · 15 years ago
  42. bccb41a fix PR5009 by making CGSCCPM realize that a call was devirtualized by Chris Lattner · 15 years ago
  43. 1951e10 rename test by Chris Lattner · 15 years ago
  44. d725f04 Remove the code for special-casing byval for fast-isel. SelectionDAG by Dan Gohman · 15 years ago
  45. 4781e30 Fix an ancient FIXME. by Dan Gohman · 15 years ago
  46. 0b7afeb Re-disable kill flags, as there is more trouble. by Dan Gohman · 15 years ago
  47. 0ca2f28 rename InlineInfo.DevirtualizedCalls -> InlinedCalls to by Chris Lattner · 15 years ago
  48. 6da12e6 Implement rdar://6295824 and PR6724 with two tiny changes by Chris Lattner · 15 years ago
  49. 1595287 The inliner has traditionally not considered call sites by Chris Lattner · 15 years ago
  50. 3a401bc Re-enable kill flags from SelectionDAGISel, with a fix: don't by Dan Gohman · 15 years ago
  51. e576f51 Fix a bug where debug info affected stack slot coloring. by Dale Johannesen · 15 years ago
  52. 1b79a2f Fix whitespace. by Dan Gohman · 15 years ago
  53. 5d11ea3 Don't pass SDValues by non-const reference unless they may be modified. by Dan Gohman · 15 years ago
  54. b55c8be Add a pseudo instruction REG_SEQUENCE that takes a list of registers and by Evan Cheng · 15 years ago
  55. 95140a4 Reorgnaize more switch code lowering to clean up some tricky by Dan Gohman · 15 years ago
  56. 3f755d7 Test failing too much on too many platforms. by Bill Wendling · 15 years ago
  57. 1b40319 Delete the EdgeMapping variable itself. by Dan Gohman · 15 years ago
  58. af1d8ca Get rid of the EdgeMapping map. Instead, just check for BasicBlock by Dan Gohman · 15 years ago
  59. 0456b06 Update for CIndex rename. by Daniel Dunbar · 15 years ago
  60. 1c2d7f1 Maybe it needs sse2? by Bill Wendling · 15 years ago
  61. 6c84fde Force 64-bit. by Bill Wendling · 15 years ago
  62. acbfc15 Fix a typo. by Dan Gohman · 15 years ago
  63. 4b7b42c Dan recently disabled recursive inlining within a function, but we by Chris Lattner · 15 years ago
  64. d71bb56 EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the by Bill Wendling · 15 years ago
  65. ee40a16 Don't use 'else ifdef', I guess this is a 3.81 feature? by Daniel Dunbar · 15 years ago
  66. e7fd7c6 Remove this debug output. The MachineFunction will be printed once all of by Dan Gohman · 15 years ago
  67. 8387d7d The local register allocator has to spill dirty callee saved registers before a by Jakob Stoklund Olesen · 15 years ago
  68. 3f5e915 Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
  69. 8fcd418 Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary by Daniel Dunbar · 15 years ago
  70. 0aa885d Preserve debug info attached with call instruction while eliminating dead argument. by Devang Patel · 15 years ago
  71. 3335a22 Make this code less confusing. Instead of reassigning BB, just operate by Dan Gohman · 15 years ago
  72. 24d9d97 Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. by Daniel Dunbar · 15 years ago
  73. db3f957 Add an install-clang-c top-level target, which does a Clang C API install. by Daniel Dunbar · 15 years ago
  74. 95dbda7 New test. by Devang Patel · 15 years ago
  75. ccff812 Attach AT_APPLE_optimized attribute to optimized function's debug info. by Devang Patel · 15 years ago
  76. 891ff8f EmitDbgValue doesn't need its EdgeMapping argument. by Dan Gohman · 15 years ago
  77. 27195a5 Fixed @ctor / @dtor the wrong way around in last commit. by David Chisnall · 15 years ago
  78. e31e996 Added a brief explanation of @llvm.global_{c,d}tors. by David Chisnall · 15 years ago
  79. 8833c32 Set isSigned to true when creating an all-ones integer constant, even by Dan Gohman · 15 years ago
  80. b6fd0b4 Silence compiler warnings. by Dan Gohman · 15 years ago
  81. 5b61b38 Add lint checks for invalid uses of memory. by Dan Gohman · 15 years ago
  82. 5cc6f9b Add some comments. by Dan Gohman · 15 years ago
  83. 71edb24 Remove the -disable-16bit command-line option, which is now obsolete. by Dan Gohman · 15 years ago
  84. 132dace Don't use floating point in SimpleRegisterCoalescing. by Jakob Stoklund Olesen · 15 years ago
  85. 5b296e3 Properly escape edge source and destination labels. by Dan Gohman · 15 years ago
  86. 01baea3 Add -o /dev/null to some tests which don't care about their output. by Dan Gohman · 15 years ago
  87. 3ce89f4 Apply a patch from Jan Sjodin to fix a compiler abort on vector by Dan Gohman · 15 years ago
  88. f913878 Regenerate. by Daniel Dunbar · 15 years ago
  89. 753b43c Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the request of the Clang/FreeBSD by Daniel Dunbar · 15 years ago
  90. 6340722 SmallBitVector: Rework find_first/find_next and tweak test to test them (at least on 64 bit platforms). by Benjamin Kramer · 15 years ago
  91. b252fbd Implement a read/write operator[] for SmallBitVector with a proxy class. by Benjamin Kramer · 15 years ago
  92. 1e44aa0 Make sure SmallBitVector actually uses the small case and fix latent bugs. by Benjamin Kramer · 15 years ago
  93. f2d36d9 Fix test. by Evan Cheng · 15 years ago
  94. 1361796 Another sibcall bug. If caller and callee calling conventions differ, then it's only safe to do a tail call if the results are returned in the same way. by Evan Cheng · 15 years ago
  95. 71cee76 Temporarily disable SelectionDAG kill flags, which are causing trouble. by Dan Gohman · 15 years ago
  96. 8c818fc Fix the OProfileJITEventListener build after r101844 removed by Jeffrey Yasskin · 15 years ago
  97. 47bd03b Set register kill flags on the SelectionDAG path, at least in the easy cases. by Dan Gohman · 15 years ago
  98. f07fc97 Reject really weird coalescer case when trying to merge identical subregisters by Jakob Stoklund Olesen · 15 years ago
  99. 8d0e1bc The llc -f flag was removed. by Nick Lewycky · 15 years ago
  100. ffce6f1 Don't leave Base.FrameIndex uninitialized, so that it doesn't by Dan Gohman · 15 years ago