1. 410ca67 [AArch64] Removed unnecessary copy patterns with v1fx types. by Chad Rosier · 12 years ago
  2. 9191be9 Return a StringRef from getHostCPUName. by Rafael Espindola · 12 years ago
  3. 8a513ab [cleanup] Remove trailing whitespace before I start changing this file. by Chandler Carruth · 12 years ago
  4. 8b28f53 PowerPC: add Linux triple to TLS tests by Tim Northover · 12 years ago
  5. a29b054 Added new X86 patterns to select SSE scalar fp arithmetic instructions from by Andrea Di Biagio · 12 years ago
  6. b4605d4 Remove some dead code by Richard Barton · 12 years ago
  7. e5f6931 typo in comment by Gabor Greif · 12 years ago
  8. 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
  9. 7f8ef1e Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages by Alp Toker · 12 years ago
  10. 22e0e0c Add missing escape characters to the new Regex::escape() function by Alp Toker · 12 years ago
  11. dcdc573 Check for null pointer before dereferencing. A careless typo on my part. by Reed Kotler · 12 years ago
  12. 24802f3 Fix Incorrect CHECK message [0-31]+ in test case. by Kevin Qin · 12 years ago
  13. 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
  14. 7c2b072 Add TargetLibraryInfo in LTO passes builder by Yi Jiang · 12 years ago
  15. 31d3e9f Remove unused multiclass from PPCInstrInfo.td by Hal Finkel · 12 years ago
  16. f0c1388 Improve instruction scheduling for the PPC POWER7 by Hal Finkel · 12 years ago
  17. f15758b Add isBarrier to SDep by Hal Finkel · 12 years ago
  18. b0f8afd Fix an over-constrained assertion in MachineFunction::addLiveIn. by Quentin Colombet · 12 years ago
  19. 76eb77d Expose FileCheck's AddFixedStringToRegEx as Regex::escape by Hans Wennborg · 12 years ago
  20. eb1bac0 [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64 by Chad Rosier · 12 years ago
  21. 598ee5a Fix the PPC subsumes-predicate check by Hal Finkel · 12 years ago
  22. 8bacb53 Add two additional hazard recognizer functions by Hal Finkel · 12 years ago
  23. b7cb5ea Merge all tls tests to two files. One for normal codegen (initial and local by Roman Divacky · 12 years ago
  24. 343da2e On ELF and COFF treat linker_private like private. by Rafael Espindola · 12 years ago
  25. 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
  26. ddbee4e Remove test thats testing the same thing as tls.ll. by Roman Divacky · 12 years ago
  27. 3d2670c DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  28. bd71b0a DwarfUnit: LLVM_OVERRIDE and constify some functions by David Blaikie · 12 years ago
  29. 87b627d [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics that by Chad Rosier · 12 years ago
  30. 73f4682 [AArch64] Refactor the NEON scalar floating-point reciprocal step and by Chad Rosier · 12 years ago
  31. c3e5d72 [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating- by Chad Rosier · 12 years ago
  32. 7dc7cc4 Don't set unused variable. by Rafael Espindola · 12 years ago
  33. e18ad3d [arm] Pass -triple to llvm-mc for ARM ELF test cases. by Logan Chien · 12 years ago
  34. aa8dde5 R600: Re-format Processors.td by Tom Stellard · 12 years ago
  35. f8029c7 R600: Register AMDGPUCFGStructurizer pass by Tom Stellard · 12 years ago
  36. 23df2a7 R600: Register R600EmitClauseMarkers pass by Tom Stellard · 12 years ago
  37. 61f8483 [arm] Implement ARM .arch directive. by Logan Chien · 12 years ago
  38. 7a4d29e SelectionDAG: Fix a typo. by Benjamin Kramer · 12 years ago
  39. ee06f15 ARM: constrain register-class in fast-isel by Tim Northover · 12 years ago
  40. 00a9489 Build fix for Android NDK which has neither futimes nor futimens by Alp Toker · 12 years ago
  41. 3bf51cf AVX-512: Removed "z" suffix from AVX-512 instructions, since it is incompatible with GCC. by Elena Demikhovsky · 12 years ago
  42. e54c106 [SystemZ] Optimize fcmp X, 0 in cases where X is also negated by Richard Sandiford · 12 years ago
  43. 3c14ba5 Extend (truncate (load)) folding by Richard Sandiford · 12 years ago
  44. 255ee7d Fix XFAIL rules. by Manuel Klimek · 12 years ago
  45. b8f6411 Make this test a bit stricter. by Rafael Espindola · 12 years ago
  46. 2e3f799 Add TargetRegisterInfo::reverseLocalAssignment hook. by Andrew Trick · 12 years ago
  47. d194a4a Distinguish and choose 16 or 32 bit forms of save/restore for Mips16. by Reed Kotler · 12 years ago
  48. ec5ebde [AArch64 NEON] Get instruction BSL matched to VSELECT. by Kevin Qin · 12 years ago
  49. 8514590 Move mips' datalayout computation out of line and add comments. by Rafael Espindola · 12 years ago
  50. a3b00b5 Move Sparc's getDataLayout out of line and add comments. by Rafael Espindola · 12 years ago
  51. 0d87d72 Prune redundant dependencies in LLVMBuild.txt. by NAKAMURA Takumi · 12 years ago
  52. 23daba0 Move PPC's getDataLayoutString out of line and document it better. by Rafael Espindola · 12 years ago
  53. 4d5bee4 Revert the backend fatal error from r196939 by Reid Kleckner · 12 years ago
  54. 9e9622d Refactor the computation of the x86 datalayout. by Rafael Espindola · 12 years ago
  55. 0e33b45 [asan] Fix the coverage.cc test broken by r196939 by Reid Kleckner · 12 years ago
  56. 17427fa Use llvm_unreachable instead of assert(0) by Matt Arsenault · 12 years ago
  57. b59d46e on darwin<10, fallback to .weak_definition (PPC,X86) by David Fang · 12 years ago
  58. b228250 [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64 by Chad Rosier · 12 years ago
  59. 2456ea5 [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point by Chad Rosier · 12 years ago
  60. c000d11 [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-point by Chad Rosier · 12 years ago
  61. d096a5c [AArch64] Overload NEON signed/unsigned integer convert to floating-point by Chad Rosier · 12 years ago
  62. bc54a09 R600/SI: Add i64 cmp tests by Matt Arsenault · 12 years ago
  63. c5019a3 Fix gcc warnings. by Matt Arsenault · 12 years ago
  64. 7c30637 Reland "Fix miscompile of MS inline assembly with stack realignment" by Reid Kleckner · 12 years ago
  65. 7af55ad Make Triple's isOSBinFormatXXX functions partition triple-space. by Tim Northover · 12 years ago
  66. 8b71466 Support: Update documentation for Program functions by Alp Toker · 12 years ago
  67. fafd264 [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics so by Chad Rosier · 12 years ago
  68. 72800f3 [AArch64] Refactor the Neon vector/scalar floating-point convert implementation. by Chad Rosier · 12 years ago
  69. 4b3fcc2 Ensure that the backend no longer emits unnecessary vector insert instructions by Andrea Di Biagio · 12 years ago
  70. bb0e2be Use Field Lists for the types' "Overview", "Syntax" and "Examples". by Rafael Espindola · 12 years ago
  71. a563c91 R600: Fix an infinite loop when trying to reorganize export/tex vector input by Vincent Lejeune · 12 years ago
  72. 8ff689b R600: Fix input modifiers lost for Cayman by Vincent Lejeune · 12 years ago
  73. 5265227 Next step in Mips16 prologue/epilogue cleanup. by Reed Kotler · 12 years ago
  74. 8a8581c AVX-512: changed intrinsics for mask operations by Elena Demikhovsky · 12 years ago
  75. 89458ce AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin form by Elena Demikhovsky · 12 years ago
  76. 9f84f21 Darwin: update default iOS version to 5.0 by Tim Northover · 12 years ago
  77. b72dc0e [CMake] Add MCDisassembler to tools/lto. (has been removed since r196908) by NAKAMURA Takumi · 12 years ago
  78. dafdc80 [mips][msa] Correct sld and sldi builtins. by Daniel Sanders · 12 years ago
  79. 3aabdeb [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
  80. 1f28688 Add JIT to LINK_COMPONENTS in MCJITTests/Makefile. by NAKAMURA Takumi · 12 years ago
  81. aedb288 Add TargetLowering::prepareVolatileOrAtomicLoad by Richard Sandiford · 12 years ago
  82. 086791e Add TargetLowering::prepareVolatileOrAtomicLoad by Richard Sandiford · 12 years ago
  83. faeef98 [CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. It depends on nothing described in LLVM_LINK_COMPONENTS. by NAKAMURA Takumi · 12 years ago
  84. cbb73d1 [AArch64 NEON] Replace fpimm with fpz32 for floating compare with zero. by Kevin Qin · 12 years ago
  85. 3171b8d [AArch64 NEON] Support poly128_t and implement relevant intrinsic. by Kevin Qin · 12 years ago
  86. 2b14080 GCOV.cpp: Use PRIu64 instead of %lu. by NAKAMURA Takumi · 12 years ago
  87. e1d55bb Add proper dependencies to LLVMBuild.txt in llvm/lib. by NAKAMURA Takumi · 12 years ago
  88. e0c0c4b Whitespaces. by NAKAMURA Takumi · 12 years ago
  89. cc8d39a Revert "Fix miscompile of MS inline assembly with stack realignment" by Reid Kleckner · 12 years ago
  90. ec4d326 Fix miscompile of MS inline assembly with stack realignment by Reid Kleckner · 12 years ago
  91. e15c107 Fix a crash that occurs when PWD is invalid. by Andrew Trick · 12 years ago
  92. 7a70a1b whitespace by Andrew Trick · 12 years ago
  93. 6806e11 Fix PR18162 - Incorrect assertion assumed that the SDValue resno is zero. by Nadav Rotem · 12 years ago
  94. d5cf7ab Update testcase for previous commit. by Eric Christopher · 12 years ago
  95. 30d5ef5 llvm-cov: Added -a option for block data. by Yuchen Wu · 12 years ago
  96. 06e6843 Disable emitting DW_AT_GNU_ranges_base until we actually use it. by Eric Christopher · 12 years ago
  97. b6c1f7e Add comments documenting the ARM datalayout string. by Rafael Espindola · 12 years ago
  98. 8c087da We never emit info into the macro info section, stop emitting an empty one. by Eric Christopher · 12 years ago
  99. 3dd4e46 80-col. by Eric Christopher · 12 years ago
  100. eaa38c1 Simplify further. by Rafael Espindola · 12 years ago