1. c1e0b76 MMI is always available, rename O -> OS in printInlineAsm. by Chris Lattner · 14 years ago
  2. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 14 years ago
  3. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 14 years ago
  4. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 14 years ago
  5. 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 14 years ago
  6. fd60b8b emit the cygwin stub thing through mcstreamer. by Chris Lattner · 14 years ago
  7. 58bc4dd add a twine form of MCStreamer::EmitRawText, and mc'ize by Chris Lattner · 14 years ago
  8. d5928dc allow attaching comments to raw text. by Chris Lattner · 14 years ago
  9. f94f8dc start moving towards emitting inline asm statements with by Chris Lattner · 14 years ago
  10. 3580dea add <cstdlib> header for abort() on linux builders. by Chris Lattner · 14 years ago
  11. 91bead7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 14 years ago
  12. 47b7e5d mc'ize comment printing around file scope inline asm. by Chris Lattner · 14 years ago
  13. 4d12fdc remove some extraneous casts by Chris Lattner · 14 years ago
  14. d52c072 require that the branch being controlled by the IV by Chris Lattner · 14 years ago
  15. 96fd766 add integer overflow check for the fp induction variable by Chris Lattner · 14 years ago
  16. bbb9149 add a comment and fix some consistency issues, converting by Chris Lattner · 14 years ago
  17. 43b8527 fix PR6761, a miscompilation due to the fp->int IV conversion by Chris Lattner · 14 years ago
  18. 203bceb convert to filecheck by Chris Lattner · 14 years ago
  19. a40e4a0 just eliminate the uitofp checks. This code isn't doing by Chris Lattner · 14 years ago
  20. cf9abd2 rename feature test. by Chris Lattner · 14 years ago
  21. 6aea48b actually just remove this, will move the real feature test here. by Chris Lattner · 14 years ago
  22. 415d754 rename test since it is a feature test. by Chris Lattner · 14 years ago
  23. c91961e rename PH -> PN to be consistent with WeakPN and the rest of llvm. by Chris Lattner · 14 years ago
  24. 70c0d4f improve comment and drop a dead check. If PH had by Chris Lattner · 14 years ago
  25. 9698c19 strength reduce a ridiculous use of APInt. by Chris Lattner · 14 years ago
  26. ca703bd rename stuff improve comment grammar. by Chris Lattner · 14 years ago
  27. fa405af simplify some code and resolve a fixme. by Chris Lattner · 14 years ago
  28. c4f7e80 There is no guarantee that the increment and the branch by Chris Lattner · 14 years ago
  29. 07aa76a first half of a pass through IndVarSimplify::HandleFloatingPointIV, by Chris Lattner · 14 years ago
  30. 8e9c48a don't internalize available_externally functions, they are by Chris Lattner · 14 years ago
  31. 1e86e3f Fix a warning in GCC about a pointless typedef. by Chandler Carruth · 14 years ago
  32. b421640 Add the new ARMDecodeEmitter to CMake build. by Chandler Carruth · 14 years ago
  33. 7fed809 Get rid of the middleman (ARMAlgorithm), which causes more trouble than the by Johnny Chen · 14 years ago
  34. 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 14 years ago
  35. 4cc3c26 Add a DEBUG_TYPE for the SSAUpdater. by Bob Wilson · 14 years ago
  36. 0272024 Code refactoring. by Evan Cheng · 14 years ago
  37. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 14 years ago
  38. cbf1aa9 Pass -shared to the linker. by Mikhail Glushenkov · 14 years ago
  39. b7aaed8 Fix comment. by Johnny Chen · 14 years ago
  40. b35ae7f Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory by Johnny Chen · 14 years ago
  41. d3a5fa8 add a couple missing enum names. by Chris Lattner · 14 years ago
  42. b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 14 years ago
  43. a702615 Fix another build warning. by Johnny Chen · 14 years ago
  44. c85eacb Fix typo aeskeygenassist -> aeskeygenassist128. by Eric Christopher · 14 years ago
  45. 5c8aa95 by David Greene · 14 years ago
  46. 55f7118 Move variable "Bits" declaration/definition into the DEBUG block where its usage by Johnny Chen · 14 years ago
  47. 493a441 Fixed build warning. by Johnny Chen · 14 years ago
  48. 9981814 Change from .../Support/DataTypes.h to .../System/DataTypes.h. by Johnny Chen · 14 years ago
  49. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 14 years ago
  50. 7626476 Added support for reporting operand token ranges to the ARM AsmParser. by Sean Callanan · 14 years ago
  51. 6d1cd1c Separate out the AES-NI instructions from the SSE4.2 instructions. Add by Eric Christopher · 14 years ago
  52. 7249ef0 Skip debug info when looking for existing EH calls at the beginning of a block. by Dale Johannesen · 14 years ago
  53. a144c3f Fixes to the X86 disassembler. The disassembler will now by Sean Callanan · 14 years ago
  54. fd91920 Fix anachronism. by Benjamin Kramer · 14 years ago
  55. 28a9bf6 DebugInfoFinder::processModule was foiling my plot by by Chris Lattner · 14 years ago
  56. 42f95ca fix the llvm-x86_64-linux buildbot. by Chris Lattner · 14 years ago
  57. 457c6c5 remove empty file. by Chris Lattner · 14 years ago
  58. f53fd37 remove compatibility typedef. by Chris Lattner · 14 years ago
  59. 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 14 years ago
  60. b494ccf remove uses of DebugLoc::getUnknownLoc. by Chris Lattner · 14 years ago
  61. dd0fbda include densemap.h explicitly and rearrange #includes. by Chris Lattner · 14 years ago
  62. a4f2bb0 stop using DebugLoc::getUnknownLoc() by Chris Lattner · 14 years ago
  63. c7f3ace use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() by Chris Lattner · 14 years ago
  64. de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 14 years ago
  65. f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 14 years ago
  66. cf5862d Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 14 years ago
  67. d0327f8 Update CMake. by Benjamin Kramer · 14 years ago
  68. 434bd85 by David Greene · 14 years ago
  69. e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 14 years ago
  70. e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 14 years ago
  71. a6194b3 Add an explicit keyword. by Dan Gohman · 14 years ago
  72. d7bfd00 Manually notify ScalarEvolution before making an operand replacement, since by Dan Gohman · 14 years ago
  73. 86bfd34 Fix SpecificBumpPtrAllocator iteration. by Torok Edwin · 14 years ago
  74. 749fd83 Add notes about dragonegg. by Duncan Sands · 14 years ago
  75. 6682048 Recommit 100158 now that the buildbots are happy again. by Bob Wilson · 14 years ago
  76. 906af6f Remove FIXME - if there's a better way to do this it isn't here. by Eric Christopher · 14 years ago
  77. f860db2 Revert the recent alignment changes. They're broken for -Os because, by Dan Gohman · 14 years ago
  78. 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
  79. 93d6a7e Teach AnalyzeBranch, RemoveBranch and the branch by Dale Johannesen · 14 years ago
  80. ae1d41c Disambiguate conditional expression for newer GCCs. by Chandler Carruth · 14 years ago
  81. 1e4ac4d Remove this initializer so that the optimizer doesn't convert by Dan Gohman · 14 years ago
  82. 403d5a2 Update this test for the new preferred alignment heuristics. by Dan Gohman · 14 years ago
  83. 5ea6352 Revert 100158 in case it is causing some of the buildbot problems. by Bob Wilson · 14 years ago
  84. eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 14 years ago
  85. 04d52f8 Change variables which are exactly 16 bytes to be 16-byte-aligned too. by Dan Gohman · 14 years ago
  86. c9ae19e Make globalopt refine global variable alignment. by Dan Gohman · 14 years ago
  87. ec54d6a Check for terminating conditions before adding PHIs to the worklists. by Bob Wilson · 14 years ago
  88. 9c0012e remove these merge-tracking properties as they by Gabor Greif · 14 years ago
  89. a4ae3a1 If the bitcode reader input stream isn't a multiple of 4 bytes, it's more by Dan Gohman · 14 years ago
  90. 7272b92 Remove trailing whitespace. by Bob Wilson · 14 years ago
  91. 6f69035 Rewrite another SSAUpdater function to avoid recursion. by Bob Wilson · 14 years ago
  92. 1d8f83d Revert r100143. by Eric Christopher · 14 years ago
  93. c8e7764 Revert r100117. by Devang Patel · 14 years ago
  94. 8ef3acb by David Greene · 14 years ago
  95. 3ea9755 In 64-bit mode, use i64 to lower memcpy / memset instead of f64. by Evan Cheng · 14 years ago
  96. 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
  97. 6cdb7e2 Skip checking preferred alignment of GVs defined in other translation units all together. by Evan Cheng · 14 years ago
  98. 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 14 years ago
  99. 33f22e8 Change another SSAUpdater function to avoid recursion. by Bob Wilson · 14 years ago
  100. 9bdb8f0 Simplify the code to check for existing PHIs, now that it is only used in by Bob Wilson · 14 years ago