1. d474181 ArrayRef-ize the Feature and Processor tables for SubtargetFeatures. by Eric Christopher · 11 years ago
  2. 3949749 Copy the full TailCallKind in CallInst::clone_impl by Reid Kleckner · 11 years ago
  3. e3e870f Do not make -pass-remarks additive. by Diego Novillo · 11 years ago
  4. 2c06cd8 TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on the target. by Benjamin Kramer · 11 years ago
  5. 8a712ba [X86] Improve the lowering of BITCAST dag nodes from type f64 to type v2i32 (and vice versa). by Andrea Di Biagio · 11 years ago
  6. 22f779d Implememting named register intrinsics by Renato Golin · 11 years ago
  7. b889448 Special case aliases in GlobalValue::getAlignment. by Rafael Espindola · 11 years ago
  8. bfc3f30 Have the SubtargetFeature help routine just not return a number and by Eric Christopher · 11 years ago
  9. 534ec26 Add some details to the llvm-cov documentation. <rdar://problem/15819496> by Bob Wilson · 11 years ago
  10. 4f17235 Be more strict about not allowing setSection on aliases. by Rafael Espindola · 11 years ago
  11. 55ba6a1 Be more strict about not calling setAlignment on global aliases. by Rafael Espindola · 11 years ago
  12. 3524723 AArch64/ARM64: implement diagnosis of unpredictable loads & stores by Tim Northover · 11 years ago
  13. 4d28f03 AArch64/ARM64: add two more MC tests to ARM64 set. by Tim Northover · 11 years ago
  14. c08733f AArch64/ARM64: enable MC-level diagnostic tests for NEON insts. by Tim Northover · 11 years ago
  15. 09b3bd8 AArch64/ARM64: make NEON vector list parsing a bit more robust by Tim Northover · 11 years ago
  16. d58350d AArch64/ARM64: add more specific diagnostic for floating imm 0.0. by Tim Northover · 11 years ago
  17. c5f9aff AArch64/ARM64: add more specific diagnostic for invalid vector lanes by Tim Northover · 11 years ago
  18. 6e64f90 AArch64/ARM64: produce more informative diagnostic assembling some immediates by Tim Northover · 11 years ago
  19. 80fd091 ARM: For thumb fixups store halfwords high first and low second by Christian Pirker · 11 years ago
  20. 03145eb [ARM64] Enable alignment control option in front-end for ARM64. by Kevin Qin · 11 years ago
  21. 0e8c40d Disable -Wcomment when building with GCC. by Evgeniy Stepanov · 11 years ago
  22. 64cd55a Update programmers manual to cover llvm::function_ref, and add a note to the by Richard Smith · 11 years ago
  23. b0eeb12 Use X86 memory operand enums instead of hardcoding. by Craig Topper · 11 years ago
  24. b184a37 Fix some obvious Doxygen comment bugs. by Owen Anderson · 11 years ago
  25. 3e889f7 Update comment from a recent commit. by David Blaikie · 11 years ago
  26. f0e7f76 [Build] Add rule to generate fully-expanded .td file by Adam Nemet · 11 years ago
  27. 40a1b74 PR19598: Provide the ability to RAUW a declaration with itself, creating a non-temporary copy and using that to RAUW. by David Blaikie · 11 years ago
  28. 5c34f99 Revert "Walk back commits for unused function parameters - they're still being" by Eric Christopher · 11 years ago
  29. cca77fc blockfreq: Move include to .cpp by Duncan P. N. Exon Smith · 11 years ago
  30. 2efa833 Revert accidentally-committed files. by Richard Smith · 11 years ago
  31. 36ecb2e Re-commit r208025, reverted in r208030, with a fix for a conformance issue by Richard Smith · 11 years ago
  32. f3a199b Revert r208025, which made buildbots unhappy for unknown reasons. by Richard Smith · 11 years ago
  33. 9ad48c1 Fix i128 div/mod on mingw64 by Reid Kleckner · 11 years ago
  34. 10222d2 [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment about the use case for the new parameter. by Argyrios Kyrtzidis · 11 years ago
  35. 245e8bd Add llvm::function_ref (and a couple of uses of it), representing a type-erased reference to a callable object. by Richard Smith · 11 years ago
  36. 9331beb Include intrin.h before windows.h as a workaround for the x64 self-host by Reid Kleckner · 11 years ago
  37. 6a91439 [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and make sure to zero-initialize the rest by Argyrios Kyrtzidis · 11 years ago
  38. 096d841 Detabify. by Nick Lewycky · 11 years ago
  39. 05da4dd Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls marked tail in the IR to 470k, however this improvement does not carry into an improvement of the call/jmp ratio on x86. The most common pattern is a tail call + br to a block with nothing but a 'ret'. by Nick Lewycky · 11 years ago
  40. 59c397d Walk back commits for unused function parameters - they're still being by Eric Christopher · 11 years ago
  41. e3b906e Reapply: Add slp vectorization to LTO passes. The bug it exposed has been fixed by r207983. <radar://16641956> by Yi Jiang · 11 years ago
  42. bb95032 Remove a now unnecessary function since all calls have one version by Eric Christopher · 11 years ago
  43. 9edfca8 Remove a call to std::exit in a library. Make "Help" return by Eric Christopher · 11 years ago
  44. 32b6099 [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVolatile' for the open file functions. by Argyrios Kyrtzidis · 11 years ago
  45. 73ebb5a Fix typo. by Eric Christopher · 11 years ago
  46. 4b84b52 R600: Expand i64 ISD:SUB by Tom Stellard · 11 years ago
  47. 33a4854 Remove unused argument from AddFeature. by Eric Christopher · 11 years ago
  48. 9572a1c Fix typo (also tab character). by Eric Christopher · 11 years ago
  49. a75173c Use a range loop. by Rafael Espindola · 11 years ago
  50. 75ea413 Revert "Optimize shufflevector that copies an i64/f64 and zeros the rest." by Filipe Cabecinhas · 11 years ago
  51. a0fa9eb Optimize shufflevector that copies an i64/f64 and zeros the rest. by Filipe Cabecinhas · 11 years ago
  52. f6518f6 R600/SI: allow 5 more input SGPRs to a shader by Marek Olsak · 11 years ago
  53. 830195e Move test from r207969 to another folder and rename it. by Michael Zolotukhin · 11 years ago
  54. 606660f Always set alignment of vectorized LD/ST in SLP-Vectorizer. <rdar://problem/16812145> by Yi Jiang · 11 years ago
  55. b85d690 Fix spelling. by Joerg Sonnenberger · 11 years ago
  56. 814442a Be a bit more specific in the release notes. by Rafael Espindola · 11 years ago
  57. bbd9c21 LTO: -internalize sets visibility to default by Duncan P. N. Exon Smith · 11 years ago
  58. c6e42b5 Remove the -disable-cfi option. by Rafael Espindola · 11 years ago
  59. d51c57f [Test] Remove substitution for clang by Adam Nemet · 11 years ago
  60. 3b4c8c2 Modify test to not use -disable-cfi. by Rafael Espindola · 11 years ago
  61. 54d2b33 Select bdver2 instead of bdver1 if TBM support is present on models < 0x10. by Kaelyn Takata · 11 years ago
  62. bd7cb3a Move test to the ARM64 directory. by Rafael Espindola · 11 years ago
  63. 260b6b0 Convert a CodeGen test into a MC test. by Rafael Espindola · 11 years ago
  64. 1c87e2a Fix test from r207966 and add a comment there. by Michael Zolotukhin · 11 years ago
  65. df86405 [ASan/Win] Fix issue 305 -- don't instrument .CRT initializer/terminator callbacks by Timur Iskhodzhanov · 11 years ago
  66. 557a275 Trivial simplification. No functionality change. by Rafael Espindola · 11 years ago
  67. 07db1c9 Add regression test for r207692. by Michael Zolotukhin · 11 years ago
  68. 862cd00 Fix gcc -pedantic warning in lto.cpp. by Patrik Hagglund · 11 years ago
  69. 3b98af5 Add range access to ELFFile's sections collection. by Simon Atanasyan · 11 years ago
  70. 8d538f1 CodeGen: correct memset emittance for WoA by Saleem Abdulrasool · 11 years ago
  71. 4fc5273 CodeGen: strengthen WoA AEABI avoidance tests by Saleem Abdulrasool · 11 years ago
  72. a7321a6 MC: support FK_SecRel_4 for Windows on ARM by Saleem Abdulrasool · 11 years ago
  73. 99b03e3 LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to limit unrolling. by Benjamin Kramer · 11 years ago
  74. 28a739b SLPVectorizer: Bring back the insertelement patch (r205965) with fixes by Arnold Schwaighofer · 11 years ago
  75. 8a3751f AVX-512: minor change in rndscale intrinsic by Elena Demikhovsky · 11 years ago
  76. febf86d [LCG] Add the last (and most complex) of the edge insertion mutation by Chandler Carruth · 11 years ago
  77. 57a38b8 [LCG] Reorder the tests to be a bit more logical: inter-SCC mutation by Chandler Carruth · 11 years ago
  78. 98ff665 X86: further range-loopify AsmPrinter by Saleem Abdulrasool · 11 years ago
  79. 8afcab4 X86: remove X86COFFMachineModuleInfo by Saleem Abdulrasool · 11 years ago
  80. f3b2ed7 X86: repair export compatibility with MinGW/cygwin by Saleem Abdulrasool · 11 years ago
  81. 6f0d4e3 X86: refactor export directive generation by Saleem Abdulrasool · 11 years ago
  82. b3428a0 IR: Cleanup AttributeSet::get for AttrBuilder by David Majnemer · 11 years ago
  83. b2bd7e8 [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA). by Juergen Ributzka · 11 years ago
  84. 930ca98 Fix pr19645. by Rafael Espindola · 11 years ago
  85. 72e96a5 [ARM64] Correctly select ANDWri in FastISel. by Joey Gouly · 11 years ago
  86. 81f28f6 SLPVectorizer: Lazily allocate the map for block numbering. by Benjamin Kramer · 11 years ago
  87. 91ffe99 Rename member variable to try to fix the bots. by Rafael Espindola · 11 years ago
  88. 0bf9cca Update docs still mentioning LLVM_ENABLE_CXX11 by Alp Toker · 11 years ago
  89. dd32608 Move LTOModule and LTOCodeGenerator to the llvm namespace. by Rafael Espindola · 11 years ago
  90. 10e8f95 Style fix: don't duplicate the method names. by Rafael Espindola · 11 years ago
  91. fcee722 Style update: don't duplicate comments, they were getting out of sync. by Rafael Espindola · 11 years ago
  92. 879875f Updated Doxygen link for InstIterator.h. by Yaron Keren · 11 years ago
  93. e26759b [ELFYAML] Group ELF header falgs to target specific blocks. Handle flags by Simon Atanasyan · 11 years ago
  94. e6982bf [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping. by Simon Atanasyan · 11 years ago
  95. 5608a25 InstIterator.h lives in llvm/IR. by Yaron Keren · 11 years ago
  96. 486ad62 Vectorize intrinsic math function calls in SLPVectorizer. by Karthik Bhat · 11 years ago
  97. 3aa9b49 [LSR] Add llc testcase for r207271/r207569. by Adam Nemet · 11 years ago
  98. 10c37a0 Try simplifying LexicalScopes ownership again. by David Blaikie · 11 years ago
  99. c7b30d8 [sanitizers] Propagate the sanitizer options through to the lit context. by Chandler Carruth · 11 years ago
  100. 71aafce Satisfy GCC's urgent need for parentheses around ‘&&’ within ‘||’. by Benjamin Kramer · 11 years ago