1. 7360116 Handle the situation where CodeGenPrepare removes a reference to a BB that has by Bill Wendling · 12 years ago
  2. b53b791 Use multiclass for 'transfer' instructions. by Jyotsna Verma · 12 years ago
  3. 3d1a975 No need to run LICM after loop vectorization because we dont generate invariant code any more. by Nadav Rotem · 12 years ago
  4. dddaad6 When broadcasting invariant scalars into vectors, place the broadcast code in the preheader. by Nadav Rotem · 12 years ago
  5. c8c3dbd Documentation for FileCheck: use 'option' and 'program' directives. by Dmitri Gribenko · 12 years ago
  6. aa8cccf instcombine: Migrate puts optimizations by Meador Inge · 12 years ago
  7. f2c87b1 Documentation for llvm-link: reformat by Dmitri Gribenko · 12 years ago
  8. 596e474 Fix a memory leak in MachOObjectFile. by Jim Grosbach · 12 years ago
  9. 90d0e7e Documentation for llvm-cov: reformat by Dmitri Gribenko · 12 years ago
  10. 7d4253a Follow up to 168711: It's safe to base this analysis on the found compare, just return the value for the right predicate. by Benjamin Kramer · 12 years ago
  11. b36be80 Documentation for llvm-stress: reformat by Dmitri Gribenko · 12 years ago
  12. f03b5e9 Documentation for opt: reformat by Dmitri Gribenko · 12 years ago
  13. ffc9ee4 Improve isImpliedCond comment a bit. by Andrew Trick · 12 years ago
  14. d6f62c8 [ASan] Simplify check added in r168861. Bail out from module pass early if the module is blacklisted. by Alexey Samsonov · 12 years ago
  15. dff966c Documentation for llc: reformat. by Dmitri Gribenko · 12 years ago
  16. cb5d04a Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds. by Matt Beaumont-Gay · 12 years ago
  17. ee54827 Add options to AddressSanitizer passes to make them configurable by frontend. by Alexey Samsonov · 12 years ago
  18. 07149b7 fix a typo by Shuxin Yang · 12 years ago
  19. bc5fb06 Documentation for lit: more formatting: use 'option' and 'program' directives. by Dmitri Gribenko · 12 years ago
  20. 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 12 years ago
  21. 6a144e4 Documentation for tblgen: formatting by Dmitri Gribenko · 12 years ago
  22. e26b62c Documentation for lit: formatting improvements. by Dmitri Gribenko · 12 years ago
  23. 284c249 Test commit. by Patrik Hagglund · 12 years ago
  24. b129b9b Documentation: formatting improvements by Dmitri Gribenko · 12 years ago
  25. 5c5e230 instcombine: Migrate fputs optimizations by Meador Inge · 12 years ago
  26. c2e3312 instcombine: Migrate fwrite optimizations by Meador Inge · 12 years ago
  27. 28d5291 instcombine: Migrate fprintf optimizations by Meador Inge · 12 years ago
  28. 2aac385 [msan] Handle vector manipulation instructions. by Evgeniy Stepanov · 12 years ago
  29. b096a9d [msan] Fix getOriginForNaryOp. by Evgeniy Stepanov · 12 years ago
  30. 35b3df6 Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend. by Silviu Baranga · 12 years ago
  31. 5175fd9 misched: Recompute priority queue when DFSResults are updated. by Benjamin Kramer · 12 years ago
  32. 6d988b4 [msan] Basic handling of inline asm. by Evgeniy Stepanov · 12 years ago
  33. 7f128ea Teach the legalizer how to handle operands for VSELECT nodes by Justin Holewinski · 12 years ago
  34. 3d20025 Allow targets to prefer TypeSplitVector over TypePromoteInteger when computing the legalization method for vectors by Justin Holewinski · 12 years ago
  35. 84af05e [msan] Propagate shadow through (x<0) and (x>=0) comparisons. by Evgeniy Stepanov · 12 years ago
  36. 3a10b49 [msan] Fix shadow & origin store & load alignment. by Evgeniy Stepanov · 12 years ago
  37. af4451b [msan] Optimize getOriginPtr. by Evgeniy Stepanov · 12 years ago
  38. 2ea25f2 [msan] Fix a few compilation warnings. by Evgeniy Stepanov · 12 years ago
  39. 323c3ac [msan] Add a test for r168873. by Evgeniy Stepanov · 12 years ago
  40. 2e815e7 [msan] Transform memcpy and memset to library calls. by Evgeniy Stepanov · 12 years ago
  41. 8564dc6 I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLowering.cpp. by Elena Demikhovsky · 12 years ago
  42. f29865d [msan] Update tests (broken in r168873). by Evgeniy Stepanov · 12 years ago
  43. f62b4e3 [msan] Make sure that report callbacks do not get merged. by Evgeniy Stepanov · 12 years ago
  44. 6bb2b5d Documentation: use correct highlighter by Dmitri Gribenko · 12 years ago
  45. aa4f97d Initial commit of MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  46. 8b390ff [asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to doInitialization. This is required to allow the upcoming changes in PassManager behavior by Kostya Serebryany · 12 years ago
  47. 5085eb8 [asan] when checking the noreturn attribute on the call, also check it on the callee by Kostya Serebryany · 12 years ago
  48. a18d377 Cleaned up a couple of comments. by Preston Briggs · 12 years ago
  49. 39b5c0c Use MCPhysReg for RegisterClassInfo allocation orders. by Jakob Stoklund Olesen · 12 years ago
  50. e26e8a6 Add an MCPhysReg typedef to replace naked uint16_t. by Jakob Stoklund Olesen · 12 years ago
  51. 9b7f6f2 Instruction::isAssociative() returns true for fmul/fadd if they are tagged "unsafe" mode. by Shuxin Yang · 12 years ago
  52. 89bea17 Avoid rewriting instructions twice. by Jakob Stoklund Olesen · 12 years ago
  53. 7b09b97 Issue a fatal error if the line doesn't have a regular expression. by Nick Lewycky · 12 years ago
  54. 90e11dc When combining consecutive stores allow loads in between the stores, if the loads do not alias. by Nadav Rotem · 12 years ago
  55. bf2ad73 When we delete a dead basic block, see if any of its successors are dead and by Bill Wendling · 12 years ago
  56. 0215368 Documentation: improve formatting and remove unneeded empty lines. by Dmitri Gribenko · 12 years ago
  57. 3d15a91 Whoops, fixed bad merge by Michael Ilseman · 12 years ago
  58. 9eec659 Fixed bad test case by Michael Ilseman · 12 years ago
  59. f564e9f Fast-math: IRBuilder test for creating instructions with fast-math flags by Michael Ilseman · 12 years ago
  60. 9992bf7 Fast-math: Extend IRBuilder to have settable FastMathFlags to create instructions with by Michael Ilseman · 12 years ago
  61. 0d38424 Fast-math comments and convenience method by Michael Ilseman · 12 years ago
  62. 61c654c Define signed const-ext immediate operands and their predicates. by Jyotsna Verma · 12 years ago
  63. 350c008 ARM: Implement CanLowerReturn so large vectors get expanded into sret. by Benjamin Kramer · 12 years ago
  64. 1ead68d Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 12 years ago
  65. 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
  66. bacc825 MCJIT depends on JIT. by Benjamin Kramer · 12 years ago
  67. 781dfbd Fix initial frame state on powerpc64. by Ulrich Weigand · 12 years ago
  68. dacb9a5 Fix warning. [-Wunused-variable] by Patrik Hägglund · 12 years ago
  69. 37d5be7 Add error handling in getInt. by Patrik Hägglund · 12 years ago
  70. 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
  71. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
  72. 8b1496c misched: Analysis that partitions the DAG into subtrees. by Andrew Trick · 12 years ago
  73. 53e98a2 misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics. by Andrew Trick · 12 years ago
  74. 8f82a08 misched: better alias analysis. by Andrew Trick · 12 years ago
  75. b422104 misched: Debug output fix. Use an always valid iterator. by Andrew Trick · 12 years ago
  76. 430b907 BBVectorize: Correctly merge SubclassOptionalData by Hal Finkel · 12 years ago
  77. 6acb531 Add brief support for the fission .debug_info.dwo section for ELF output. by Eric Christopher · 12 years ago
  78. ea1504d Add comments. by Eric Christopher · 12 years ago
  79. 915e46f Rearrange ordering of sections. by Eric Christopher · 12 years ago
  80. 43e1d7a Move and comment accessor routines. by Eric Christopher · 12 years ago
  81. a9fa4fd Remove all references to TargetInstrInfoImpl. by Jakob Stoklund Olesen · 12 years ago
  82. fa2d986 Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class. by Jakob Stoklund Olesen · 12 years ago
  83. 11fad6e Move Target{Instr,Register}Info.cpp into lib/CodeGen. by Jakob Stoklund Olesen · 12 years ago
  84. 6e1c456 Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld by Andrew Kaylor · 12 years ago
  85. 00a3e5e Some grammar fixes by Eli Bendersky · 12 years ago
  86. 18bb054 Revert r168630, r168631, and r168633 as these are causing nightly test failures. by Chad Rosier · 12 years ago
  87. 0d5dbcb lit: Bump the version to .3. by Daniel Dunbar · 12 years ago
  88. daa65f5 This patch makes medium code model the default for 64-bit PowerPC ELF. by Bill Schmidt · 12 years ago
  89. 51434aa docs: [CMake] Add Xcode to the list of project formats CMake can generate. by NAKAMURA Takumi · 12 years ago
  90. 8213068 Fix comment formatting in RuntimeDyld.h by Andrew Kaylor · 12 years ago
  91. b6dc865 Attempt to make the comments for dwarf debug look more like by Eric Christopher · 12 years ago
  92. 4288502 Reapply section moving, make sure string section is output last. by Eric Christopher · 12 years ago
  93. 6e99a8c [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  94. b1146a2 [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  95. 4b3448b Remove unused internal linkage variable. by Richard Smith · 12 years ago
  96. ac3158b [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  97. 92a6e53 Add -verify-machineinstrs to these fast-isel test cases. by Chad Rosier · 12 years ago
  98. 257a009 Modifying lli to use the SectionMemoryManager. by Andrew Kaylor · 12 years ago
  99. 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
  100. 3c1cc38 Modified depends() to recognize that when all levels are "=" and by Preston Briggs · 12 years ago