1. 9969458 teach instcombine to remove allocated buffers even if there are stores, memcpy/memmove/memset, and objectsize users. by Nuno Lopes · 12 years ago
  2. eb54603 Since SmallMap was removed in r158644, remove documentation in ProgrammersManual.html. by Dmitri Gribenko · 12 years ago
  3. 625252f Check if it's a scope last, because several things are scopes. by Bill Wendling · 12 years ago
  4. db6faeb ARM: Add test cleanup entry to the README. by Jim Grosbach · 12 years ago
  5. 63d10fb revert r159851. by Akira Hatanaka · 12 years ago
  6. e32cc0d Reapply r158846. by Akira Hatanaka · 12 years ago
  7. 2da1a16 Add a print method to the ObjC property object. by Bill Wendling · 12 years ago
  8. 9fdb7c0 Remove trailing comma in array initialization list. by Bill Wendling · 12 years ago
  9. f46b497 Remove unnecessary 'llvm::'. by Bill Wendling · 12 years ago
  10. 0735e81 Remove unnecessary 'llvm::'. by Bill Wendling · 12 years ago
  11. 6016a4a Whitespace. by Chad Rosier · 12 years ago
  12. 2af66dc X86: peephole optimization to remove cmp instruction by Manman Ren · 12 years ago
  13. fd065bb [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. by Chad Rosier · 12 years ago
  14. c5171d5 Update getFunction parameter documentation. Fixes PR13268. by Chad Rosier · 12 years ago
  15. d8a627b Revert r159789. by Dmitri Gribenko · 12 years ago
  16. a75ae7e llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen. by NAKAMURA Takumi · 12 years ago
  17. 4c3916f Attempt to fix windows buildbots. Patch by James Benton. by Duncan Sands · 12 years ago
  18. 365f1b8 test/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL: cygwin,mingw32,win32. Investigating. by NAKAMURA Takumi · 12 years ago
  19. bd985ef Revert r159804, "[arm-fast-isel] Add support for vararg function calls." by NAKAMURA Takumi · 12 years ago
  20. b67bd33 Fix PR13202 and a regtest. by Alexey Samsonov · 12 years ago
  21. d9aa95d Sphinxify the CMake document. by Bill Wendling · 12 years ago
  22. a8c4d73 [arm-fast-isel] Add support for vararg function calls. by Jush Lu · 12 years ago
  23. 020f07f Changes per review of commit 159787 by Jack Carter · 12 years ago
  24. 87c06a8 Untabify and move a function near similar functions dealing with struct types. by Eric Christopher · 12 years ago
  25. 86fc310 Add some comments suggested in code review. by Jakob Stoklund Olesen · 12 years ago
  26. 0da2178 Enable new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  27. 244a84e Mips specific inline asm operand modifier D. by Jack Carter · 12 years ago
  28. 94edc64 Fix an overzealous assertion. It is legitimate for a target to have multiple fixups on a single instruction that target the same byte, so long as their bit-offsets are coordinates appropriately. by Owen Anderson · 12 years ago
  29. d45e37a test case for r159770. by Akira Hatanaka · 12 years ago
  30. a7e4558 Enclose instruction rdhwr with directives, which are needed when target is by Akira Hatanaka · 12 years ago
  31. 3b02d95 Enable target dependent directive parsing to hook before standard parser in by Akira Hatanaka · 12 years ago
  32. b0c76d7 add @llvm.donothing by Nuno Lopes · 12 years ago
  33. 95c88b8 Optimize extendIntervalEndTo a tiny bit by saving one call through the by Chandler Carruth · 12 years ago
  34. 39c2a3d Remove dead infrastructure for building DenseMaps with a SlotIndex as by Chandler Carruth · 12 years ago
  35. d862d69 Finish fixing the MachineOperand hashing, providing a nice modern by Chandler Carruth · 12 years ago
  36. 483c54b All cases are covered, no need for a default. This deals with the by Duncan Sands · 12 years ago
  37. b808745 The hash function for MI expressions, used by MachineCSE, is really by Chandler Carruth · 12 years ago
  38. e7de3b2 Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 by Duncan Sands · 12 years ago
  39. 4a002ab [tsan] fix compile-time falilure found while building Chromium with tsan (tsan issue #3). A unit test will follow separately. by Kostya Serebryany · 12 years ago
  40. 7a7a6db Remove ParentMap. You can just ask the domnode for its parent. No functionality by Nick Lewycky · 12 years ago
  41. 85dccf1 Make X86 call and return instructions non-variadic. by Jakob Stoklund Olesen · 12 years ago
  42. 33a537a Allow trailing physreg RegisterSDNode operands on non-variadic instructions. by Jakob Stoklund Olesen · 12 years ago
  43. 9389ec7 Print SlotIndexes when available for -print-machineinstrs. by Jakob Stoklund Olesen · 12 years ago
  44. 9e51b14 Allow multiple terminators to read virtual registers. by Jakob Stoklund Olesen · 12 years ago
  45. b872078 Ensure CopyToReg nodes are always glued to the call instruction. by Jakob Stoklund Olesen · 12 years ago
  46. f86c00f Make sure -print-machineinstrs applies to the first pass as well. by Jakob Stoklund Olesen · 12 years ago
  47. 25dd5fc Add a testcase for pr13209. It is not a great test, but it still fails if by Rafael Espindola · 12 years ago
  48. a9543aa Fix a bug in DebugInfo lib, extend a comment for one of the methods by Alexey Samsonov · 12 years ago
  49. b163a21 Reverted r159658: by Stepan Dyatkovskiy · 12 years ago
  50. 66d79ce Reverted r156659, due to probable performance regressions, DenseMap should be used here: by Stepan Dyatkovskiy · 12 years ago
  51. caba263 Reduce some code duplication. by Eric Christopher · 12 years ago
  52. 00f4307 Fix some ascii art in a comment to not have trailing backslashes (inspiration by Matt Beaumont-Gay · 12 years ago
  53. 59bde4d Add early if-conversion support to X86. by Jakob Stoklund Olesen · 12 years ago
  54. 33242fd Add an experimental early if-conversion pass, off by default. by Jakob Stoklund Olesen · 12 years ago
  55. 0fd518b PHINode::hasConstantValue(): return undef if the PHI is fully recursive. by Nuno Lopes · 12 years ago
  56. 86b032b Use the DebugInfo's 'print()' method to emit the comments. by Bill Wendling · 12 years ago
  57. 42d80c7 BoundsChecking: optimize out the check for offset < 0 if size is known to be >= 0 (signed). by Nuno Lopes · 12 years ago
  58. 0dff532 fold PHI nodes in SizeOffsetEvaluator whenever possible. by Nuno Lopes · 12 years ago
  59. 44d5c06 improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi(%phi,42) as constant by Nuno Lopes · 12 years ago
  60. 9ccc83e IntegersSubsetMappin: cosmetic changes in diff operation. by Stepan Dyatkovskiy · 12 years ago
  61. 2e2a15e Part of r159527. Splitted into series of patches and gone with fixed PR13256: by Stepan Dyatkovskiy · 12 years ago
  62. 6a59073 Part of r159527. Splitted into series of patches and gone with fixed PR13256: by Stepan Dyatkovskiy · 12 years ago
  63. 181e0bd Part of r159527. Splitted into series of patches and gone with fixed PR13256: by Stepan Dyatkovskiy · 12 years ago
  64. 168a4c3 Document the llvm.fabs intrinsic. by Peter Collingbourne · 12 years ago
  65. ce9a041 Micro-optimize this function a bit. This shrinks the generated code by Chandler Carruth · 12 years ago
  66. 1e59c78 Remove extra space. by Craig Topper · 12 years ago
  67. f2c1cf2 Change i128mem/i256mem to f128mem/f256mem on some floating point vector instructions. by Craig Topper · 12 years ago
  68. a6f1453 MCContext.cpp: Fixup for my odd previous commit. No functional changes. by NAKAMURA Takumi · 12 years ago
  69. a101014 Add aliases for pblendvb, blendvpd, and blendvps instructions with the implicit xmm0 operand specified. Fixes PR13252. by Craig Topper · 12 years ago
  70. 84f2ae3 test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines. by NAKAMURA Takumi · 12 years ago
  71. 0176dfe test/CodeGen/SPARC/private.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  72. 95643d0 llvm/test/lit.cfg: Retweak for Win32 to fix testing. by NAKAMURA Takumi · 12 years ago
  73. 4c215c0 MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep with PathV2. by NAKAMURA Takumi · 12 years ago
  74. ea957f0 test/CodeGen/X86/sincos.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  75. a16d8c3 test/CodeGen/X86/fabs.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  76. 40b7e7e test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  77. 0e0d62e test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  78. 10de025 mips32 long long register inline asm constraint support. by Jack Carter · 12 years ago
  79. 80c1b38 Revert " mips32 long long register inline asm constraint support." as by Eric Christopher · 12 years ago
  80. c723eb1 Revert "IntRange:" as it appears to be breaking self hosting. by Eric Christopher · 12 years ago
  81. 3aaefc1 deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll by Jack Carter · 12 years ago
  82. 6068c48 All glory to address sanitizer. ;] by Chandler Carruth · 12 years ago
  83. 769951f Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead. by Evan Cheng · 12 years ago
  84. 1b055ce mips32 long long register inline asm constraint support. by Jack Carter · 12 years ago
  85. 3d4ed08 misched: allow NULL InstrItineraries. by Andrew Trick · 12 years ago
  86. b546613 Extend the workaround from r159593 to cover a few explicit alias targets. by Chandler Carruth · 12 years ago
  87. 33219d4 Revert r159588, and apply a more principled fix. Place the fix for this by Chandler Carruth · 12 years ago
  88. 9eb4f8a Turn an assert into an error to make it a bit more friendly. by Eric Christopher · 12 years ago
  89. e45658c Work around a really frustrating apparant CMake bug. by Chandler Carruth · 12 years ago
  90. ebcaa3c Fix -Wstring-conversion warning. by David Blaikie · 12 years ago
  91. 1f7ebdd Revert r159528 which taught lit's builtin shell test runner about the by Chandler Carruth · 12 years ago
  92. 20d8c16 Switch from using a lit.cfg-generator variable that happens to be found by Chandler Carruth · 12 years ago
  93. 39ae363 Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor by Jack Carter · 12 years ago
  94. 30a507a Extend TargetPassConfig to allow running only a subset of the normal passes. by Bob Wilson · 12 years ago
  95. 6b2bb15 Move assertion with TargetPassConfig's Initialized flag. by Bob Wilson · 12 years ago
  96. 3fb99a7 Consistently use AnalysisID types in TargetPassConfig. by Bob Wilson · 12 years ago
  97. 564fbf6 Add all codegen passes to the PassManager via TargetPassConfig. by Bob Wilson · 12 years ago
  98. 8add7b4 Add a missing forward declaration of PassManagerBase. by Bob Wilson · 12 years ago
  99. c698a44 Need a space. by Evan Cheng · 12 years ago
  100. 14ccc7b Revert accidental checkin. by Andrew Trick · 12 years ago