1. 9b7f6f2 Instruction::isAssociative() returns true for fmul/fadd if they are tagged "unsafe" mode. by Shuxin Yang · 12 years ago
  2. 89bea17 Avoid rewriting instructions twice. by Jakob Stoklund Olesen · 12 years ago
  3. 7b09b97 Issue a fatal error if the line doesn't have a regular expression. by Nick Lewycky · 12 years ago
  4. 90e11dc When combining consecutive stores allow loads in between the stores, if the loads do not alias. by Nadav Rotem · 12 years ago
  5. bf2ad73 When we delete a dead basic block, see if any of its successors are dead and by Bill Wendling · 12 years ago
  6. 0215368 Documentation: improve formatting and remove unneeded empty lines. by Dmitri Gribenko · 12 years ago
  7. 3d15a91 Whoops, fixed bad merge by Michael Ilseman · 12 years ago
  8. 9eec659 Fixed bad test case by Michael Ilseman · 12 years ago
  9. f564e9f Fast-math: IRBuilder test for creating instructions with fast-math flags by Michael Ilseman · 12 years ago
  10. 9992bf7 Fast-math: Extend IRBuilder to have settable FastMathFlags to create instructions with by Michael Ilseman · 12 years ago
  11. 0d38424 Fast-math comments and convenience method by Michael Ilseman · 12 years ago
  12. 61c654c Define signed const-ext immediate operands and their predicates. by Jyotsna Verma · 12 years ago
  13. 350c008 ARM: Implement CanLowerReturn so large vectors get expanded into sret. by Benjamin Kramer · 12 years ago
  14. 1ead68d Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 12 years ago
  15. 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
  16. bacc825 MCJIT depends on JIT. by Benjamin Kramer · 12 years ago
  17. 781dfbd Fix initial frame state on powerpc64. by Ulrich Weigand · 12 years ago
  18. dacb9a5 Fix warning. [-Wunused-variable] by Patrik Hägglund · 12 years ago
  19. 37d5be7 Add error handling in getInt. by Patrik Hägglund · 12 years ago
  20. 1416edc [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow. by Kostya Serebryany · 12 years ago
  21. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
  22. 8b1496c misched: Analysis that partitions the DAG into subtrees. by Andrew Trick · 12 years ago
  23. 53e98a2 misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics. by Andrew Trick · 12 years ago
  24. 8f82a08 misched: better alias analysis. by Andrew Trick · 12 years ago
  25. b422104 misched: Debug output fix. Use an always valid iterator. by Andrew Trick · 12 years ago
  26. 430b907 BBVectorize: Correctly merge SubclassOptionalData by Hal Finkel · 12 years ago
  27. 6acb531 Add brief support for the fission .debug_info.dwo section for ELF output. by Eric Christopher · 12 years ago
  28. ea1504d Add comments. by Eric Christopher · 12 years ago
  29. 915e46f Rearrange ordering of sections. by Eric Christopher · 12 years ago
  30. 43e1d7a Move and comment accessor routines. by Eric Christopher · 12 years ago
  31. a9fa4fd Remove all references to TargetInstrInfoImpl. by Jakob Stoklund Olesen · 12 years ago
  32. fa2d986 Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class. by Jakob Stoklund Olesen · 12 years ago
  33. 11fad6e Move Target{Instr,Register}Info.cpp into lib/CodeGen. by Jakob Stoklund Olesen · 12 years ago
  34. 6e1c456 Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld by Andrew Kaylor · 12 years ago
  35. 00a3e5e Some grammar fixes by Eli Bendersky · 12 years ago
  36. 18bb054 Revert r168630, r168631, and r168633 as these are causing nightly test failures. by Chad Rosier · 12 years ago
  37. 0d5dbcb lit: Bump the version to .3. by Daniel Dunbar · 12 years ago
  38. daa65f5 This patch makes medium code model the default for 64-bit PowerPC ELF. by Bill Schmidt · 12 years ago
  39. 51434aa docs: [CMake] Add Xcode to the list of project formats CMake can generate. by NAKAMURA Takumi · 12 years ago
  40. 8213068 Fix comment formatting in RuntimeDyld.h by Andrew Kaylor · 12 years ago
  41. b6dc865 Attempt to make the comments for dwarf debug look more like by Eric Christopher · 12 years ago
  42. 4288502 Reapply section moving, make sure string section is output last. by Eric Christopher · 12 years ago
  43. 6e99a8c [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  44. b1146a2 [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  45. 4b3448b Remove unused internal linkage variable. by Richard Smith · 12 years ago
  46. ac3158b [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  47. 92a6e53 Add -verify-machineinstrs to these fast-isel test cases. by Chad Rosier · 12 years ago
  48. 257a009 Modifying lli to use the SectionMemoryManager. by Andrew Kaylor · 12 years ago
  49. 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
  50. 3c1cc38 Modified depends() to recognize that when all levels are "=" and by Preston Briggs · 12 years ago
  51. cc7773b Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 12 years ago
  52. 39834da CSE: allow PerformTrivialCoalescing to check copies across basic block by Manman Ren · 12 years ago
  53. a241b58 instcombine: Don't replace all uses for instructions with no uses by Meador Inge · 12 years ago
  54. 9e3c388 Remove duplicated #includes. by Jakub Staszak · 12 years ago
  55. b2a818f SCEV: Even if the latch terminator is foldable we can't deduce the result of an unrelated condition with it. by Benjamin Kramer · 12 years ago
  56. f365d39 X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions by Manman Ren · 12 years ago
  57. 4bfea76 Test commit only modifying comments by Pedro Artigas · 12 years ago
  58. 34a9d4b This patch implements medium code model support for 64-bit PowerPC. by Bill Schmidt · 12 years ago
  59. dba37a3 Never use .lcomm on platforms where it does not accept an alignment by Ulrich Weigand · 12 years ago
  60. 76f8eda Move sprintf simplifier tests to test/Transforms/InstCombine by Meador Inge · 12 years ago
  61. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 12 years ago
  62. 1db3152 llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests. by NAKAMURA Takumi · 12 years ago
  63. f5cec28 llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -instcombine, not -simplify-libcalls. by NAKAMURA Takumi · 12 years ago
  64. 7b39e3d llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516. by NAKAMURA Takumi · 12 years ago
  65. 9c5c2e6 Trailing linefeeds. by NAKAMURA Takumi · 12 years ago
  66. 020669d Revert accidental commit. by Craig Topper · 12 years ago
  67. af87dae Make PrintReg constructor explicit to prevent weird implicit conversions from accidentally being triggered. by Craig Topper · 12 years ago
  68. 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 · 12 years ago
  69. b10675e tsan: instrument atomic nand operation by Dmitry Vyukov · 12 years ago
  70. 2cf4fb4 Add test cases for r168417. by Craig Topper · 12 years ago
  71. fcdbecb Revert rearrangement of debug info sections to unblock the bots by Eric Christopher · 12 years ago
  72. ff9ca8c test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled another failure. by NAKAMURA Takumi · 12 years ago
  73. 6ee74f5 Modify depends(Src, Dst, PossiblyLoopIndependent). by Preston Briggs · 12 years ago
  74. 69ea027 instcombine: Migrate sprintf optimizations by Meador Inge · 12 years ago
  75. df22702 Remove unneeded #include. by Jakub Staszak · 12 years ago
  76. eb6363a The section is .debug_line. by Eric Christopher · 12 years ago
  77. b709f9f Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS setting. by Andrew Kaylor · 12 years ago
  78. 388ffa7 Remove unneeded #include. by Jakub Staszak · 12 years ago
  79. a823f18 llvm/CodeGen: Remove empty files in r168659. by NAKAMURA Takumi · 12 years ago
  80. eaac37e Code pretification by Joe Abbey · 12 years ago
  81. 07cde58 Remove unused forward declaration. by Jakub Staszak · 12 years ago
  82. af65035 Remove unused MachineLoopRanges analysis. by Jakub Staszak · 12 years ago
  83. 277068f Extend test case for r168657. by Chad Rosier · 12 years ago
  84. fc17ddd [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  85. bc43fe1 Fast-math test for SimplifyInstruction: fold multiply by 0 by Michael Ilseman · 12 years ago
  86. 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 · 12 years ago
  87. 6f6b97d Remove some Clang-specific ownership roles. by Richard Smith · 12 years ago
  88. a33e3d7 Fast-math flags documentation added to LangRef by Michael Ilseman · 12 years ago
  89. cb84142 llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression corresponding to r168627. Win32 and *bsd were affected. by NAKAMURA Takumi · 12 years ago
  90. bb22ad1 Fast-math test for SimplifyInstruction: fold multiply by 0 by Michael Ilseman · 12 years ago
  91. eb61c92 Fast-math optimization: fold multiply by zero by Michael Ilseman · 12 years ago
  92. a52f3ae Fast-math test case for bitcode and textual reading/writing by Michael Ilseman · 12 years ago
  93. 495d10a Fast-math flags for the bitcode by Michael Ilseman · 12 years ago
  94. 15c13d3 Fast-math flags for LLVM IR parsing and printing by Michael Ilseman · 12 years ago
  95. 4d26533 Make comment names match function names. by Eric Christopher · 12 years ago
  96. 74802f7 Add in sections for the fission case (no change so incorrect) and by Eric Christopher · 12 years ago
  97. 125fc7f Fast-math interfaces for Instructions by Michael Ilseman · 12 years ago
  98. ab4649b Fast-math flags added to FPMathOperator. by Michael Ilseman · 12 years ago
  99. 400581a Move Clang code owners list from llvm/ to cfe/. by Richard Smith · 12 years ago
  100. 8ba0117 Reorder section output ordering. by Eric Christopher · 12 years ago