1. 9040c2d Update CMake build. by Ted Kremenek · 15 years ago
  2. c3086ba Fix missing </a> tag error introduced by addition of LowerAtomic pass. by Peter Collingbourne · 15 years ago
  3. 9c38064 Patterns to match AVX 256-bit horizontal arithmetic intrinsics by Bruno Cardoso Lopes · 15 years ago
  4. 13214eb Add a comment. by Dan Gohman · 15 years ago
  5. 9c09f16 Patterns to match AVX 256-bit arithmetic intrinsics by Bruno Cardoso Lopes · 15 years ago
  6. 5b55ff0 Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't by Bill Wendling · 15 years ago
  7. e4ddbdf Add the Optimize Compares pass (disabled by default). by Bill Wendling · 15 years ago
  8. 5759b9b Moar words! by Eric Christopher · 15 years ago
  9. 6ce9d8b Move all the logic for function attributes and call attributes out of the by Dan Gohman · 15 years ago
  10. 59d70cb Add tablegen support for vdup_lane by Nate Begeman · 15 years ago
  11. e6a4a36 Fix botched revert. by Owen Anderson · 15 years ago
  12. 31defcf While emitting DBG_VALUE for registers spilled at the end of a block do not use location of MBB->end(). If a block does not have terminator then incoming iterator points to end(). by Devang Patel · 15 years ago
  13. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  14. f6d6df4 Remove unused AVX intrinsics by Bruno Cardoso Lopes · 15 years ago
  15. e74a088 Add an option to always emit realignment code for a particular module. by Eric Christopher · 15 years ago
  16. f67202c Be more aggressive about removing joined physreg copies. by Jakob Stoklund Olesen · 15 years ago
  17. c910c8d Don't verify LiveVariables if LiveIntervals is available. by Jakob Stoklund Olesen · 15 years ago
  18. 5eeb19d Fix 80-column violations. by Dan Gohman · 15 years ago
  19. cb74993 Make AA private, since subclasses shouldn't (aren't don't) access it directly. by Dan Gohman · 15 years ago
  20. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  21. 7365c09 Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem by Dan Gohman · 15 years ago
  22. ac09835 Support very basic (doesn't include ABI support in the front-end, varags, ...) 256-bit argument passing and return for AVX by Bruno Cardoso Lopes · 15 years ago
  23. 1300739 Implement AccessesArguments checking in the two-callsite form by Dan Gohman · 15 years ago
  24. 0c3f335 Yes, we can do better, but this is not the place for it. by Dan Gohman · 15 years ago
  25. 5be2e78 Add the beginnings of infrastructure for range tracking. by Owen Anderson · 15 years ago
  26. 6387176 Revert my last commit, apparently it's a runtime issue. by Eric Christopher · 15 years ago
  27. 1fe9c34 Add basic verification of LiveIntervals. by Jakob Stoklund Olesen · 15 years ago
  28. 4368436 Remove unnecessary include. by Eric Christopher · 15 years ago
  29. f35b08d Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the default. by Owen Anderson · 15 years ago
  30. db78d73 Split the tag and value members of LVILatticeVal in preparation for expanding the lattice to something that won't fit in two bits. by Owen Anderson · 15 years ago
  31. 5fa417c Fix memdep's code for reasoning about dependences between two calls. A Ref by Dan Gohman · 15 years ago
  32. 3ecf355 remove the private hack from CallInst, it was not supposed to hit the branch anyway by Gabor Greif · 15 years ago
  33. 9850a28 Give ConstantRange an operator= by Owen Anderson · 15 years ago
  34. 3aff669 Document results of PR7762. by Eric Christopher · 15 years ago
  35. baefea4 Move x86 specific tests into test/CodeGen/X86. by Devang Patel · 15 years ago
  36. 505656c Handle the memory barrier pseudo that goes to nothing for the JIT. by Eric Christopher · 15 years ago
  37. da93b2c Set hasSideEffects on the 64-bit no-sse memory barrier. by Eric Christopher · 15 years ago
  38. e3ede5e For local variables in functions with a frame pointer, use FP as a base by Jim Grosbach · 15 years ago
  39. 751aaf8 Fix indentation. by Bob Wilson · 15 years ago
  40. 73cf709 Remove double-def checking from MachineVerifier, so a register does not have to by Jakob Stoklund Olesen · 15 years ago
  41. a1d410d Add an ARM RSCrr instruction for disassembly only. Partial fix for PR7792. by Bob Wilson · 15 years ago
  42. 280f96c Be a little bit more specific about target for the memory barrier instructions. by Eric Christopher · 15 years ago
  43. c34ea37 Handle the pseudo in MCInstLower. by Eric Christopher · 15 years ago
  44. cff7178 Add an ARM RSBrr instruction for disassembly only. Partial fix for PR7792. by Bob Wilson · 15 years ago
  45. a330d4c Avoid using a live std::multimap iterator while editing the map. It looks like by Jakob Stoklund Olesen · 15 years ago
  46. a34c885 Move x86-specific tests out of test/Transforms/LoopStrengthReduce and by Dan Gohman · 15 years ago
  47. b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 15 years ago
  48. feaac8f tests: CodeGen/X86/GC tests require X86. by Daniel Dunbar · 15 years ago
  49. 079515f tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them by Daniel Dunbar · 15 years ago
  50. d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
  51. 6d50ed6 check-lit was failing again on F13 64 bits :-( by Rafael Espindola · 15 years ago
  52. a7da3ac Silence a GCC warning about && and || without explicit parentheses. This by Chandler Carruth · 15 years ago
  53. 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 15 years ago
  54. 59d5145 When building from git, add ref-id to PACKAGE_VERSION by Oscar Fuentes · 15 years ago
  55. 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 15 years ago
  56. 02a8f76 New system for choosing CRT type on MSVC. by Oscar Fuentes · 15 years ago
  57. 34fa82f Revert r110270 for now. It appears to uncover a memdep bug. by Dan Gohman · 15 years ago
  58. 1d9125a ARM "rrx" shift operands do not have an immediate. PR7790. by Bob Wilson · 15 years ago
  59. ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 15 years ago
  60. 602902a svn:ignore by Dan Gohman · 15 years ago
  61. 0fa76fa svn:ignore by Dan Gohman · 15 years ago
  62. 907857d The trouble with testing for "ModRef" and "NoModRef" is that by Dan Gohman · 15 years ago
  63. af33b7b The lower invoke pass needs to have unreachable code elimination run after it by Bill Wendling · 15 years ago
  64. f66514a Delete obsolete comments. by Dan Gohman · 15 years ago
  65. b6729dc Make x86-64 membarriers work without sse and clean up some of the uses. by Eric Christopher · 15 years ago
  66. 3dcc91e The two-callsite form of AliasAnalysis::getModRefInfo is documented by Dan Gohman · 15 years ago
  67. abf7bdf and back in. false alarm on the tests from another unrelated local change. by Jim Grosbach · 15 years ago
  68. 7752442 PR7814: Truncates cannot be ignored for signed comparisons. by Eli Friedman · 15 years ago
  69. 59135f4 Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
  70. 1a0f91b Coalesce stack slot accesses that arise when spilling both sides of a COPY. by Jakob Stoklund Olesen · 15 years ago
  71. 87c0175 oops. revert for a moment to clean up tests first. by Jim Grosbach · 15 years ago
  72. 936ed54 Reserve a stack slot if the function adjusts the stack but doesn't by Jim Grosbach · 15 years ago
  73. 7536f72 Checkpoint SplitKit progress. by Jakob Stoklund Olesen · 15 years ago
  74. 40e0bad Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
  75. 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
  76. 009944e Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian! by Stuart Hastings · 15 years ago
  77. 547b6ed Testcase for r110248. by Bill Wendling · 15 years ago
  78. 2464d61 The EH prepare passes really want to be the last passes run before code-gen. by Bill Wendling · 15 years ago
  79. 0e3a1a8 Use indirect calls in PowerPC JIT. by Torok Edwin · 15 years ago
  80. a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
  81. ddd3a88 Fix a minor bug which resulted in intermediate calculations by Dan Gohman · 15 years ago
  82. 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
  83. 225764b Test case for combination of r110234 & r110235. by Devang Patel · 15 years ago
  84. 459a36b While spilling live registers at the end of block check whether they are used by DBG_VALUE machine instructions or not. If a spilled register is used by DBG_VALUE machine instruction then insert a new DBG_VALUE machine instruction to encode variable's new location on stack. by Devang Patel · 15 years ago
  85. b2cf581 If a variable is spilled by code generator then use DW_OP_fbreg to describe its location on stack. by Devang Patel · 15 years ago
  86. b57e655 Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly by Owen Anderson · 15 years ago
  87. 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 15 years ago
  88. a54db0c Remove switch for disabling ARM tail calls. They by Dale Johannesen · 15 years ago
  89. 5c1d941 Add DEBUG message. by Devang Patel · 15 years ago
  90. 4eaee28 Fix whitespace. by Dan Gohman · 15 years ago
  91. a285852 Update the polygen grammar for linker_private and linker_private_weak, by Dan Gohman · 15 years ago
  92. 4b39384 Fix a typo in a comment. by Dan Gohman · 15 years ago
  93. 34f68fc Print a message when a test failure is due to stderr output by Dan Gohman · 15 years ago
  94. 56fb5f9 Remove CVS artifacts. by Dan Gohman · 15 years ago
  95. d27db32 Remove CVS artifacts. by Dan Gohman · 15 years ago
  96. 5eaa192 Delete scripts which haven't noticed that CVS has gone away. by Dan Gohman · 15 years ago
  97. 8f417a8 cvsupdate is gone. by Dan Gohman · 15 years ago
  98. c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 15 years ago
  99. b049510 Remove a link which is no longer relevant. by Dan Gohman · 15 years ago
  100. 1e926f2 These tests are no longer stored in *CVS*. by Dan Gohman · 15 years ago