1. 4e23ebe Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C++ style casts. by Benjamin Kramer · 12 years ago
  2. 70fe6ec Add a missing assertion, the null register has no register units. by Jakob Stoklund Olesen · 12 years ago
  3. 4716cf4 try to unbreak ppc buildbots. by Benjamin Kramer · 12 years ago
  4. c851438 Teach sort_includes.py to drop duplicated includes. by Benjamin Kramer · 12 years ago
  5. 2556c6b X86: Match pmin/pmax as a target specific dag combine. This occurs during vectorization. by Benjamin Kramer · 12 years ago
  6. 38b0602 Remove duplicate includes. by Roman Divacky · 12 years ago
  7. 519b456 R600: Expand vec4 INT <-> FP conversions by Tom Stellard · 12 years ago
  8. 739c7a8 X86: Match the SSE/AVX min/max vector ops using a custom node instead of intrinsics by Benjamin Kramer · 12 years ago
  9. 6e591ea Test that a landingpad gets the name provided when it was created (see commit by Duncan Sands · 12 years ago
  10. 3333e66 [msan] Remove unreachable blocks before instrumenting a function. by Evgeniy Stepanov · 12 years ago
  11. 042a9a2 Add a missing "virtual" keyword. by Nadav Rotem · 12 years ago
  12. ebf395d Enable if-conversion. by Nadav Rotem · 12 years ago
  13. e0f1d71 Add ARM cortex-r5 subtarget. by Quentin Colombet · 12 years ago
  14. b66fc29 Don't skip __DWARF, by Rafael Espindola · 12 years ago
  15. cef81b3 Add a function to get the segment name of a section. by Rafael Espindola · 12 years ago
  16. ab37b2c Add targets to skip running the GC passes. by Evan Cheng · 12 years ago
  17. a16422f Every pass deserves a name, even codegenprep. by Evan Cheng · 12 years ago
  18. f5637c3 Improve the X86 cost model for loads and stores. by Nadav Rotem · 12 years ago
  19. c2a537b BB-Vectorizer: Check the cost of the store pointer type by Nadav Rotem · 12 years ago
  20. e30843d Add test case for r170674 by Reed Kotler · 12 years ago
  21. a40ba2b Call llvm_unreachable instead of assert. by Reed Kotler · 12 years ago
  22. c923121 docs: More robust image scaling fix. by Sean Silva · 12 years ago
  23. 2552c09 docs: Prevent image scaling. by Sean Silva · 12 years ago
  24. 55306bd Fix a bug in the code that checks if we can vectorize loops while using dynamic by Nadav Rotem · 12 years ago
  25. 71a9c21 Move these files over to the debug info directory. by Eric Christopher · 12 years ago
  26. 097982e docs: Try out nosidebar. by Sean Silva · 12 years ago
  27. 689858b docs: Cleanup trailing whitespace. by Sean Silva · 12 years ago
  28. 56706db Require the two-argument MI::addOperand(MF, MO) for dangling instructions. by Jakob Stoklund Olesen · 12 years ago
  29. be06aac Add an MF argument to MI::copyImplicitOps(). by Jakob Stoklund Olesen · 12 years ago
  30. 9500e5d Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. by Jakob Stoklund Olesen · 12 years ago
  31. b9efafe MachineInstrBuilderize ARM. by Jakob Stoklund Olesen · 12 years ago
  32. 28d53a2 MachineInstrBuilderize NVPTX. by Jakob Stoklund Olesen · 12 years ago
  33. bc87361 Fix an unitialized member variable that may have caused sporadic failures by Eli Bendersky · 12 years ago
  34. 5e81633 docs: actually indent these consistently by Sean Silva · 12 years ago
  35. 9baa6e4 docs: Indent consistently in code examples. by Sean Silva · 12 years ago
  36. 12ae515 docs: Improve navigation for Vectorizers.rst by Sean Silva · 12 years ago
  37. 1dd00fb docs: bring back link for reddit. by Sean Silva · 12 years ago
  38. 72c1655 Whitespace and 80-column cleanup. by Eric Christopher · 12 years ago
  39. 2e5d870 Start splitting out the debug string section handling by moving it by Eric Christopher · 12 years ago
  40. 55d8a35 docs: Make document name congruent with title. by Sean Silva · 12 years ago
  41. 27107f6 Some random comment, naming, and format changes. by Bill Wendling · 12 years ago
  42. 54c1902 Remove two dead functions. by Jakob Stoklund Olesen · 12 years ago
  43. 103b4a5 Revert "Adding support for llvm.arm.neon.vaddl[su].* and" by Bob Wilson · 12 years ago
  44. 8386acd LoopVectorize: Fix a bug in the scalarization of instructions. by Nadav Rotem · 12 years ago
  45. 139e407 On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr, by Evan Cheng · 12 years ago
  46. 15019a8 Change Lit error redirection to FileCheck to a more common syntax since it by Eli Bendersky · 12 years ago
  47. b17201f Add a largish auto-generated test for the aligned bundling feature, along with by Eli Bendersky · 12 years ago
  48. 16996c4 Tests for the aligned bundling support added in r170718 by Eli Bendersky · 12 years ago
  49. 4766ef4 Aligned bundling support. Following the discussion here: by Eli Bendersky · 12 years ago
  50. 5d3cfa6 Use MachineInstrBuilder for PHI nodes in SelectionDAGISel. by Jakob Stoklund Olesen · 12 years ago
  51. 0eaf5a5 Fix inadvertant delete of 'has'. by Jim Grosbach · 12 years ago
  52. 7f6ece8 Use MachineInstrBuilder in InstrEmitter. by Jakob Stoklund Olesen · 12 years ago
  53. 7b79b98 Use MachineInstrBuilder in a few CodeGen passes. by Jakob Stoklund Olesen · 12 years ago
  54. ffc7d3b Simplify the testcase a bit. by Rafael Espindola · 12 years ago
  55. d5d46ac Loop Vectorizer: turn-off if-conversion. by Nadav Rotem · 12 years ago
  56. 67ae135 Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. by James Molloy · 12 years ago
  57. 6af228a Remove MCTargetAsmLexer and its derived classes now that edis, by Roman Divacky · 12 years ago
  58. 332bd79 Adding support for llvm.arm.neon.vaddl[su].* and by Renato Golin · 12 years ago
  59. da5cd6a llvmbuild/main.py: Let LibraryDependencies.inc deterministic. by NAKAMURA Takumi · 12 years ago
  60. 00f8102 Formatting fixes. Remove some unnecessary 'else' after 'return'. No functional change. by Craig Topper · 12 years ago
  61. 41a05dc Removing trailing whitespace by Craig Topper · 12 years ago
  62. 27210d2 Implement cfi_def_cfa_offset. "Make check" test case for this comming in the by Reed Kotler · 12 years ago
  63. 0fd83132 There is one more patch to finish large frames. Make sure we assert by Reed Kotler · 12 years ago
  64. 82a36e2 Add constant extender support to GP-relative load/store instructions. by Jyotsna Verma · 12 years ago
  65. 39498d1 Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps. by Jyotsna Verma · 12 years ago
  66. bacbf1c set register class properly for mips16 here by Reed Kotler · 12 years ago
  67. 399532b Undefine PPC harder. by Rafael Espindola · 12 years ago
  68. c28ee96 This assert is overly restrictive and does not work for mips16. by Reed Kotler · 12 years ago
  69. 1f23239 Turn on register scavenger for Mips 16 by Reed Kotler · 12 years ago
  70. 9bf571f [mips] Refactor SLT (set on less than) instructions. Separate encoding by Akira Hatanaka · 12 years ago
  71. c230615 [mips] Refactor unconditional branch instruction. Separate encoding information by Akira Hatanaka · 12 years ago
  72. 1e7739f [mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass by Akira Hatanaka · 12 years ago
  73. 77e85f3 [mips] Delete definition of CPRESTORE instruction. by Akira Hatanaka · 12 years ago
  74. 5c54025 [mips] Refactor conditional branch instructions with one register operand. by Akira Hatanaka · 12 years ago
  75. 488fdce Don't use isa<CallInst>(this) in the constructor for CallInst's base class. by Richard Smith · 12 years ago
  76. c488901 [mips] Refactor conditional branch instructions with two register operands. by Akira Hatanaka · 12 years ago
  77. cef95f7 fix most of remaining issues with large frames. by Reed Kotler · 12 years ago
  78. 68fe665 [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy by Akira Hatanaka · 12 years ago
  79. ba836a2 Fix use-before-construction of X86TargetLowering. by Richard Smith · 12 years ago
  80. fe4ef2c Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined by Richard Smith · 12 years ago
  81. e8ce626 Don't leave IsUnsigned uninitialized in a default-constructed APSInt. Copying by Richard Smith · 12 years ago
  82. 2427773 [mips] Change the order of template parameters. Move the default parameters to by Akira Hatanaka · 12 years ago
  83. cdc0c59 [mips] Refactor shift instructions with register operands. Separate encoding by Akira Hatanaka · 12 years ago
  84. 0dad34a [mips] Refactor shift immediate instructions. Separate encoding information by Akira Hatanaka · 12 years ago
  85. ab48c50 [mips] Refactor arithmetic and logic instructions with immediate operands. by Akira Hatanaka · 12 years ago
  86. 23a3da0 [mips] Refactor arithmetic and logic instructions. Separate encoding by Akira Hatanaka · 12 years ago
  87. 7d31849 docs: Show TOC for GettingStarted.rst. by Sean Silva · 12 years ago
  88. c9e30ea [mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and by Akira Hatanaka · 12 years ago
  89. 6241703 docs: Clean up adornments. by Sean Silva · 12 years ago
  90. 68d5b27 docs: ASCII-fy by Sean Silva · 12 years ago
  91. d3071bb Loop Vectorizer: Enable if-conversion. by Nadav Rotem · 12 years ago
  92. f667072 s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Attributes. by Bill Wendling · 12 years ago
  93. 99d8e76 Do not introduce vector operations in functions marked with noimplicitfloat. by Bob Wilson · 12 years ago
  94. 4636776 Clean up some DOxygen comments. by Jim Grosbach · 12 years ago
  95. 39758cd Clean up some DOxygen comments. by Jim Grosbach · 12 years ago
  96. 8efd0f0 Fix an uninitialized member variable, found by -fsanitize=bool. by Richard Smith · 12 years ago
  97. a6603b3 whitespace by Nadav Rotem · 12 years ago
  98. f9962d9 doc: resize the image. by Nadav Rotem · 12 years ago
  99. 6b207d3 Target/R600: Update MIB according to r170588. by NAKAMURA Takumi · 12 years ago
  100. 6d1fc53 Doc: update the chart. by Nadav Rotem · 12 years ago