1. 7fed809 Get rid of the middleman (ARMAlgorithm), which causes more trouble than the by Johnny Chen · 14 years ago
  2. 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 14 years ago
  3. 4cc3c26 Add a DEBUG_TYPE for the SSAUpdater. by Bob Wilson · 14 years ago
  4. 0272024 Code refactoring. by Evan Cheng · 14 years ago
  5. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 14 years ago
  6. cbf1aa9 Pass -shared to the linker. by Mikhail Glushenkov · 14 years ago
  7. b7aaed8 Fix comment. by Johnny Chen · 14 years ago
  8. b35ae7f Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory by Johnny Chen · 14 years ago
  9. d3a5fa8 add a couple missing enum names. by Chris Lattner · 14 years ago
  10. b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 14 years ago
  11. a702615 Fix another build warning. by Johnny Chen · 14 years ago
  12. c85eacb Fix typo aeskeygenassist -> aeskeygenassist128. by Eric Christopher · 14 years ago
  13. 5c8aa95 by David Greene · 14 years ago
  14. 55f7118 Move variable "Bits" declaration/definition into the DEBUG block where its usage by Johnny Chen · 14 years ago
  15. 493a441 Fixed build warning. by Johnny Chen · 14 years ago
  16. 9981814 Change from .../Support/DataTypes.h to .../System/DataTypes.h. by Johnny Chen · 14 years ago
  17. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 14 years ago
  18. 7626476 Added support for reporting operand token ranges to the ARM AsmParser. by Sean Callanan · 14 years ago
  19. 6d1cd1c Separate out the AES-NI instructions from the SSE4.2 instructions. Add by Eric Christopher · 14 years ago
  20. 7249ef0 Skip debug info when looking for existing EH calls at the beginning of a block. by Dale Johannesen · 14 years ago
  21. a144c3f Fixes to the X86 disassembler. The disassembler will now by Sean Callanan · 14 years ago
  22. fd91920 Fix anachronism. by Benjamin Kramer · 14 years ago
  23. 28a9bf6 DebugInfoFinder::processModule was foiling my plot by by Chris Lattner · 14 years ago
  24. 42f95ca fix the llvm-x86_64-linux buildbot. by Chris Lattner · 14 years ago
  25. 457c6c5 remove empty file. by Chris Lattner · 14 years ago
  26. f53fd37 remove compatibility typedef. by Chris Lattner · 14 years ago
  27. 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 14 years ago
  28. b494ccf remove uses of DebugLoc::getUnknownLoc. by Chris Lattner · 14 years ago
  29. dd0fbda include densemap.h explicitly and rearrange #includes. by Chris Lattner · 14 years ago
  30. a4f2bb0 stop using DebugLoc::getUnknownLoc() by Chris Lattner · 14 years ago
  31. c7f3ace use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() by Chris Lattner · 14 years ago
  32. de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 14 years ago
  33. f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 14 years ago
  34. cf5862d Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 14 years ago
  35. d0327f8 Update CMake. by Benjamin Kramer · 14 years ago
  36. 434bd85 by David Greene · 14 years ago
  37. e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 14 years ago
  38. e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 14 years ago
  39. a6194b3 Add an explicit keyword. by Dan Gohman · 14 years ago
  40. d7bfd00 Manually notify ScalarEvolution before making an operand replacement, since by Dan Gohman · 14 years ago
  41. 86bfd34 Fix SpecificBumpPtrAllocator iteration. by Torok Edwin · 14 years ago
  42. 749fd83 Add notes about dragonegg. by Duncan Sands · 14 years ago
  43. 6682048 Recommit 100158 now that the buildbots are happy again. by Bob Wilson · 14 years ago
  44. 906af6f Remove FIXME - if there's a better way to do this it isn't here. by Eric Christopher · 14 years ago
  45. f860db2 Revert the recent alignment changes. They're broken for -Os because, by Dan Gohman · 14 years ago
  46. db8771a After trivial coalescing, the MI being visited may have become a copy. Avoid adding it to CSE hash table since copies aren't being considered for CSE and they may be deleted. by Evan Cheng · 14 years ago
  47. 93d6a7e Teach AnalyzeBranch, RemoveBranch and the branch by Dale Johannesen · 14 years ago
  48. ae1d41c Disambiguate conditional expression for newer GCCs. by Chandler Carruth · 14 years ago
  49. 1e4ac4d Remove this initializer so that the optimizer doesn't convert by Dan Gohman · 14 years ago
  50. 403d5a2 Update this test for the new preferred alignment heuristics. by Dan Gohman · 14 years ago
  51. 5ea6352 Revert 100158 in case it is causing some of the buildbot problems. by Bob Wilson · 14 years ago
  52. eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 14 years ago
  53. 04d52f8 Change variables which are exactly 16 bytes to be 16-byte-aligned too. by Dan Gohman · 14 years ago
  54. c9ae19e Make globalopt refine global variable alignment. by Dan Gohman · 14 years ago
  55. ec54d6a Check for terminating conditions before adding PHIs to the worklists. by Bob Wilson · 14 years ago
  56. 9c0012e remove these merge-tracking properties as they by Gabor Greif · 14 years ago
  57. a4ae3a1 If the bitcode reader input stream isn't a multiple of 4 bytes, it's more by Dan Gohman · 14 years ago
  58. 7272b92 Remove trailing whitespace. by Bob Wilson · 14 years ago
  59. 6f69035 Rewrite another SSAUpdater function to avoid recursion. by Bob Wilson · 14 years ago
  60. 1d8f83d Revert r100143. by Eric Christopher · 14 years ago
  61. c8e7764 Revert r100117. by Devang Patel · 14 years ago
  62. 8ef3acb by David Greene · 14 years ago
  63. 3ea9755 In 64-bit mode, use i64 to lower memcpy / memset instead of f64. by Evan Cheng · 14 years ago
  64. 24c20e2 Do not eagerly record known previous location. DBG_VALUE may not cause a new label due to one or other reason. by Devang Patel · 14 years ago
  65. 6cdb7e2 Skip checking preferred alignment of GVs defined in other translation units all together. by Evan Cheng · 14 years ago
  66. 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 14 years ago
  67. 33f22e8 Change another SSAUpdater function to avoid recursion. by Bob Wilson · 14 years ago
  68. 9bdb8f0 Simplify the code to check for existing PHIs, now that it is only used in by Bob Wilson · 14 years ago
  69. e8b6428 The SSAUpdater should avoid recursive traversals of the CFG, since that may by Bob Wilson · 14 years ago
  70. 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 14 years ago
  71. 58c7aa6 Skip instructions until new scope is seen. by Devang Patel · 14 years ago
  72. 8935d90 Cosmetic changes. Update comment, rename a local variable. by Devang Patel · 14 years ago
  73. d48c1f9 Remove accidental include and add a comment. by Benjamin Kramer · 14 years ago
  74. 6a9cd41 Various improvements to MemoryBuffer::getFile: by Benjamin Kramer · 14 years ago
  75. 0bf77de Add -mcpu to memcpy / memset tests to ensure they behave the same on all hosts / targets. by Evan Cheng · 14 years ago
  76. c8b82cc Introduce ImmutableCallSite, useful for contexts where no mutation by Gabor Greif · 14 years ago
  77. 2d7820c Clean up this file a little, no functionality change. This is a subset of my by Nick Lewycky · 14 years ago
  78. a41b915 switch IRBuilder to use NewDebugLoc for locations instead by Chris Lattner · 14 years ago
  79. f0100ff add comments, don't require inlined-at to be specified. by Chris Lattner · 14 years ago
  80. 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 14 years ago
  81. 48c58bb Nehalem unaligned memory access is fast. by Evan Cheng · 14 years ago
  82. 61336ae Switch the representation of the location in instruction from by Chris Lattner · 14 years ago
  83. b45218f include header. by Chris Lattner · 14 years ago
  84. 449c310 rewrite handling of forward ref'd instruction metadata by Chris Lattner · 14 years ago
  85. e6bb172 change this from using '!dbg' to using '!dbgx'. The by Chris Lattner · 14 years ago
  86. 175edf2 fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an by Chris Lattner · 14 years ago
  87. 73180c5 no really, we don't need to copy strings around in the accessor. by Chris Lattner · 14 years ago
  88. fe80524 eliminate a temporary smallvector by Chris Lattner · 14 years ago
  89. 68c5513 add a method to decode a DILocation into a NewDebugLoc. by Chris Lattner · 14 years ago
  90. ec306a9 Add aeskeygenassist intrinsic and rename all of the aes intrinsics to by Eric Christopher · 14 years ago
  91. 221ae13 There are no known O'Caml problems at the moment. by Erick Tryzelaar · 14 years ago
  92. 4e5f38e update cmakefile. by Chris Lattner · 14 years ago
  93. b227925 Add a new "NewDebugLoc" class which will eventually replace DebugLoc, by Chris Lattner · 14 years ago
  94. 1118b5e vml[as] are slow on 1136jf-s also. by Jim Grosbach · 14 years ago
  95. e543d16 Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 14 years ago
  96. 62d1da0 Pass -m32/-m64 to assembler. by Mikhail Glushenkov · 14 years ago
  97. 9e9cca4 Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 14 years ago
  98. f8df814 Reverting 100048; it broke two Frontend debug info tests. by Stuart Hastings · 14 years ago
  99. bbd51cd Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 14 years ago
  100. 3684549 Add a redundant PHI testcase for SSAUpdater to go with svn r100047. by Bob Wilson · 14 years ago