1. 27c076a Fix most of PR10367. by Rafael Espindola · 11 years ago
  2. 33b37c7 DebugInfo: Assume the CU's Subprogram list only contains definitions. by David Blaikie · 11 years ago
  3. 117b038 [ARM64] Increases the Sched Model accuracy for Cortex-A53. by Chad Rosier · 11 years ago
  4. 3258443 InstSimplify: Improve handling of ashr/lshr by David Majnemer · 11 years ago
  5. 7a2ed26 InstSimplify: Optimize using dividend in sdiv by David Majnemer · 11 years ago
  6. 18fc327 [ARM64] Fix wrong comment in load/store optimization pass. by Tilmann Scheller · 11 years ago
  7. 54978b3 DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper function. by David Blaikie · 11 years ago
  8. 19ab8f8 [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration. by Simon Atanasyan · 11 years ago
  9. b32cee5 Re-enable inline memcpy expansion for Thumb1. by James Molloy · 11 years ago
  10. 74c8558 Small dyn_cast and auto cleanup. by Rafael Espindola · 11 years ago
  11. 40ae57c Fix the Load/Store optimization pass to work with Thumb1. by James Molloy · 11 years ago
  12. 2c9f8a7 Enable the Load/Store optimization pass for Thumb1 but make it return immediately for now. by James Molloy · 11 years ago
  13. bdbf5af Fix a few comment typos and style issues. by James Molloy · 11 years ago
  14. fadf07b [mips][mips64r6] Add SELEQZ and SELNEZ instructions by Zoran Jovanovic · 11 years ago
  15. ab67b30 Change the GlobalAlias constructor to look a bit more like GlobalVariable. by Rafael Espindola · 11 years ago
  16. b95580a [mips][mips64r6] Add Compact indexed jumps. by Zoran Jovanovic · 11 years ago
  17. 0d356ec Fix hardcoded slash to native path seperator which was exposed from llvm::sys::path. by Yaron Keren · 11 years ago
  18. 21cfede Revert "Implement global merge optimization for global variables." by Rafael Espindola · 11 years ago
  19. 2b3ef61 [mips][mips64r6] Add Compact zero-compare branch-and-link instructions by Zoran Jovanovic · 11 years ago
  20. 75d44de MergeFunctions Pass, introduced total ordering among GEP operations. by Stepan Dyatkovskiy · 11 years ago
  21. b5ce464 MC: Add DwarfTypesDWOSection also to MCCOFF. by NAKAMURA Takumi · 11 years ago
  22. b8c3bcb [mips][mips64r6] Add compact branch instructions by Zoran Jovanovic · 11 years ago
  23. 0885a28 MergeFunctions Pass, introduced total ordering among operations. by Stepan Dyatkovskiy · 11 years ago
  24. e4dfc19 [mips][mips64r6] Add LWPC and LWUPC instructions by Zoran Jovanovic · 11 years ago
  25. 5f32c76 [mips][mips64r6] Add Floating Point Compare setting Mask - CMP.condn.fmt by Zoran Jovanovic · 11 years ago
  26. a9a94ce TableGen: fix operand counting for aliases by Tim Northover · 11 years ago
  27. fbf4058 ARM64: disable printing of "fcmXY ..., #0" aliases by Tim Northover · 11 years ago
  28. 61e0d55 AArch64: disable printing of add/sub alias by Tim Northover · 11 years ago
  29. 84a4f73 Sparc: disable printing of jmp/call aliases (C++ does it) by Tim Northover · 11 years ago
  30. 77da6f1 Sparc: disable printing on longer "brX,pt" aliases by Tim Northover · 11 years ago
  31. b5ee7db Mips: don't print subu alias for addiu by Tim Northover · 11 years ago
  32. 5d25da2 X86: disable printing of bare "mov" aliases by Tim Northover · 11 years ago
  33. 78a667d AArch64: disable printing of MOV -> MOVZ aliases by Tim Northover · 11 years ago
  34. 4e15a3d ARM64: disable printing of swapped compare-mask aliases by Tim Northover · 11 years ago
  35. fba407a ARM64: disable printing of LDUR -> LDR aliases by Tim Northover · 11 years ago
  36. 93185d1 ARM64: give TST aliases priority over ANDS. by Tim Northover · 11 years ago
  37. 22f4151 ARM64: give MOV priority over shorter ORR when printing aliases. by Tim Northover · 11 years ago
  38. 7d80c1a ARM64: give NEG priority over SUB when printing aliases. by Tim Northover · 11 years ago
  39. ef5f53b ARM64: disable printing of "lslv" type aliases by Tim Northover · 11 years ago
  40. ae6c659 [ARM64]Implement NEON post-increment LD1(lane) and post-increment LD1R. by Hao Liu · 11 years ago
  41. 0288fb0 MergeFunctions Pass, introduced total ordering among function attributes. by Stepan Dyatkovskiy · 11 years ago
  42. fbe77b1 [mips][mips64r6] Add Floating Point Fused Multiply Add Subtract by Zoran Jovanovic · 11 years ago
  43. 36b8b48 ARM: add some integer/floating point conversion libcalls by Saleem Abdulrasool · 11 years ago
  44. 9bc1b73 Add C API for thread yielding callback. by Juergen Ributzka · 11 years ago
  45. 6d81fc7 ProfileData: Allow multiple profiles in RawInstrProfReader by Justin Bogner · 11 years ago
  46. 9364e63 Remove the Options query functions and just access our Options directly. by Eric Christopher · 11 years ago
  47. a9f15ce musttail: Fix the verification of alignment attributes by Reid Kleckner · 11 years ago
  48. d5db876 Implement global merge optimization for global variables. by Jiangning Liu · 11 years ago
  49. 01a02d9 DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base class overload. by David Blaikie · 11 years ago
  50. 6d22500 Move more MC options into the MCTargetOptions structure. by Eric Christopher · 11 years ago
  51. 8fde27b Remove unused llvm namespace bool variable. by Eric Christopher · 11 years ago
  52. f1b1f7f DebugInfo: Don't put fission type units in comdat sections. by David Blaikie · 11 years ago
  53. ae787d3 Make the -L option for SaveTempLabels not be static. No functional change. by Eric Christopher · 11 years ago
  54. 121cddc Finish materialize for ints by Reed Kotler · 11 years ago
  55. a8f7afa Use range for by Matt Arsenault · 11 years ago
  56. b043c3d9 [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier. by Alexey Samsonov · 11 years ago
  57. 48ea98d Don't insert lifetime.end markers between a musttail call and ret by Reid Kleckner · 11 years ago
  58. cf7cfd8 Revert "Don't insert lifetime.end markers between a musttail call and ret" by Reid Kleckner · 11 years ago
  59. a9bef41 Remove unused variable in inliner by Reid Kleckner · 11 years ago
  60. 24a50c5 Don't insert lifetime.end markers between a musttail call and ret by Reid Kleckner · 11 years ago
  61. 44623e8 DebugInfo: Simplify retrieving filename/directory name for line table entry building. by David Blaikie · 11 years ago
  62. 998c1e0 Teach the inliner how to preserve musttail invariants by Reid Kleckner · 11 years ago
  63. 675e527 DebugInfo: Add FIXME regarding DILexicalBlock uniquing fields. by David Blaikie · 11 years ago
  64. 522a941 autoconf: Fix libLLVM-Major-Minor-Patch.so symlink by Tom Stellard · 11 years ago
  65. 1564bf7 [obj2yaml][ELF] Print relocation's offset as a hex number. Use a proper by Simon Atanasyan · 11 years ago
  66. 650c53f [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections. by Simon Atanasyan · 11 years ago
  67. 218bad2 Revert "[PM] Add pass run listeners to the pass manager." by Juergen Ributzka · 11 years ago
  68. fd76d8a [ARM64] Improve diagnostics for Cn operands in SYS instructions by Bradley Smith · 11 years ago
  69. 926273d [yaml2obj] Add "-o" command line option to specify an output file name. by Simon Atanasyan · 11 years ago
  70. 70e3aba llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll: Add explicit triple. by NAKAMURA Takumi · 11 years ago
  71. 9836c47 [X86] Teach the backend how to fold SSE4.1/AVX/AVX2 blend intrinsics. by Andrea Di Biagio · 11 years ago
  72. 1f05322 [mips][mips64r6] Add CLASS.fmt instructions by Zoran Jovanovic · 11 years ago
  73. 7599912 [mips][mips64r6] Add RINT.fmt instructions by Zoran Jovanovic · 11 years ago
  74. c8d4dfc [mips][mips64r6] Add SELEQZ/SELNEZ.fmt instructions by Zoran Jovanovic · 11 years ago
  75. bd80605 [mips][mips64r6] Add MAX/MIN/MAXA/MINA.fmt instructions by Zoran Jovanovic · 11 years ago
  76. 29d4ed3 R600/SI: Stop using VSrc_* as the default register class for types. by Tom Stellard · 11 years ago
  77. 704fe35 R600/SI: Fix a bug with handling of INSERT_SUBREG in SIFixSGPRCopies by Tom Stellard · 11 years ago
  78. c1de569 R600/SI: Only use SALU instructions for 64-bit add in a block of CF depth 0 by Tom Stellard · 11 years ago
  79. bfffad6 R600/SI: Use VALU instructions for i1 ops by Tom Stellard · 11 years ago
  80. d0e93f2 TableGen: use correct MIOperand when printing aliases by Tim Northover · 11 years ago
  81. 9f6a386 [mips][mips64r6] Add bitswap, and dbitswap by Daniel Sanders · 11 years ago
  82. b7ba5c2 Instead of littering asserts throughout the code after every call to by Jay Foad · 11 years ago
  83. 0a088b1 ARM64: print correct aliases for NEON mov & mvn instructions by Tim Northover · 11 years ago
  84. 8b580cc [mips][mips64r6] Add align and dalign by Daniel Sanders · 11 years ago
  85. f61a467 TableGen/ARM64: print aliases even if they have syntax variants. by Tim Northover · 11 years ago
  86. d744346 ARM64: add correct vector registers during asm parsing by Tim Northover · 11 years ago
  87. 75aa537 [ARM64] Improve load/store diagnostics and forbid 32-bit register addresses by Bradley Smith · 11 years ago
  88. e7856db [ARM64] Parse fixed vector lanes properly so that diagnostics can be emitted by Bradley Smith · 11 years ago
  89. dbe4f8b [ARM64] Add/Fixup diagnostics for floating point immediates by Bradley Smith · 11 years ago
  90. 6091820 [ARM64] Add condition code operand type such that proper diagnostics can be emitted by Bradley Smith · 11 years ago
  91. 907c04b [ARM64] Add more simple diagnostics for immediate/shift ranges by Bradley Smith · 11 years ago
  92. 06961bf [mips][mips64r6] Add addiupc, aluipc, and auipc by Daniel Sanders · 11 years ago
  93. fc4953b [mips][mips64r6] Add aui, daui, dahi, and dati by Daniel Sanders · 11 years ago
  94. ca323cf Teach the constant folder to look through bitcast constant expressions by Chandler Carruth · 11 years ago
  95. 9cfa5cf [mips][mips64r6] Test that branch likelies are not accepted on MIPS64r6. by Daniel Sanders · 11 years ago
  96. 0d5742f Reverting r208848, reason: build failure: sanitizer-x86_64-linux-bootstrap/builds/3399 by Dinesh Dwivedi · 11 years ago
  97. 707048b Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)' by Dinesh Dwivedi · 11 years ago
  98. d10a54f Added inst combine transforms for single bit tests from Chris's note by Dinesh Dwivedi · 11 years ago
  99. af5e67a Fix some dyslexia in an assert message by Jonathan Roelofs · 11 years ago
  100. 727273b Fix typos by Alp Toker · 11 years ago