1. 5f65b24 [SystemZ] Make more use of TMHH by Richard Sandiford · 12 years ago
  2. 8adb31e test commit. Amend a comment. by Iain Sandoe · 12 years ago
  3. 193bf31 [SystemZ] Extend integer absolute selection by Richard Sandiford · 12 years ago
  4. 467a3f9 [SystemZ] Add a structure to represent a selected comparison by Richard Sandiford · 12 years ago
  5. 204537e [SystemZ] Make more use of LTGFR by Richard Sandiford · 12 years ago
  6. fd2b2bd X86: When lowering shl_parts, don't emit shift amounts larger than the bit width. by Benjamin Kramer · 12 years ago
  7. aca2998 Enabling thumb2 mode used to force support for armv6t2. Replace this by Joerg Sonnenberger · 12 years ago
  8. b90ed64 [mips] Add checks for alignment and maximum displacements for most of the by Matheus Almeida · 12 years ago
  9. 09b3900 Add ARM to release instructions by Renato Golin · 12 years ago
  10. a7e2ef7 [inliner] Fix PR18206 by preventing inlining functions that call setjmp by Chandler Carruth · 12 years ago
  11. 0bdc7cd [inliner] Completely change (and fix) how the inline cost analysis by Chandler Carruth · 12 years ago
  12. 2d39ad8 Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" by David Blaikie · 12 years ago
  13. bc6b250 DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  14. da44c36 Change stack probing code for MingW. by Kai Nacke · 12 years ago
  15. e93ec87 Object/COFF: ExportAddressTableEntry is a union of two RVAs. by Rui Ueyama · 12 years ago
  16. 8290d17 Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" by David Blaikie · 12 years ago
  17. a263979 llvm-cov: Added -b option for branch probabilities. by Yuchen Wu · 12 years ago
  18. f4597a0 DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  19. 363c1ec Fix spelling in comment in test: "themselve" -> "themselves" by Mark Seaborn · 12 years ago
  20. 1e3d966 Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers by Hal Finkel · 12 years ago
  21. 8cd46c0 Initialize the barrier pass llvm::initializeIPO by Hal Finkel · 12 years ago
  22. 0dbb28f Removed llvm-cov.test from Other folder. by Yuchen Wu · 12 years ago
  23. 1cf81e6 Simplify the datalayout string of ARM and AArch64. by Rafael Espindola · 12 years ago
  24. d870fe2 Simplify the SystemZ datalayout string. by Rafael Espindola · 12 years ago
  25. 2053a06 Use "a" instead of "a0" in DataLayout. by Rafael Espindola · 12 years ago
  26. 35e1934 Fix Typo. by Rafael Espindola · 12 years ago
  27. e60ffe3 Convert the other getHostByName implementations to StringRef. by Rafael Espindola · 12 years ago
  28. 11b11d7 Switch to the new MingW ABI. by Rafael Espindola · 12 years ago
  29. 410ca67 [AArch64] Removed unnecessary copy patterns with v1fx types. by Chad Rosier · 12 years ago
  30. 9191be9 Return a StringRef from getHostCPUName. by Rafael Espindola · 12 years ago
  31. 8a513ab [cleanup] Remove trailing whitespace before I start changing this file. by Chandler Carruth · 12 years ago
  32. 8b28f53 PowerPC: add Linux triple to TLS tests by Tim Northover · 12 years ago
  33. a29b054 Added new X86 patterns to select SSE scalar fp arithmetic instructions from by Andrea Di Biagio · 12 years ago
  34. b4605d4 Remove some dead code by Richard Barton · 12 years ago
  35. e5f6931 typo in comment by Gabor Greif · 12 years ago
  36. 60a21f2 [AArch64]Fix the problem that AArch64 backend fails to select scalar_to_vector of vector types having more than one element. by Hao Liu · 12 years ago
  37. 7f8ef1e Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages by Alp Toker · 12 years ago
  38. 22e0e0c Add missing escape characters to the new Regex::escape() function by Alp Toker · 12 years ago
  39. dcdc573 Check for null pointer before dereferencing. A careless typo on my part. by Reed Kotler · 12 years ago
  40. 24802f3 Fix Incorrect CHECK message [0-31]+ in test case. by Kevin Qin · 12 years ago
  41. 41a3007 Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x) by Yi Jiang · 12 years ago
  42. 7c2b072 Add TargetLibraryInfo in LTO passes builder by Yi Jiang · 12 years ago
  43. 31d3e9f Remove unused multiclass from PPCInstrInfo.td by Hal Finkel · 12 years ago
  44. f0c1388 Improve instruction scheduling for the PPC POWER7 by Hal Finkel · 12 years ago
  45. f15758b Add isBarrier to SDep by Hal Finkel · 12 years ago
  46. b0f8afd Fix an over-constrained assertion in MachineFunction::addLiveIn. by Quentin Colombet · 12 years ago
  47. 76eb77d Expose FileCheck's AddFixedStringToRegEx as Regex::escape by Hans Wennborg · 12 years ago
  48. eb1bac0 [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64 by Chad Rosier · 12 years ago
  49. 598ee5a Fix the PPC subsumes-predicate check by Hal Finkel · 12 years ago
  50. 8bacb53 Add two additional hazard recognizer functions by Hal Finkel · 12 years ago
  51. b7cb5ea Merge all tls tests to two files. One for normal codegen (initial and local by Roman Divacky · 12 years ago
  52. 343da2e On ELF and COFF treat linker_private like private. by Rafael Espindola · 12 years ago
  53. 118de30 Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" by David Blaikie · 12 years ago
  54. ddbee4e Remove test thats testing the same thing as tls.ll. by Roman Divacky · 12 years ago
  55. 3d2670c DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  56. bd71b0a DwarfUnit: LLVM_OVERRIDE and constify some functions by David Blaikie · 12 years ago
  57. 87b627d [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics that by Chad Rosier · 12 years ago
  58. 73f4682 [AArch64] Refactor the NEON scalar floating-point reciprocal step and by Chad Rosier · 12 years ago
  59. c3e5d72 [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating- by Chad Rosier · 12 years ago
  60. 7dc7cc4 Don't set unused variable. by Rafael Espindola · 12 years ago
  61. e18ad3d [arm] Pass -triple to llvm-mc for ARM ELF test cases. by Logan Chien · 12 years ago
  62. aa8dde5 R600: Re-format Processors.td by Tom Stellard · 12 years ago
  63. f8029c7 R600: Register AMDGPUCFGStructurizer pass by Tom Stellard · 12 years ago
  64. 23df2a7 R600: Register R600EmitClauseMarkers pass by Tom Stellard · 12 years ago
  65. 61f8483 [arm] Implement ARM .arch directive. by Logan Chien · 12 years ago
  66. 7a4d29e SelectionDAG: Fix a typo. by Benjamin Kramer · 12 years ago
  67. ee06f15 ARM: constrain register-class in fast-isel by Tim Northover · 12 years ago
  68. 00a9489 Build fix for Android NDK which has neither futimes nor futimens by Alp Toker · 12 years ago
  69. 3bf51cf AVX-512: Removed "z" suffix from AVX-512 instructions, since it is incompatible with GCC. by Elena Demikhovsky · 12 years ago
  70. e54c106 [SystemZ] Optimize fcmp X, 0 in cases where X is also negated by Richard Sandiford · 12 years ago
  71. 3c14ba5 Extend (truncate (load)) folding by Richard Sandiford · 12 years ago
  72. 255ee7d Fix XFAIL rules. by Manuel Klimek · 12 years ago
  73. b8f6411 Make this test a bit stricter. by Rafael Espindola · 12 years ago
  74. 2e3f799 Add TargetRegisterInfo::reverseLocalAssignment hook. by Andrew Trick · 12 years ago
  75. d194a4a Distinguish and choose 16 or 32 bit forms of save/restore for Mips16. by Reed Kotler · 12 years ago
  76. ec5ebde [AArch64 NEON] Get instruction BSL matched to VSELECT. by Kevin Qin · 12 years ago
  77. 8514590 Move mips' datalayout computation out of line and add comments. by Rafael Espindola · 12 years ago
  78. a3b00b5 Move Sparc's getDataLayout out of line and add comments. by Rafael Espindola · 12 years ago
  79. 0d87d72 Prune redundant dependencies in LLVMBuild.txt. by NAKAMURA Takumi · 12 years ago
  80. 23daba0 Move PPC's getDataLayoutString out of line and document it better. by Rafael Espindola · 12 years ago
  81. 4d5bee4 Revert the backend fatal error from r196939 by Reid Kleckner · 12 years ago
  82. 9e9622d Refactor the computation of the x86 datalayout. by Rafael Espindola · 12 years ago
  83. 0e33b45 [asan] Fix the coverage.cc test broken by r196939 by Reid Kleckner · 12 years ago
  84. 17427fa Use llvm_unreachable instead of assert(0) by Matt Arsenault · 12 years ago
  85. b59d46e on darwin<10, fallback to .weak_definition (PPC,X86) by David Fang · 12 years ago
  86. b228250 [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64 by Chad Rosier · 12 years ago
  87. 2456ea5 [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point by Chad Rosier · 12 years ago
  88. c000d11 [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-point by Chad Rosier · 12 years ago
  89. d096a5c [AArch64] Overload NEON signed/unsigned integer convert to floating-point by Chad Rosier · 12 years ago
  90. bc54a09 R600/SI: Add i64 cmp tests by Matt Arsenault · 12 years ago
  91. c5019a3 Fix gcc warnings. by Matt Arsenault · 12 years ago
  92. 7c30637 Reland "Fix miscompile of MS inline assembly with stack realignment" by Reid Kleckner · 12 years ago
  93. 7af55ad Make Triple's isOSBinFormatXXX functions partition triple-space. by Tim Northover · 12 years ago
  94. 8b71466 Support: Update documentation for Program functions by Alp Toker · 12 years ago
  95. fafd264 [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics so by Chad Rosier · 12 years ago
  96. 72800f3 [AArch64] Refactor the Neon vector/scalar floating-point convert implementation. by Chad Rosier · 12 years ago
  97. 4b3fcc2 Ensure that the backend no longer emits unnecessary vector insert instructions by Andrea Di Biagio · 12 years ago
  98. bb0e2be Use Field Lists for the types' "Overview", "Syntax" and "Examples". by Rafael Espindola · 12 years ago
  99. a563c91 R600: Fix an infinite loop when trying to reorganize export/tex vector input by Vincent Lejeune · 12 years ago
  100. 8ff689b R600: Fix input modifiers lost for Cayman by Vincent Lejeune · 12 years ago