1. 9a81e28 Have ARMSelectionDAGInfo take a DataLayout as it's argument as the by Eric Christopher · 11 years ago
  2. 4eddf94 [FastISel][X86] Add MachineMemOperand to load/store instructions. by Juergen Ributzka · 11 years ago
  3. cccc317 Move the PPCSelectionDAGInfo off the TargetMachine and onto the subtarget. by Eric Christopher · 11 years ago
  4. 8c5dc52 Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachine by Eric Christopher · 11 years ago
  5. a715914 Move PPCTargetLowering off of the TargetMachine and onto the subtarget. by Eric Christopher · 11 years ago
  6. cb7dc25 Remove an extraneous this-> to access the subtarget. by Eric Christopher · 11 years ago
  7. f6b9efa Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency. by Eric Christopher · 11 years ago
  8. 796f114 Fix the scheduler's MaxObservedStall computation. by Andrew Trick · 11 years ago
  9. 4ecff11 Move PPCJITInfo off of the TargetMachine and onto the subtarget. by Eric Christopher · 11 years ago
  10. ad80737 Remove the use of TargetMachine from PPCJITInfo and replace with by Eric Christopher · 11 years ago
  11. 01d3cb8 Fix the build of KillTheDoctor. by Rafael Espindola · 11 years ago
  12. f8f75df [modules] The LLVM C API does not require C++! by Richard Smith · 11 years ago
  13. e3466d3 Move PPCInstrInfo off of the target machine and onto the subtarget. by Eric Christopher · 11 years ago
  14. 647ab7f Try to fix the windows build. by Rafael Espindola · 11 years ago
  15. f7ab98c Remove TargetMachine from PPCInstrInfo and all dependencies and by Eric Christopher · 11 years ago
  16. 5c792fa Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  17. 7418e1f Move test for r210734 to Feature/aliases.ll. by Bob Wilson · 11 years ago
  18. 231097b Delete trailing whitespace. by Matt Arsenault · 11 years ago
  19. cc738f8 Update test case to use "not" instead of "XFAIL". by Juergen Ributzka · 11 years ago
  20. 3fdfffb GVN: Enable value forwarding for calloc by Duncan P. N. Exon Smith · 11 years ago
  21. 00c3986 R600: Mostly remove remaining AMDIL intrinsics. by Matt Arsenault · 11 years ago
  22. 159a755 Move DataLayout from the PPCTargetMachine to the subtarget. by Eric Christopher · 11 years ago
  23. 054a744 Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use by Eric Christopher · 11 years ago
  24. 4cea002 LangRef: clarify that global declarations can have section and alignment info. by Bob Wilson · 11 years ago
  25. c7147a3 [FastISel][X86] Argument lowering test case by Juergen Ributzka · 11 years ago
  26. 3f2b28d [FastIsel][X86] Add support for lowering the first 8 floating-point arguments. by Juergen Ributzka · 11 years ago
  27. 3455c40 CodeGen: enable mov.w/mov.t pairs with minsize for WoA by Saleem Abdulrasool · 11 years ago
  28. a15b05e Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point arguments." by Juergen Ributzka · 11 years ago
  29. 4dfa681 [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit DIEs. by Alexey Samsonov · 11 years ago
  30. 7c3436d Add missing "InitializerConstant" to global variable syntax in LangRef. by Bob Wilson · 11 years ago
  31. 2627806 Revert r210721 as it causes breakage in internal builds (and possibly GDB). by Eli Bendersky · 11 years ago
  32. a984b30 X86: stifle GCC warning by Saleem Abdulrasool · 11 years ago
  33. daf73d6 Trying to fix the windows build. by Rafael Espindola · 11 years ago
  34. d5132f9 Remove system_error.h. by Rafael Espindola · 11 years ago
  35. f58ab6b adding re-include guards into lib/Support/reg*.h by Artyom Skrobov · 11 years ago
  36. 070d532 Remove pimpl class from PassRegistry. by Zachary Turner · 11 years ago
  37. 82a51de Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors" by Tom Stellard · 11 years ago
  38. 5eba90a Disable the load/store optimization pass for Thumb-1. by James Molloy · 11 years ago
  39. 1f4c755 [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  40. 159b95c [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  41. 28002c2 [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  42. 15aa07b Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
  43. 7edfaf7 This removes TODO added in http://reviews.llvm.org/D3658 by Dinesh Dwivedi · 11 years ago
  44. 7554a4a [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  45. c673d0b [mips][mips64r6] 80 col corrections that should have been in r210777. by Daniel Sanders · 11 years ago
  46. 8007133 [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  47. 7a2514f [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  48. 10ce787 [mips][mips64r6] Add R_MIPS_PC19_S2 by Zoran Jovanovic · 11 years ago
  49. 9ac3cc8 Don't import make_error_code into the llvm namespace. by Rafael Espindola · 11 years ago
  50. 14e97c4 [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64 by Daniel Sanders · 11 years ago
  51. 24ba4fa [mips][mips64r6] Add bgec and bgeuc instructions by Zoran Jovanovic · 11 years ago
  52. 371446a [X86] Teach how to dump the name of target node RDTSCP_DAG. by Andrea Di Biagio · 11 years ago
  53. 79d08ab CMake: don't install the internal config.h header by Alp Toker · 11 years ago
  54. a61aa38 [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  55. d94bc70 [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  56. bf4e625 [X86] Teach how to combine AVX and AVX2 horizontal binop on packed 256-bit vectors. by Andrea Di Biagio · 11 years ago
  57. 38b2a0b [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, ddiv, divu, ddivu for MIPS32r6/MIPS64. by Daniel Sanders · 11 years ago
  58. e0bf9d2 [mips] Move CHECK lines to the same line as the instruction it's testing by Matheus Almeida · 11 years ago
  59. 0b87955 R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec* by Matt Arsenault · 11 years ago
  60. 3299dee Avoid in-class initializer from r210747 by Alp Toker · 11 years ago
  61. 5303292 Avoid anonymous namespace in header from r210747 by Alp Toker · 11 years ago
  62. 09d875f Avoid redundant allocations in the linker optimisation hint by Alp Toker · 11 years ago
  63. 729fc8f [FastISel][x86] Add testcase for r210719. by Juergen Ributzka · 11 years ago
  64. f66c14f [x86] Improve frameaddress test from r210709. by Juergen Ributzka · 11 years ago
  65. 2c9a12f [FastISel] Add support for the stackmap intrinsic. by Juergen Ributzka · 11 years ago
  66. 7411b43 Prefix generic_category with std::. by Rafael Espindola · 11 years ago
  67. 81f207b Don't put generic_category in the llvm namespace. by Rafael Espindola · 11 years ago
  68. 2347556 Fix verifier for GlobalAliases to avoid recursing into global initializers. by Bob Wilson · 11 years ago
  69. 9ee3431 Don't import error_category into the llvm namespace. by Rafael Espindola · 11 years ago
  70. 173d7ff Don't import error_condition into the llvm namespace. by Rafael Espindola · 11 years ago
  71. 5ac7ab3 Used mapWindowsError. I missed these in the initial transition. by Rafael Espindola · 11 years ago
  72. e964d1d Remove some low hanging fruit from system_error.h by Rafael Espindola · 11 years ago
  73. 9387d05 Try to fix the mingw build. by Rafael Espindola · 11 years ago
  74. a4dc93e Do not register and de-register PassRegistrationListeners during by Zachary Turner · 11 years ago
  75. 87fcb53 Teach LoopUnrollPass to respect loop unrolling hints in metadata. by Eli Bendersky · 11 years ago
  76. 0250340 [FastISel][X86] Add support for the sqrt intrinsic. by Juergen Ributzka · 11 years ago
  77. 54f1326 [FastIsel][X86] Add support for lowering the first 8 floating-point arguments. by Juergen Ributzka · 11 years ago
  78. a876305 Don't acquire the mutex during the destructor of PassRegistry. by Zachary Turner · 11 years ago
  79. 07aac43 Implement get_magic with generic tools and inline it. by Rafael Espindola · 11 years ago
  80. c6d63a3 Remove unused has_magic. by Rafael Espindola · 11 years ago
  81. a2d36a2 [FastISel][X86] Add support for the frameaddress intrinsic. by Juergen Ributzka · 11 years ago
  82. 2e4cd27 [AArch64] Basic Sched Model for Cortex-A57. by Chad Rosier · 11 years ago
  83. beef5c5 R600: Set correct InstrItinClass for instructions using *Helper classes by Tom Stellard · 11 years ago
  84. 7ae77a1 R600: BCNT_INT is a vector only instruction by Tom Stellard · 11 years ago
  85. a542ff2 ARM: honor hex immediate formatting for ldr/str i12 offsets. by Jim Grosbach · 11 years ago
  86. 7ca0567 llvm-mc: Add option for prefering hex format disassembly. by Jim Grosbach · 11 years ago
  87. 7fa80b4 R600/SI: Fix bitcast between v2i32 and f64 by Matt Arsenault · 11 years ago
  88. 7acd886 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  89. 9ce94d7 [Reassociate] FileCheckize and cleanup a few testcases. No functional change by Chad Rosier · 11 years ago
  90. add80b4 Fix assert comments in Instruction.cpp. by Chad Rosier · 11 years ago
  91. 4600175 R600/SI: Update place using old subtarget predicate by Matt Arsenault · 11 years ago
  92. c9dbd0d R600/SI: Add common 64-bit LDS atomics by Matt Arsenault · 11 years ago
  93. 481a071 R600/SI: Add instruction definitions for 64-bit LDS atomics by Matt Arsenault · 11 years ago
  94. 6b19a3a R600/SI: Add 32-bit LDS atomic cmpxchg by Matt Arsenault · 11 years ago
  95. a396a70 R600/SI: Use LDS atomic inc / dec by Matt Arsenault · 11 years ago
  96. 2da1a85 R600/SI: Add other LDS atomic operations by Matt Arsenault · 11 years ago
  97. 507d8ca R600/SI: Add instruction definitions for more LDS ops by Matt Arsenault · 11 years ago
  98. 4a19dd4 R600/SI: Fix backwards names for local atomic instructions. by Matt Arsenault · 11 years ago
  99. b97095b R600/SI: Refactor local atomics. by Matt Arsenault · 11 years ago
  100. 8a9df8f R600/SI: Use v_cvt_f32_ubyte* instructions by Matt Arsenault · 11 years ago