1. 5661fcd add ScevApplyRewriter by Sebastian Pop · 12 years ago
  2. a9e4d3f add SCEVParameterRewriter by Sebastian Pop · 12 years ago
  3. 7523437 AsmParser: Reformat the MS asm parser to reduce nesting. by Benjamin Kramer · 12 years ago
  4. 86cdbc9 enable SDISel sincos optimization for GNU environments by Paul Redmond · 12 years ago
  5. 55a98b0 Hexagon: Set appropriate TSFlags to the loads/stores with global address to by Jyotsna Verma · 12 years ago
  6. f64a7a8 BBVectorize: Call a DAG and DAG instead of a tree by Hal Finkel · 12 years ago
  7. ad079b2 Fix refactoring mistake in "Teach InstCombine to work with smaller legal types..." by Arnaud A. de Grandmaison · 12 years ago
  8. 7c5c9b3 Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2 by Arnaud A. de Grandmaison · 12 years ago
  9. 85d2760 AArch64: add branch fixup pass. by Tim Northover · 12 years ago
  10. 8a8a2dc Give these callbacks hidden visibility. It is better to not export them more by Rafael Espindola · 12 years ago
  11. 9fa05f9 Don't make assumptions about the mangling of static functions in extern "C" by Rafael Espindola · 12 years ago
  12. 74ecd21 [asan] support long double on 64-bit. See https://code.google.com/p/address-sanitizer/issues/detail?id=151 by Kostya Serebryany · 12 years ago
  13. 74b3c8d Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. by Benjamin Kramer · 12 years ago
  14. 1e88393 AArch64: remove ConstantIsland pass & put literals in separate section. by Tim Northover · 12 years ago
  15. 148ac53 AArch64: refactor frame handling to use movz/movk for overlarge offsets. by Tim Northover · 12 years ago
  16. c4439c3 clang-formatize llvm-symbolizer code by Alexey Samsonov · 12 years ago
  17. 94328f4 Simplify the 'operator<' for the attribute object. by Bill Wendling · 12 years ago
  18. ab90084 BBVectorize: Cap the number of candidate pairs in each instruction group by Hal Finkel · 12 years ago
  19. a7e4409 Revert "Simplify the attributes '<' comparison function." by Anna Zaks · 12 years ago
  20. e721025 Revert "Fix testcase for attribute ordering." by Anna Zaks · 12 years ago
  21. 03192fe Revert "Fix testcase for attribute ordering." by Anna Zaks · 12 years ago
  22. 223b3fd Fix testcase for attribute ordering. by Bill Wendling · 12 years ago
  23. 5cf38fd Fix minor mips16 issues in directives for function prologue. Probably this does by Reed Kotler · 12 years ago
  24. 8fd4d23 Fix testcase for attribute ordering. by Bill Wendling · 12 years ago
  25. 0ec707a Simplify the attributes '<' comparison function. by Bill Wendling · 12 years ago
  26. d977aac [mips] Disallow moving load/store instructions past volatile instructions. by Akira Hatanaka · 12 years ago
  27. cd7319d [mips] Replace usage of SmallSet with BitVector, which is used to keep track of by Akira Hatanaka · 12 years ago
  28. 90db35a [mips] Fix comments and coding style violations. Declare functions to be const. by Akira Hatanaka · 12 years ago
  29. 48e841d The ARM NEON vector compare instructions take three arguments. However, the by Joel Jones · 12 years ago
  30. d6f19c7 The operand listing is very much outdated. by Eli Bendersky · 12 years ago
  31. eba97c5 [mips] Simplify code in function Filler::findDelayInstr. by Akira Hatanaka · 12 years ago
  32. e2e00df Mark getRawBits const. by Preston Gurd · 12 years ago
  33. 97a241b BBVectorize: Remove the remaining instances of std::multimap by Hal Finkel · 12 years ago
  34. 6ca6d3b BBVectorize: Don't store candidate pairs in a std::multimap by Hal Finkel · 12 years ago
  35. fe9b5a4 Simplify code. Remove "else after return". by Jakub Staszak · 12 years ago
  36. 27d844f Update comment. by Chad Rosier · 12 years ago
  37. 84a2c2b Hexagon: Change insn class to support instruction encoding. by Jyotsna Verma · 12 years ago
  38. aefd14b s/bool/LLVMBool/ by Bill Wendling · 12 years ago
  39. 296756a s/bool/LLVMBool/ by Bill Wendling · 12 years ago
  40. 951d361 death to extra whitespace by Kay Tiong Khoo · 12 years ago
  41. 31cfc70 Add two new functions to the C API: by Bill Wendling · 12 years ago
  42. 7b672ed added basic support for Intel ADX instructions by Kay Tiong Khoo · 12 years ago
  43. 01115b1 R600/SI: Fix int_SI_fs_interp_constant by Michel Danzer · 12 years ago
  44. 06121de include/llvm/Object/ELF.h: do debug checks only when NDEBUG by Dmitry Vyukov · 12 years ago
  45. 6cc4b8d Dont merge consecutive loads/stores into vectors when noimplicitfloat is used. by Nadav Rotem · 12 years ago
  46. b39a552 80-col by Nadav Rotem · 12 years ago
  47. 5e3100a Hexagon: Use multiclass for absolute addressing mode loads. by Jyotsna Verma · 12 years ago
  48. 7248451 Re-apply r175088 for bug fix 13622: Add paired register support for by Weiming Zhao · 12 years ago
  49. 1912c76 Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp. by Jyotsna Verma · 12 years ago
  50. 7867885 R600: Do not fold single instruction with more that 3 kcache read by Vincent Lejeune · 12 years ago
  51. f846add R600: Export instructions are no longer terminator by Vincent Lejeune · 12 years ago
  52. abfd5f6 R600: Fold zero/one in export instructions by Vincent Lejeune · 12 years ago
  53. df65b0f R600: Do not fold modifier/litterals in vector inst by Vincent Lejeune · 12 years ago
  54. 6872de9 Use correct host/target CMake variables to define lit variables. by Tim Northover · 12 years ago
  55. ad1b9dc AArch64: switch from neverHasSideEffects to hasSideEffects. by Tim Northover · 12 years ago
  56. ff9d058 Add deprecation of neverHasSideEffects to documentation comments. by Tim Northover · 12 years ago
  57. e186d71 Revert r15266. This fixes llvm.org/pr15266. by Rafael Espindola · 12 years ago
  58. 5464c30 AArch64: stop claiming that NEON registers are usable for now. by Tim Northover · 12 years ago
  59. 5bd6cb2 AArch64: add block comments where missing by Tim Northover · 12 years ago
  60. 51f6ba0 Add testcase for llvm-dwarfdump to test parsing of the pubnames data. by Krzysztof Parzyszek · 12 years ago
  61. 579ad50 On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h by David Chisnall · 12 years ago
  62. b1d0812 Make ARMAsmParser accept the correct alignment specifier syntax in instructions. by Kristof Beyls · 12 years ago
  63. b181919 llvm-symbolizer: speedup symbol lookup by Dmitry Vyukov · 12 years ago
  64. 79e8429 Workaround an MSan false positive. by Evgeniy Stepanov · 12 years ago
  65. 58842c4 Moved line-info.ll to DebugInfo\X86 directory by Elena Demikhovsky · 12 years ago
  66. 39125d9 Add some legality checks for SETCC before introducing it in the DAG combiner post-operand legalization. by Owen Anderson · 12 years ago
  67. c8c82dc The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin". by Elena Demikhovsky · 12 years ago
  68. 60b3e18 Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure). by Elena Demikhovsky · 12 years ago
  69. c556fcc R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStack by Michel Danzer · 12 years ago
  70. d4addbe R600: Add lit tests for texture sampling instruction selection. by Michel Danzer · 12 years ago
  71. 05fdb82 Reapply "s/grep/FileCheck/ in some tests" by Andrew Trick · 12 years ago
  72. bf7ac42 Revert r175120 and r175121. Clang is producing the expected asm names again. by Rafael Espindola · 12 years ago
  73. 1f258a6 RegisterCoalescer::reMaterializeTrivialDef() can constrain the destination by Cameron Zwarich · 12 years ago
  74. a94d322 Add missing typename to unbreak the MSVC 2012 build. by Francois Pichet · 12 years ago
  75. 9d90163 Teach the DataLayout aware constant folder to be much more aggressive towards by Nick Lewycky · 12 years ago
  76. 38f85c5 Remove the form field from Mips16 instruction formats and set things by Reed Kotler · 12 years ago
  77. fd1335e Revert "s/grep/FileCheck/ in some tests" by Andrew Trick · 12 years ago
  78. 1d46732 Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flipped by Cameron Zwarich · 12 years ago
  79. c5f1474 Fix some issues with rematerialization in RegisterCoalescer when the destination by Cameron Zwarich · 12 years ago
  80. ad236eb Don't assume the mangling of static functions. by Rafael Espindola · 12 years ago
  81. 382a553 Don't asume that a static function in an extern "C" block will not be mangled. by Rafael Espindola · 12 years ago
  82. c0c2816 temporarily revert the patch due to some conflicts by Weiming Zhao · 12 years ago
  83. 17fe48c Retain the name of the new internal global that's been shrunk. by Bill Wendling · 12 years ago
  84. 666e0d3 Hexagon: add support for predicate-GPR copies. by Anshuman Dasgupta · 12 years ago
  85. ff91f2e llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're by Alex Rosenberg · 12 years ago
  86. 779a963 Fix iterator definitions for ImmutableSet and ImmutableMap. by Ryan Govostes · 12 years ago
  87. 76308d8 R600: Add support for 128-bit parameters by Tom Stellard · 12 years ago
  88. fa7c9ef s/grep/FileCheck/ in some tests by Eli Bendersky · 12 years ago
  89. 48aaf5f Don't build tail calls to functions with three inreg arguments on x86-32 PIC. by Nick Lewycky · 12 years ago
  90. 8b75e6b s/grep/FileCheck/ in some tests by Eli Bendersky · 12 years ago
  91. 3019fbb Bug fix 13622: Add paired register support for inline asm with 64-bit data on ARM by Weiming Zhao · 12 years ago
  92. 5867302 [ms-inline asm] Fix up test case for non-Darwin platforms. by Chad Rosier · 12 years ago
  93. f656342 Hexagon: Use absolute addressing mode loads/stores for global+offset by Jyotsna Verma · 12 years ago
  94. 3df02ac Add iterator_traits to ImmutableMap and ImmutableSet. by Ryan Govostes · 12 years ago
  95. 7b0bc3f [ms-inline-asm] Add support for memory references that have non-immediate by Chad Rosier · 12 years ago
  96. 19aa3e3 [ms-inline asm] Add a comment about the determinism of the rewrite sort. by Chad Rosier · 12 years ago
  97. 7c62701 configure: remove workaround for gcc's -Wno-maybe-uninitialized by Dmitri Gribenko · 12 years ago
  98. ccb51f9 [docs] PR15254: Add "AST" to the lexicon. by Sean Silva · 12 years ago
  99. c0a6e07 LoopVectorize: Simplify code for clarity. by Benjamin Kramer · 12 years ago
  100. 6eaab0d Add a blurb about the attributes changes to the release notes. by Bill Wendling · 12 years ago