1. 1db3152 llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests. by NAKAMURA Takumi · 13 years ago
  2. f5cec28 llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -instcombine, not -simplify-libcalls. by NAKAMURA Takumi · 13 years ago
  3. 7b39e3d llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516. by NAKAMURA Takumi · 13 years ago
  4. 9c5c2e6 Trailing linefeeds. by NAKAMURA Takumi · 13 years ago
  5. 020669d Revert accidental commit. by Craig Topper · 13 years ago
  6. af87dae Make PrintReg constructor explicit to prevent weird implicit conversions from accidentally being triggered. by Craig Topper · 13 years ago
  7. 1c689f7 Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project. They were previously added to Makefile.llvm.config.in but the consumption was missing by Craig Topper · 13 years ago
  8. b10675e tsan: instrument atomic nand operation by Dmitry Vyukov · 13 years ago
  9. 2cf4fb4 Add test cases for r168417. by Craig Topper · 13 years ago
  10. fcdbecb Revert rearrangement of debug info sections to unblock the bots by Eric Christopher · 13 years ago
  11. ff9ca8c test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled another failure. by NAKAMURA Takumi · 13 years ago
  12. 6ee74f5 Modify depends(Src, Dst, PossiblyLoopIndependent). by Preston Briggs · 13 years ago
  13. 69ea027 instcombine: Migrate sprintf optimizations by Meador Inge · 13 years ago
  14. df22702 Remove unneeded #include. by Jakub Staszak · 13 years ago
  15. eb6363a The section is .debug_line. by Eric Christopher · 13 years ago
  16. b709f9f Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS setting. by Andrew Kaylor · 13 years ago
  17. 388ffa7 Remove unneeded #include. by Jakub Staszak · 13 years ago
  18. a823f18 llvm/CodeGen: Remove empty files in r168659. by NAKAMURA Takumi · 13 years ago
  19. eaac37e Code pretification by Joe Abbey · 13 years ago
  20. 07cde58 Remove unused forward declaration. by Jakub Staszak · 13 years ago
  21. af65035 Remove unused MachineLoopRanges analysis. by Jakub Staszak · 13 years ago
  22. 277068f Extend test case for r168657. by Chad Rosier · 13 years ago
  23. fc17ddd [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 13 years ago
  24. bc43fe1 Fast-math test for SimplifyInstruction: fold multiply by 0 by Michael Ilseman · 13 years ago
  25. 9780d35 Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model". by Owen Anderson · 13 years ago
  26. 6f6b97d Remove some Clang-specific ownership roles. by Richard Smith · 13 years ago
  27. a33e3d7 Fast-math flags documentation added to LangRef by Michael Ilseman · 13 years ago
  28. cb84142 llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression corresponding to r168627. Win32 and *bsd were affected. by NAKAMURA Takumi · 13 years ago
  29. bb22ad1 Fast-math test for SimplifyInstruction: fold multiply by 0 by Michael Ilseman · 13 years ago
  30. eb61c92 Fast-math optimization: fold multiply by zero by Michael Ilseman · 13 years ago
  31. a52f3ae Fast-math test case for bitcode and textual reading/writing by Michael Ilseman · 13 years ago
  32. 495d10a Fast-math flags for the bitcode by Michael Ilseman · 13 years ago
  33. 15c13d3 Fast-math flags for LLVM IR parsing and printing by Michael Ilseman · 13 years ago
  34. 4d26533 Make comment names match function names. by Eric Christopher · 13 years ago
  35. 74802f7 Add in sections for the fission case (no change so incorrect) and by Eric Christopher · 13 years ago
  36. 125fc7f Fast-math interfaces for Instructions by Michael Ilseman · 13 years ago
  37. ab4649b Fast-math flags added to FPMathOperator. by Michael Ilseman · 13 years ago
  38. 400581a Move Clang code owners list from llvm/ to cfe/. by Richard Smith · 13 years ago
  39. 8ba0117 Reorder section output ordering. by Eric Christopher · 13 years ago
  40. bdab800 Whitespace cleanup. by Eric Christopher · 13 years ago
  41. 0d30d30 Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 13 years ago
  42. 8d20b5f Add an assertion to ensure freezeReservedRegs() is only ever called once. by Chad Rosier · 13 years ago
  43. 527ba9c Make this test less sensitive. by Eli Bendersky · 13 years ago
  44. 728aede Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 13 years ago
  45. 216532a Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 13 years ago
  46. 0c617e6 Get rid of the getPointeeAlignment helper function from by Eli Friedman · 13 years ago
  47. 1243922 Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary. by Chad Rosier · 13 years ago
  48. bb8ddc7 Don't use iterator after being erased. by Jakub Staszak · 13 years ago
  49. 8a66b6a Correct copy-pasto where we're talking about function attributes and not parameter attributes. by Bill Wendling · 13 years ago
  50. 5c1f3d1 Fix comments in HexagonOperands.td. by Jyotsna Verma · 13 years ago
  51. b30e256 rdar://12329730 (defect 2) by Shuxin Yang · 13 years ago
  52. ec66ac5 Remove unneeded #includes. by Jakub Staszak · 13 years ago
  53. d6d6859 Fix a comment bug in toascii simplifier by Meador Inge · 13 years ago
  54. d7aa323 instcombine: Migrate printf optimizations by Meador Inge · 13 years ago
  55. 22689b6 Move the code that uses SCEVs prior to creating the new loops. by Nadav Rotem · 13 years ago
  56. d642baf Normalize splat 256bit vectors with 8 elements. by Jakub Staszak · 13 years ago
  57. ed9e442 Decouple MCInstBuilder from the streamer per Eli's request. by Benjamin Kramer · 13 years ago
  58. 70af909 Remove stray trailing backslash by Matt Beaumont-Gay · 13 years ago
  59. 9a33f9f tsan: fix lint warnings by Dmitry Vyukov · 13 years ago
  60. a5cf16f Rewrite test to not use a FileCheck variable and redefine it on the same line. by Eli Bendersky · 13 years ago
  61. 391271f Add MCInstBuilder, a utility class to simplify MCInst creation similar to MachineInstrBuilder. by Benjamin Kramer · 13 years ago
  62. 6702e53 [tsan] add fail order to compare_exchange by Dmitry Vyukov · 13 years ago
  63. 9853db7 Fix a PassManager pointer use-after-free bug. by Zhou Sheng · 13 years ago
  64. 38c4441 instcombine: Migrate toascii optimizations by Meador Inge · 13 years ago
  65. 017bb75 instcombine: Migrate isascii optimizations by Meador Inge · 13 years ago
  66. a0798ec instcombine: Migrate isdigit optimizations by Meador Inge · 13 years ago
  67. d6a9307 Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG by Joe Abbey · 13 years ago
  68. 250ab62 Fix gcc's -Wunused-but-set-variable warnings. by Rafael Espindola · 13 years ago
  69. 48bb786 Fix bogus comment; no functional change. by Meador Inge · 13 years ago
  70. dfb3b1a instcombine: Migrate *abs optimizations by Meador Inge · 13 years ago
  71. 15d099a instcombine: Migrate ffs* optimizations by Meador Inge · 13 years ago
  72. 6bfc348 Move the max vector width to a constant parameter. No functionality change. by Nadav Rotem · 13 years ago
  73. 00e8074 Fix the document style. by Nadav Rotem · 13 years ago
  74. 8c6b736 Refactor the ptr runtime check generation code. No functionality change. by Nadav Rotem · 13 years ago
  75. 170a15e Code Custodian: by Joe Abbey · 13 years ago
  76. f4f14f6 Add support for .cfi_register now that it is easy to extent the representation by Rafael Espindola · 13 years ago
  77. a91eead Move semantics are great, don't destroy the optimization opportunity with trivial copy ctors. by Benjamin Kramer · 13 years ago
  78. a8e2b2b Rename method. No functionality change. by Nadav Rotem · 13 years ago
  79. d7e0b7c The induction-pointer work is inspired by a research paper. This commit adds a reference. by Nadav Rotem · 13 years ago
  80. 0af63ac Add support for pointer induction variables even when there is no integer induction variable. by Nadav Rotem · 13 years ago
  81. 327e4cb Refactor to make helper method static. by Craig Topper · 13 years ago
  82. 14a708b Further cleanups. Thanks for Sean Silva for noticing it. by Rafael Espindola · 13 years ago
  83. 7279809 Add an extra slash so doxygen comments will be properly recognized. by Craig Topper · 13 years ago
  84. c1aa638 Remove duplicate check of LimitFloatPrecision. It was already checked earlier before IsExp10 could be set to true. by Craig Topper · 13 years ago
  85. 915562e Factor common code out of individual if blocks into common tail. by Craig Topper · 13 years ago
  86. 134f78c Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already called at the start of the function and captured in a local variable. by Craig Topper · 13 years ago
  87. 538cd48 Refactor a bit to make some helper methods static. by Craig Topper · 13 years ago
  88. 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 13 years ago
  89. d3022b8 PPC: Reinstate the fatal error when trying to emit a macho file. by Benjamin Kramer · 13 years ago
  90. cb4028b ARM: Share applyFixup between ELF and Darwin. by Benjamin Kramer · 13 years ago
  91. 915558e PPC: MCize most of the darwin PIC emission. by Benjamin Kramer · 13 years ago
  92. e8ca482 PPC: Share applyFixup between ELF and Darwin. by Benjamin Kramer · 13 years ago
  93. 8f2dce0 PPC: Simplify code with Twines. by Benjamin Kramer · 13 years ago
  94. b315772 Factor some common code out of individual if blocks. by Craig Topper · 13 years ago
  95. ff233c9 Change the representation of MCCFIInstruction. by Rafael Espindola · 13 years ago
  96. 7f74d2c Give each MCCFIInstruction its own opcode. by Rafael Espindola · 13 years ago
  97. 529a01d Move a bit of duplicated code into a helper function. by Rafael Espindola · 13 years ago
  98. 28c9ea3 Refactor how MCCFIInstructions are created. by Rafael Espindola · 13 years ago
  99. 4ccb49a CodeGenPrepare: Move ret duplication out of the instruction iteration loop. by Benjamin Kramer · 13 years ago
  100. 5d1e089 Refactor a bit to make some helper functions static. by Craig Topper · 13 years ago