1. 8bacb53 Add two additional hazard recognizer functions by Hal Finkel · 12 years ago
  2. b7cb5ea Merge all tls tests to two files. One for normal codegen (initial and local by Roman Divacky · 12 years ago
  3. 343da2e On ELF and COFF treat linker_private like private. by Rafael Espindola · 12 years ago
  4. 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
  5. ddbee4e Remove test thats testing the same thing as tls.ll. by Roman Divacky · 12 years ago
  6. 3d2670c DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  7. bd71b0a DwarfUnit: LLVM_OVERRIDE and constify some functions by David Blaikie · 12 years ago
  8. 87b627d [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics that by Chad Rosier · 12 years ago
  9. 73f4682 [AArch64] Refactor the NEON scalar floating-point reciprocal step and by Chad Rosier · 12 years ago
  10. c3e5d72 [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating- by Chad Rosier · 12 years ago
  11. 7dc7cc4 Don't set unused variable. by Rafael Espindola · 12 years ago
  12. e18ad3d [arm] Pass -triple to llvm-mc for ARM ELF test cases. by Logan Chien · 12 years ago
  13. aa8dde5 R600: Re-format Processors.td by Tom Stellard · 12 years ago
  14. f8029c7 R600: Register AMDGPUCFGStructurizer pass by Tom Stellard · 12 years ago
  15. 23df2a7 R600: Register R600EmitClauseMarkers pass by Tom Stellard · 12 years ago
  16. 61f8483 [arm] Implement ARM .arch directive. by Logan Chien · 12 years ago
  17. 7a4d29e SelectionDAG: Fix a typo. by Benjamin Kramer · 12 years ago
  18. ee06f15 ARM: constrain register-class in fast-isel by Tim Northover · 12 years ago
  19. 00a9489 Build fix for Android NDK which has neither futimes nor futimens by Alp Toker · 12 years ago
  20. 3bf51cf AVX-512: Removed "z" suffix from AVX-512 instructions, since it is incompatible with GCC. by Elena Demikhovsky · 12 years ago
  21. e54c106 [SystemZ] Optimize fcmp X, 0 in cases where X is also negated by Richard Sandiford · 12 years ago
  22. 3c14ba5 Extend (truncate (load)) folding by Richard Sandiford · 12 years ago
  23. 255ee7d Fix XFAIL rules. by Manuel Klimek · 12 years ago
  24. b8f6411 Make this test a bit stricter. by Rafael Espindola · 12 years ago
  25. 2e3f799 Add TargetRegisterInfo::reverseLocalAssignment hook. by Andrew Trick · 12 years ago
  26. d194a4a Distinguish and choose 16 or 32 bit forms of save/restore for Mips16. by Reed Kotler · 12 years ago
  27. ec5ebde [AArch64 NEON] Get instruction BSL matched to VSELECT. by Kevin Qin · 12 years ago
  28. 8514590 Move mips' datalayout computation out of line and add comments. by Rafael Espindola · 12 years ago
  29. a3b00b5 Move Sparc's getDataLayout out of line and add comments. by Rafael Espindola · 12 years ago
  30. 0d87d72 Prune redundant dependencies in LLVMBuild.txt. by NAKAMURA Takumi · 12 years ago
  31. 23daba0 Move PPC's getDataLayoutString out of line and document it better. by Rafael Espindola · 12 years ago
  32. 4d5bee4 Revert the backend fatal error from r196939 by Reid Kleckner · 12 years ago
  33. 9e9622d Refactor the computation of the x86 datalayout. by Rafael Espindola · 12 years ago
  34. 0e33b45 [asan] Fix the coverage.cc test broken by r196939 by Reid Kleckner · 12 years ago
  35. 17427fa Use llvm_unreachable instead of assert(0) by Matt Arsenault · 12 years ago
  36. b59d46e on darwin<10, fallback to .weak_definition (PPC,X86) by David Fang · 12 years ago
  37. b228250 [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64 by Chad Rosier · 12 years ago
  38. 2456ea5 [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point by Chad Rosier · 12 years ago
  39. c000d11 [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-point by Chad Rosier · 12 years ago
  40. d096a5c [AArch64] Overload NEON signed/unsigned integer convert to floating-point by Chad Rosier · 12 years ago
  41. bc54a09 R600/SI: Add i64 cmp tests by Matt Arsenault · 12 years ago
  42. c5019a3 Fix gcc warnings. by Matt Arsenault · 12 years ago
  43. 7c30637 Reland "Fix miscompile of MS inline assembly with stack realignment" by Reid Kleckner · 12 years ago
  44. 7af55ad Make Triple's isOSBinFormatXXX functions partition triple-space. by Tim Northover · 12 years ago
  45. 8b71466 Support: Update documentation for Program functions by Alp Toker · 12 years ago
  46. fafd264 [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics so by Chad Rosier · 12 years ago
  47. 72800f3 [AArch64] Refactor the Neon vector/scalar floating-point convert implementation. by Chad Rosier · 12 years ago
  48. 4b3fcc2 Ensure that the backend no longer emits unnecessary vector insert instructions by Andrea Di Biagio · 12 years ago
  49. bb0e2be Use Field Lists for the types' "Overview", "Syntax" and "Examples". by Rafael Espindola · 12 years ago
  50. a563c91 R600: Fix an infinite loop when trying to reorganize export/tex vector input by Vincent Lejeune · 12 years ago
  51. 8ff689b R600: Fix input modifiers lost for Cayman by Vincent Lejeune · 12 years ago
  52. 5265227 Next step in Mips16 prologue/epilogue cleanup. by Reed Kotler · 12 years ago
  53. 8a8581c AVX-512: changed intrinsics for mask operations by Elena Demikhovsky · 12 years ago
  54. 89458ce AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin form by Elena Demikhovsky · 12 years ago
  55. 9f84f21 Darwin: update default iOS version to 5.0 by Tim Northover · 12 years ago
  56. b72dc0e [CMake] Add MCDisassembler to tools/lto. (has been removed since r196908) by NAKAMURA Takumi · 12 years ago
  57. dafdc80 [mips][msa] Correct sld and sldi builtins. by Daniel Sanders · 12 years ago
  58. 3aabdeb [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
  59. 1f28688 Add JIT to LINK_COMPONENTS in MCJITTests/Makefile. by NAKAMURA Takumi · 12 years ago
  60. aedb288 Add TargetLowering::prepareVolatileOrAtomicLoad by Richard Sandiford · 12 years ago
  61. 086791e Add TargetLowering::prepareVolatileOrAtomicLoad by Richard Sandiford · 12 years ago
  62. 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
  63. cbb73d1 [AArch64 NEON] Replace fpimm with fpz32 for floating compare with zero. by Kevin Qin · 12 years ago
  64. 3171b8d [AArch64 NEON] Support poly128_t and implement relevant intrinsic. by Kevin Qin · 12 years ago
  65. 2b14080 GCOV.cpp: Use PRIu64 instead of %lu. by NAKAMURA Takumi · 12 years ago
  66. e1d55bb Add proper dependencies to LLVMBuild.txt in llvm/lib. by NAKAMURA Takumi · 12 years ago
  67. e0c0c4b Whitespaces. by NAKAMURA Takumi · 12 years ago
  68. cc8d39a Revert "Fix miscompile of MS inline assembly with stack realignment" by Reid Kleckner · 12 years ago
  69. ec4d326 Fix miscompile of MS inline assembly with stack realignment by Reid Kleckner · 12 years ago
  70. e15c107 Fix a crash that occurs when PWD is invalid. by Andrew Trick · 12 years ago
  71. 7a70a1b whitespace by Andrew Trick · 12 years ago
  72. 6806e11 Fix PR18162 - Incorrect assertion assumed that the SDValue resno is zero. by Nadav Rotem · 12 years ago
  73. d5cf7ab Update testcase for previous commit. by Eric Christopher · 12 years ago
  74. 30d5ef5 llvm-cov: Added -a option for block data. by Yuchen Wu · 12 years ago
  75. 06e6843 Disable emitting DW_AT_GNU_ranges_base until we actually use it. by Eric Christopher · 12 years ago
  76. b6c1f7e Add comments documenting the ARM datalayout string. by Rafael Espindola · 12 years ago
  77. 8c087da We never emit info into the macro info section, stop emitting an empty one. by Eric Christopher · 12 years ago
  78. 3dd4e46 80-col. by Eric Christopher · 12 years ago
  79. eaa38c1 Simplify further. by Rafael Espindola · 12 years ago
  80. 31eaed9 Transforms: Don't create bad branch weights when folding a switch by Justin Bogner · 12 years ago
  81. 4a644cc Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit for by Eric Christopher · 12 years ago
  82. 757fb90 Refactor the construction of the DataLayout string on ARM. by Rafael Espindola · 12 years ago
  83. 59e818d Rename Unit->DwarfUnit to match the file name and make it a bit less by Eric Christopher · 12 years ago
  84. e02fa05 [AArch64] Refactor the NEON scalar reduce pairwise intrinsics, so that they use by Chad Rosier · 12 years ago
  85. 97eda18 [AArch64] Refactor NEON scalar reduce pairwise front-end codegen to remove by Chad Rosier · 12 years ago
  86. 6c6344e [AArch64] Remove q and non-q intrinsic definitions in the NEON scalar reduce by Chad Rosier · 12 years ago
  87. 89d8470 get rid of superfluous comment by Reed Kotler · 12 years ago
  88. 9670b33 Delete some old code used for testing that is not needed anymore. by Reed Kotler · 12 years ago
  89. 5201d61 Don't add suffixes for stdcall/fastcall on 64 coff. by Rafael Espindola · 12 years ago
  90. 470041b Use a more direct check for finding out the file type. by Rafael Espindola · 12 years ago
  91. 6bd88a5 Don't set a variable to its default value. by Rafael Espindola · 12 years ago
  92. ddf4eb3 by Ana Pazos · 12 years ago
  93. c3b96ba DwarfDebug/Unit: Remove another case of label recreation by storing the gnu_ranges label in the unit. by David Blaikie · 12 years ago
  94. 1a80329 Improve the detection of the path by Sylvestre Ledru · 12 years ago
  95. 68138dc [mips][msa] Fix invalid generated code when lowering FrameIndex involving unaligned offsets. by Daniel Sanders · 12 years ago
  96. 897268d [mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd] by Daniel Sanders · 12 years ago
  97. 84744f6 Method parseSetAssignment treats every operand with '$' sign as register and the parsing is directed to set alias for register. This will result in errors reported when expressions containing label references are parsed(for example long jumps) by Vladimir Medic · 12 years ago
  98. 4062ed8 ADT: Implement MutableArrayRef::reverse_iterator by David Majnemer · 12 years ago
  99. 847b5d9 [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STACKALLOC with the stack BIAS on sparcV9. by Venkatraman Govindaraju · 12 years ago
  100. dc50e9a [Sparc]: Implement getSetCCResultType() in SparcTargetLowering so that umulo/smulo can be lowered on sparcv9 without an assertion error. by Venkatraman Govindaraju · 12 years ago