1. fe30a9b Use the methods and classes that were added to simplify LowerCall and by Akira Hatanaka · 13 years ago
  2. f084847 Add method MipsTargetLowering::writeVarArgRegs which copies argument registers by Akira Hatanaka · 13 years ago
  3. db40ede Add method MipsTargetLowering::passByValArg. by Akira Hatanaka · 13 years ago
  4. eb98ae4 Add method MipsTargetLowering::copyByValRegs. by Akira Hatanaka · 13 years ago
  5. 7887c90 Add class MipsCC which provides methods used to analyze formal and call by Akira Hatanaka · 13 years ago
  6. 3649255 Delete MipsFunctionInfo::InArgFIRange. by Akira Hatanaka · 13 years ago
  7. a5a3a61 by Nadav Rotem · 13 years ago
  8. 17f42e0 Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers." by Jakob Stoklund Olesen · 13 years ago
  9. 61fac68 Avoid an unused-variable warning when asserts are disabled. by Kaelyn Uhrain · 13 years ago
  10. 96e6da4 Reduce indentation with early exit. by Jakob Stoklund Olesen · 13 years ago
  11. 0de4fd2 Also make the current basic block a class member. by Jakob Stoklund Olesen · 13 years ago
  12. 2542415 implement mips16 tls global addr by Reed Kotler · 13 years ago
  13. f29c05e MCRegisterClass should be returned by const ref, not by value. by Lang Hames · 13 years ago
  14. 715672c Suggest llvm_unreachable over assert(0). by Jordan Rose · 13 years ago
  15. 002ef57 Make the Processed set a class member. by Jakob Stoklund Olesen · 13 years ago
  16. ddb53ef [ms-inline asm] Add a comment. by Chad Rosier · 13 years ago
  17. be5ec8c 80 col. by Jakob Stoklund Olesen · 13 years ago
  18. b1f994a Remove ARMBaseRegisterInfo::isReservedReg(). by Jakob Stoklund Olesen · 13 years ago
  19. cd275f5 Add GPRPair Register class to ARM. by Jakob Stoklund Olesen · 13 years ago
  20. 6db8936 Fix whitespace and function names to be coding standardy. by Jakob Stoklund Olesen · 13 years ago
  21. f4a5a61 Remove the canCombineSubRegIndices() target hook. by Jakob Stoklund Olesen · 13 years ago
  22. b8b3f60 Remove LoopDependenceAnalysis. by Benjamin Kramer · 13 years ago
  23. 480b1b2 Remove the unneeded initializers. by Bill Wendling · 13 years ago
  24. b61054f Stop APInt::shl from generating llvm.trap by Derek Schuff · 13 years ago
  25. ecc69a1 Move target-specific BBVectorize tests into a separate directory. by Hal Finkel · 13 years ago
  26. f563801 Move the target-specific tests, which require specific backends, to dirs that only run if the target is present. by Nadav Rotem · 13 years ago
  27. e5551ed Change the internalize pass to internalize all symbols when given an empty by Rafael Espindola · 13 years ago
  28. 276c43f Lowercase the argument for TargetTransformInfo so it's consistent with all other passes. by Benjamin Kramer · 13 years ago
  29. 7ab21c7 [ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives. by Chad Rosier · 13 years ago
  30. efcb3d9 [ms-inline asm] Add support for the TYPE operator. Part of rdar://12576868 by Chad Rosier · 13 years ago
  31. 8999f47 LoopSimplify: Preserve DependenceAnalysis. by Benjamin Kramer · 13 years ago
  32. b2b2273 Fix SCEV cache invalidation in LCSSA and LoopSimplify. by Benjamin Kramer · 13 years ago
  33. ff18310 Add a basic verifier for SCEV's backedge taken counts. by Benjamin Kramer · 13 years ago
  34. 12145f0 Fix a crash in SimpliftDemandedBits of vectors of pointers. by Nadav Rotem · 13 years ago
  35. af80822 Make sure I is not the end iterator when isInsideBundle is called. by Akira Hatanaka · 13 years ago
  36. eac3b65 by Reed Kotler · 13 years ago
  37. 6e43157 [ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetof by Chad Rosier · 13 years ago
  38. e5372d6 Better handling of OpcodeToISD using enum/switch. by Renato Golin · 13 years ago
  39. 475832c Don't explicitly require RTTI and EH. by Joerg Sonnenberger · 13 years ago
  40. edf5e9a PowerPC: Fix for rldcl/rldicl/rldicr MC emission by Adhemerval Zanella · 13 years ago
  41. 6f20194 Minor enhancement to build process notes for ARM platforms. by David Tweed · 13 years ago
  42. 975bc07 Adjust llvm-ar and llvm-ranlib to not depend on exception handling. by Joerg Sonnenberger · 13 years ago
  43. 0bd10f2 Remove GC roots that reference dead objects. by Nicolas Geoffray · 13 years ago
  44. 8b1b413 Fix CPP backend for method attributes by creating a block where a new AttrBuilder is defined for each attribute. by Nicolas Geoffray · 13 years ago
  45. f098be4 Alphabetize the enum list. by Bill Wendling · 13 years ago
  46. a81be80 Implement carry for subtract/add for mips16 by Reed Kotler · 13 years ago
  47. 4734fe1 Hoist out some work done inside a loop doing a linear scan over all by Nick Lewycky · 13 years ago
  48. dc330f7 Use VTTI->getNumberOfParts in BBVectorize. by Hal Finkel · 13 years ago
  49. 102a7c0 Add VectorTargetTransform::getNumberOfParts. by Hal Finkel · 13 years ago
  50. 6b0db5f Fix typo in comment. by Nick Lewycky · 13 years ago
  51. 28a6214 implement large (>16 bit) constant loading. by Reed Kotler · 13 years ago
  52. d2930d3 Fix unexpected passes. These test do work with LTO on linux. I tested both by Rafael Espindola · 13 years ago
  53. 30675b1 fix test setgek.ll so that it will not give false "make check" by Reed Kotler · 13 years ago
  54. fffb724 libLTO has a bug in that it will keep every symbol if none is needed. We used by Rafael Espindola · 13 years ago
  55. cadc38a Port testcase to FileCheck. by Rafael Espindola · 13 years ago
  56. 822ab00 Disable generation of pointer vectors by BBVectorize. by Hal Finkel · 13 years ago
  57. 0636291 Revert 166726 because it may have broken a number of SPEC tests. PR14183. by Nadav Rotem · 13 years ago
  58. 82149a9 BBVectorize, when using VTTI, should not form types that will be split. by Hal Finkel · 13 years ago
  59. 12413ae Fix anonymous namespace issue introduced by r166714: by Kaelyn Uhrain · 13 years ago
  60. 4f3c676 Fix a crash in ValueTracking. Add support for vectors of pointers. by Nadav Rotem · 13 years ago
  61. ec13022 [ms-inline asm] Perform field lookups with the dot operator. by Chad Rosier · 13 years ago
  62. b6cbb62 Fix the cost-model test. by Nadav Rotem · 13 years ago
  63. 4c5a6da implement mips16 patterns for select nodes by Reed Kotler · 13 years ago
  64. 32ff623 Add CPU model to BBVectorize cost-model tests. by Hal Finkel · 13 years ago
  65. 50a6102 Don't return false when the function's return type is a pointer. by Kaelyn Uhrain · 13 years ago
  66. 402a4d6 Add the cpu model to the test. by Nadav Rotem · 13 years ago
  67. 6530966 Begin incorporating target information into BBVectorize. by Hal Finkel · 13 years ago
  68. 3ef9dfa LoopVectorize: Teach the cost model to query scalar costs as scalar types and not vectors of 1. by Nadav Rotem · 13 years ago
  69. 6a020a7 [ms-inline asm] Add support for creating AsmRewrites in the target specific by Chad Rosier · 13 years ago
  70. 61131ab Remove exception handling usage from tblgen. by Joerg Sonnenberger · 13 years ago
  71. e5a7a68 Also optimize large switch statements. by Jakob Stoklund Olesen · 13 years ago
  72. ed2507a Add 'const' qualifier on member functions not changing its fields. by Michael Liao · 13 years ago
  73. 1e19e46 Minor cleanups. by Nadav Rotem · 13 years ago
  74. a85ee55 Update the release notes to note the change from TargetData to DataLayout. by Micah Villmow · 13 years ago
  75. 8d7cd1d Add test for ATOM ISA SSSE3 by Michael Liao · 13 years ago
  76. 5e6b37f [ms-inline asm] Add error handling to the ParseIntelDotOperator() function. by Chad Rosier · 13 years ago
  77. a8a0a15 Remove unused member & unnecessary semicolon. by David Blaikie · 13 years ago
  78. 0eafc7f In preparation for removing exception handling in tablegen, add by Joerg Sonnenberger · 13 years ago
  79. 8e4e007 DependenceAnalysis: Push #includes down into the implementation. by Benjamin Kramer · 13 years ago
  80. 0b031cb llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685. by NAKAMURA Takumi · 13 years ago
  81. becdf4d add TableGen support to create relationship maps between instructions by Sebastian Pop · 13 years ago
  82. 18560fa This patch fixes the MC object emission of 'nop' for external function calls by Adhemerval Zanella · 13 years ago
  83. 37900c5 This patch addresses a PPC64 ELF issue with passing parameters consisting of by Bill Schmidt · 13 years ago
  84. 6e8946c PowerPC: Initial support for PowerPC64 MCJIT by Adhemerval Zanella · 13 years ago
  85. aa71428 Initial TOC support for PowerPC64 object creation by Adhemerval Zanella · 13 years ago
  86. c0cd722 The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I added -mcpu flag, may be it will fix the problem by Elena Demikhovsky · 13 years ago
  87. 32c5eca Atom has SIMD instruction set extension up to SSSE3 by Michael Liao · 13 years ago
  88. aa3c2c0 Clean up where SlotSize should be used instead of pointer size. by Michael Liao · 13 years ago
  89. a2b8816 Teach SROA how to split whole-alloca integer loads and stores into by Chandler Carruth · 13 years ago
  90. 8dbac7b Add support for additional reduction variables: AND, OR, XOR. by Nadav Rotem · 13 years ago
  91. 3c5e22d Stop running the machine code verifier unconditionally. by Jakob Stoklund Olesen · 13 years ago
  92. c58b799 revert accidental change by Nadav Rotem · 13 years ago
  93. 2652c50 Implement a basic cost model for vector and scalar instructions. by Nadav Rotem · 13 years ago
  94. d95666c Tell llvm-mc we're using intel syntax, so we don't have to use directives. by Chad Rosier · 13 years ago
  95. 6e86da5 Add a bit of documentation on the annotated disassembly output. by Kevin Enderby · 13 years ago
  96. b3009ee [ms-inline asm] Add back-end test case for r166632. Make sure we emit the by Chad Rosier · 13 years ago
  97. 4e33d94 Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703 by Bob Wilson · 13 years ago
  98. bf94e41 Fix a compiler warning with an unused variable. by Micah Villmow · 13 years ago
  99. 22f441a [ms-inline asm] Add support for parsing the '.' operator. Given, by Chad Rosier · 13 years ago
  100. 4284e17 Tidy up. No functional change intended. by Chad Rosier · 13 years ago