1. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  2. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  3. 192957d Revert r75615, which depended on 75610. by Daniel Dunbar · 15 years ago
  4. 41ffe6c Revert r75610 (and r75620, which was blocking the revert), in the hopes of by Daniel Dunbar · 15 years ago
  5. 69fcae9 Make SCEVCallbackVH::allUsesReplacedWith more thorough in removing by Dan Gohman · 15 years ago
  6. 1b65253 Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers. by Dan Gohman · 15 years ago
  7. a653fc5 Add a comment about why ScalarEvolution doesn't recognize non-loop PHIs by Dan Gohman · 15 years ago
  8. 93990d7 After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. by Torok Edwin · 15 years ago
  9. 481d15a eliminate extra space. by Torok Edwin · 15 years ago
  10. 94ac034 Add extra sign extension to the same bit width before int sign by Anton Korobeynikov · 15 years ago
  11. e9fd67e Add missing break. Patch by Artur Pietrek! by Anton Korobeynikov · 15 years ago
  12. 314fa8e Move main llvm-prof functionality into a ModulePass. by Daniel Dunbar · 15 years ago
  13. 858cb8a ProfileInfo interface tweaks. - Add getExecutionCount(const Function). by Daniel Dunbar · 15 years ago
  14. e11c4db Use http instead https for anonymous readonly check out. by Evan Cheng · 15 years ago
  15. 0eac016 remove renamed method. by Chris Lattner · 15 years ago
  16. 5dc72d2 rename getValueName -> getMangledName. These two files have very by Chris Lattner · 15 years ago
  17. 063af39 Rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  18. c2c89fb rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  19. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  20. b09d2cc Rename getValueName -> getMangledName. by Chris Lattner · 15 years ago
  21. 176a4ab Remove some tabs and fix other whitespace. No functional changes. by Bob Wilson · 15 years ago
  22. 86c13cd Fix a comment. by Bob Wilson · 15 years ago
  23. a573f59 Fix an obvious error. by Bob Wilson · 15 years ago
  24. 03e9dd9 Change the X86 asmprinter to use the mangler to apply suffixes like "$non_lazy_ptr" by Chris Lattner · 15 years ago
  25. d23f0d0 New VNInfo alignment patch by Ryan Flynn. by Lang Hames · 15 years ago
  26. 1cda87c Change the internal interface to makeNameProper to take a bool that by Chris Lattner · 15 years ago
  27. 1b8f70a Unbroke LiveInterval. by Lang Hames · 15 years ago
  28. 08759c5 Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn. by Lang Hames · 15 years ago
  29. b468709 Fix trivial todo in instcombine. by Eli Friedman · 15 years ago
  30. f6bc4ae 1. In Thumb mode, select tBx instead of ARM variants. by Evan Cheng · 15 years ago
  31. 0df6e09 Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant function. by Dan Gohman · 15 years ago
  32. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  33. 7d43cd8 Remove hack now that Evan fixed it so that the frame pointer isn't saved twice. by Bill Wendling · 15 years ago
  34. 65d1e2b Fix indvars to not assume that a loop with a single unique exit by Dan Gohman · 15 years ago
  35. a342026 Introduce a new LoopInfo utility function makeLoopInvariant, which by Dan Gohman · 15 years ago
  36. b9e126c use getValueName instead of makeNameProper. by Chris Lattner · 15 years ago
  37. c2ffd28 Fix detection of valid BFC immediates. by David Goodwin · 15 years ago
  38. 1a8d2d2 Do not use Mangler to remove '1' from linkage name. by Devang Patel · 15 years ago
  39. 9126754 Check for the correct unnamed name. by Bill Wendling · 15 years ago
  40. 5ad1472 Fix pr4544. When remating, make sure the destination register fits the instruction definition. It may be mismatched due to sub-register coalescing. by Evan Cheng · 15 years ago
  41. 4458ab0 Don't delete asm's just because their inputs are undefined; by Dale Johannesen · 15 years ago
  42. d9ef1a8 Add a newline, now that Value's operator<< doesn't print one. by Dan Gohman · 15 years ago
  43. 34468c2 FreeInst is trapping. by Dan Gohman · 15 years ago
  44. e622087 Fix an obvious copy-and-paste error. by Bob Wilson · 15 years ago
  45. ab5a5a6 Revert 75308. by Bob Wilson · 15 years ago
  46. 58e3e24 the mangler can never mangle intrinsics, don't allow this. by Chris Lattner · 15 years ago
  47. c4b2d4a Fix obvious typo. by Eli Friedman · 15 years ago
  48. 6020614 Revert 75309. by Bob Wilson · 15 years ago
  49. 59ecdfb rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more by Chris Lattner · 15 years ago
  50. 38539622 Move more functionality over to LLVMContext. by Owen Anderson · 15 years ago
  51. 47728a2 remove Mangler::getTypeID and related data, it was only used for mangling by Chris Lattner · 15 years ago
  52. 762717a remove mangler support for mangling local names. Mangler should only be by Chris Lattner · 15 years ago
  53. ca1bafd fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 15 years ago
  54. 6dea8d3 don't print redundant @PLT suffixes by Chris Lattner · 15 years ago
  55. 8799dbe Revert an accidental commit. by Evan Cheng · 15 years ago
  56. ec9aa7e the mangler should put suffixes on unnamed global's mangled names as well by Chris Lattner · 15 years ago
  57. 099c28e Move a bit more functionality to LLVMContext, which apparently wasn't being used anyways. by Owen Anderson · 15 years ago
  58. 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 15 years ago
  59. 45f91b7 Check in a reduced version of this testcase. by Dan Gohman · 15 years ago
  60. c902e13 Print a newline after printing a Value, now that Value's operator<< by Dan Gohman · 15 years ago
  61. e860dcb #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. by Dan Gohman · 15 years ago
  62. d4f53b3 Two changes: by Chris Lattner · 15 years ago
  63. d84b416 Use assertion. by Devang Patel · 15 years ago
  64. 070a981 PR4548: optimize zext+udiv+trunc to udiv. by Eli Friedman · 15 years ago
  65. a43c3ac Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods behavior. by Owen Anderson · 15 years ago
  66. d291066 Cleanup the global emission and refactor some code by Bruno Cardoso Lopes · 15 years ago
  67. db1cd5e Fix the build. by Owen Anderson · 15 years ago
  68. ff79ef4 NewNightlyTest.pl - Add -configure-args option. by Daniel Dunbar · 15 years ago
  69. 68f7471 Fix bug in run-line. by Eli Friedman · 15 years ago
  70. 08d4ec0 Add testcases for PR4538, PR4537, and PR4534. by Dan Gohman · 15 years ago
  71. e2959dc clean up some syntax. by Chris Lattner · 15 years ago
  72. 709b33d Canonicalize boolean +/- a constant to a select. by Eli Friedman · 15 years ago
  73. ddf9f99 Fix a few assertion strings. by Dan Gohman · 15 years ago
  74. 03ee68a Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. by Dan Gohman · 15 years ago
  75. fa82b6e These don't really need contexts either. by Owen Anderson · 15 years ago
  76. 0c39e38 NewNightlyTest.pl - Add -noremoveatend option. by Daniel Dunbar · 15 years ago
  77. 62c5c50 eliminate a bunch of code in print_pcrel_imm for printing symbols, using by Chris Lattner · 15 years ago
  78. f5074ec Whitespace cleanups. by Dan Gohman · 15 years ago
  79. ba70188 Fix an 80-column violation. by Dan Gohman · 15 years ago
  80. 16a2c92 Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, by Dan Gohman · 15 years ago
  81. 6761c5d CMake: Refuses to work for out-of-source builds when tablegenned files by Oscar Fuentes · 15 years ago
  82. f666c09 move a method and add a comment, no functionality change. by Chris Lattner · 15 years ago
  83. c8d76d5 Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, by Dan Gohman · 15 years ago
  84. 92aa0bb refactor operand printing to remove hte last of the "mem" modifier hack. The by Chris Lattner · 15 years ago
  85. 87370b8 Use AsmPrinter's Mangler to remove leading '1' from linkage names. by Devang Patel · 15 years ago
  86. 65445c5 Misc simplifications to InstCombiner::commonIntCastTransforms. Most of by Eli Friedman · 15 years ago
  87. ea670f1 Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixes SingleSource/Benchmarks/Stanford/Queens (among others). by David Goodwin · 15 years ago
  88. 174f816 refactor symbol printing so the whole "mem" thing is handled in fewer places. by Chris Lattner · 15 years ago
  89. 85b05a2 Reapply 75252, with a fix to avoid the infinite recursion case. The by Dan Gohman · 15 years ago
  90. d97ea30 CMake: tablegen: Add .td files under the inlude/llvm directory by Oscar Fuentes · 15 years ago
  91. 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 15 years ago
  92. 43da8fb revert rev. 75503 for now. by Devang Patel · 15 years ago
  93. 7597a62 Use Mangler to remove leading '1' from linkage names. by Devang Patel · 15 years ago
  94. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
  95. eb7f7a8 Fix comment. by Eli Friedman · 15 years ago
  96. 73c6b71 Move more functionality over to LLVMContext. by Owen Anderson · 15 years ago
  97. 69fbc7f Move the memoization check for SCEVSignExtendExpr and by Dan Gohman · 15 years ago
  98. 7e25d45 Don't bother to call commonIntCastTransforms for bitcasts; int->int by Eli Friedman · 15 years ago
  99. c050fd9 Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates by Dan Gohman · 15 years ago
  100. 2e4da5e Delete a spurious const. by Dan Gohman · 15 years ago