1. 8f7be47 Make all raw_ostreams support the tell() function. by Douglas Gregor · 15 years ago
  2. 428098d Before trying to introduce/eliminate cast/ext/trunc to make indices type as by Sanjiv Gupta · 15 years ago
  3. 848b314 Use an AssertingVH to detect the case where the Function was deleted but by Nick Lewycky · 15 years ago
  4. 7c53316 Fix missing text in doxygen documentation. by Nick Lewycky · 15 years ago
  5. a507e55 Now that BUILD_VECTOR operands are allowed to be by Duncan Sands · 15 years ago
  6. 4a930ec Remove the SimpleTy enumerated type field from the MVT by Duncan Sands · 15 years ago
  7. 0941b0f Add some assertions. by Mikhail Glushenkov · 15 years ago
  8. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  9. fed844d Reconfigure. by Mikhail Glushenkov · 15 years ago
  10. 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 15 years ago
  11. 9dcab2f testcase for PR3898 by Chris Lattner · 15 years ago
  12. 2f992d1 Fix PR3898, which manifests as failures on are an Xcore, by Chris Lattner · 15 years ago
  13. b10b5ac Don't try to make BUILD_VECTOR operands have the same by Duncan Sands · 15 years ago
  14. fa8ffc1 Generalize to support more ARM types. by Nick Lewycky · 15 years ago
  15. f4ccfcb Add a ScalarEvolution::getCouldNotCompute() function, and use it by Dan Gohman · 15 years ago
  16. b40c236 More const qualifiers. by Dan Gohman · 15 years ago
  17. 890f92b Use more const qualifiers with SCEV interfaces. by Dan Gohman · 15 years ago
  18. f34c921 Regenerate. by Nick Lewycky · 15 years ago
  19. 1d6a8ce Detect beagleboard as ARM. The $target is "armv7l". by Nick Lewycky · 15 years ago
  20. dc22376 Make it clearer that llvm-gcc is not needed for building llvm. by Duncan Sands · 15 years ago
  21. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  22. e850146 Regenerate. by Mikhail Glushenkov · 15 years ago
  23. 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 15 years ago
  24. cccdb2b Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a range specified by [Start, End). by Evan Cheng · 15 years ago
  25. 0bd07fc Fixed a few 64 bit cases in X86InstrInfo::commuteInstruction by Mon P Wang · 15 years ago
  26. 2cf68d4 Adjust XFAIL syntax, maybe that will help. The other way worked for me... by Dale Johannesen · 15 years ago
  27. f494845 patch 69408 breaks this by removing the opportunity by Dale Johannesen · 15 years ago
  28. 97d14fc Inline asm's were still introducing bogus dependencies; by Dale Johannesen · 15 years ago
  29. 4644538 remove trailing whitespace by Jim Grosbach · 15 years ago
  30. 1824773 Recommit r69335 and r69336. These were not causing problems. by Bill Wendling · 15 years ago
  31. e3fa9ef Move the AddLiveIn function definition closer to its uses. by Bob Wilson · 15 years ago
  32. e65586b Rearrange code to reduce indentation. by Bob Wilson · 15 years ago
  33. 7eb793d Rename file to have the correct suffix. by Bob Wilson · 15 years ago
  34. dee46d7 Clean up formatting, remove trailing whitespace, fix comment typos and by Bob Wilson · 15 years ago
  35. 276944e Delete an unused field. by Dan Gohman · 15 years ago
  36. 1f595bb Use CallConvLower.h and TableGen descriptions of the calling conventions by Bob Wilson · 15 years ago
  37. 5bea822 Update information on canadian cross builds by Jim Grosbach · 15 years ago
  38. 5b7dfbd by David Greene · 15 years ago
  39. 2a5a12c by David Greene · 15 years ago
  40. dbefd0c by David Greene · 15 years ago
  41. 2ee3db3 For general dynamic TLS access we must use by Rafael Espindola · 15 years ago
  42. c3a76ef Revert r69335 and r69336. They were causing build failures. by Bill Wendling · 15 years ago
  43. edf7cf8 Don't create ConstantInts with pointer type. This fixes a by Dan Gohman · 15 years ago
  44. 276b77e Teach spiller to unfold instructions which modref spill slot when a scratch by Evan Cheng · 15 years ago
  45. d10a4ce MOV8rr_NOREX is a "Move" instruction. This doesn't currently by Dan Gohman · 15 years ago
  46. d51def3 Don't use MOV8rr_NOREX on x86-32. It doesn't actually hurt anything at by Dan Gohman · 15 years ago
  47. 9062d9a Fix some failures in targets on available_externally functions, by Chris Lattner · 15 years ago
  48. 84fc33e Use TargetData::getTypeSizeInBits instead of getPrimitiveSizeInBits() by Dan Gohman · 15 years ago
  49. d305e70 Fix PR3994: LLVMMatchType arguments do not refer to absolute return value by Bob Wilson · 15 years ago
  50. 3f91bb3ce make sure to unlock keymgr if the JIT is created and destroyed, all by Chris Lattner · 15 years ago
  51. c91e40a Add a comment to describe LLVMMatchType. by Bob Wilson · 15 years ago
  52. bde6fda Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of by Eli Friedman · 15 years ago
  53. 4d17759 Handle a pointer type correctly in SCEVExpander::visitAddRecExpr. by Dan Gohman · 15 years ago
  54. 0e4042d In the list-burr's pseudo two-addr dependency heuristics, don't by Dan Gohman · 15 years ago
  55. 8af808a Handle SUBREG_TO_REG instructions with the same heuristics by Dan Gohman · 15 years ago
  56. 8170a68 Fix a bug with inttoptr/ptrtoint casts where the pointer has a different by Dan Gohman · 15 years ago
  57. 02f8c41 Do not treat beginning of inlined scope as beginning of normal function scope if the location info is missing. by Devang Patel · 15 years ago
  58. 65e05b6 Minor code simplifications. Don't attempt LSR on theoretical by Dan Gohman · 15 years ago
  59. 13317bc LSR is no longer a GEP optimizer. It is now an IV expression by Dan Gohman · 15 years ago
  60. 6524d3a Fix SCEVExpander::visitSMaxExpr and SCEVExpander::visitUMaxExpr to by Dan Gohman · 15 years ago
  61. f04fa48 Teach SCEVExpander::InsertCastOfTo to avoid creating inttoptr-of-ptrtoint by Dan Gohman · 15 years ago
  62. 798d392 Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo, by Dan Gohman · 15 years ago
  63. e616bf3 Use a SCEV expression cast instead of immediately inserting a by Dan Gohman · 15 years ago
  64. 906caf2 Record line number at the beginning of a func.start. by Devang Patel · 15 years ago
  65. 7c36683 fix PR3995. A scale must be 1, 2, 4 or 8. by Rafael Espindola · 15 years ago
  66. bfc0104 prove diagnostic -> group mapping information. by Chris Lattner · 15 years ago
  67. 2d1be87 Expand GEPs in ScalarEvolution expressions. SCEV expressions can now by Dan Gohman · 15 years ago
  68. 9efac56 encode subgroups into the clang .inc file. -Wall now works! by Chris Lattner · 15 years ago
  69. 16f2ffd In -fast mode do what FastISel does. This code could use some refactoring help! by Devang Patel · 15 years ago
  70. 390f3ac by Devang Patel · 15 years ago
  71. 682e0e6 If location where the function was inlined is not know then do not emit debug info describing inlinied region. by Devang Patel · 15 years ago
  72. d0d3494 start producing subgroup info. by Chris Lattner · 15 years ago
  73. 764eccf Another testcase for IV shortening. by Dale Johannesen · 15 years ago
  74. c671d89 Eliminate zext over (iv | const) or (signed iv), by Dale Johannesen · 15 years ago
  75. a0ed8ca make sure that empty diag groups get known by clang. by Chris Lattner · 15 years ago
  76. 2f8c1d5 implement support for writing out diagnostic group tables. by Chris Lattner · 15 years ago
  77. 7d2f972 s/RootDbgScope/FunctionDbgScope/g by Devang Patel · 15 years ago
  78. d3325d28 Eliminate zext over (iv & const) or ((iv+const)&const) by Dale Johannesen · 15 years ago
  79. 9371c33 use UppercaseString instead of EmitAllCaps by Chris Lattner · 15 years ago
  80. 457cde4 use escape string. by Chris Lattner · 15 years ago
  81. d7fd212 teach EscapeString and UnescapeString to handle ". by Chris Lattner · 15 years ago
  82. 8818b8f Add DISubprogram is not null check. by Devang Patel · 15 years ago
  83. c23e496 Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads by Dan Gohman · 15 years ago
  84. ac9e7da rename -gen-clang-diags-options -> -gen-clang-diag-groups by Chris Lattner · 15 years ago
  85. 28fc9d8 move clang-specific makefile goop to clang makefile. by Chris Lattner · 15 years ago
  86. df7dfc7 Fix 80-column violations. by Dan Gohman · 15 years ago
  87. 2517496 Add a folding table entry for MOV8rr_NOREX. by Dan Gohman · 15 years ago
  88. c782ad0 Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine. by Devang Patel · 15 years ago
  89. 9407cd4 Fix MachineInstr::getNumExplicitOperands to count by Dan Gohman · 15 years ago
  90. a71c494 don't infer diag class from parenting relations, make it an explicit field by Chris Lattner · 15 years ago
  91. 5b66c04 include the default mapping in the clang diagnostic .inc files. by Chris Lattner · 15 years ago
  92. f1624aa minor cleanups by Chris Lattner · 15 years ago
  93. 300e365 Limit the number of times we're willing to chase pointers. Removes an O(n^2) by Nick Lewycky · 15 years ago
  94. 37a4d8d Allow jumping to the end of a bitstream while reading by Douglas Gregor · 15 years ago
  95. dd9f523 Check for alignment. by Bill Wendling · 15 years ago
  96. 8011880 More obsessive reformatting. Fixed some validation errors. by Bill Wendling · 15 years ago
  97. 61e08bd Don't use "protected:" in classes that aren't intended to be subclassed. by Dan Gohman · 15 years ago
  98. 7beace5 Fix doxygen comment syntax. by Dan Gohman · 15 years ago
  99. 6288b93 Fix X86MachineFunctionInfo's doxygen comment. by Dan Gohman · 15 years ago
  100. 33f1c68 Move MachineRegisterInfo::setRegClass out of line. by Dan Gohman · 15 years ago