1. 02c6325 Provide a place for targets to insert ILP optimization passes. by Jakob Stoklund Olesen · 13 years ago
  2. c147b67 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 13 years ago
  3. e06bfe8 [IR] Reserve/define the purpose for the "Linker Options" metadata flags. by Daniel Dunbar · 13 years ago
  4. b0ec16b Update the description of the llvm.fmuladd.* intrinsics to avoid use of the by Lang Hames · 13 years ago
  5. c3c8d2a Documentation: fix a typo 'IEE754' by Dmitri Gribenko · 13 years ago
  6. 69877d6 Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds. by Aaron Ballman · 13 years ago
  7. 5db391c [IR] Add 'Append' and 'AppendUnique' module flag behaviors. by Daniel Dunbar · 13 years ago
  8. d3c965d Change CostTable model to be global to all targets by Renato Golin · 13 years ago
  9. ac47c1b Added test for r172599 which fixes bugzilla://14584,rdar://11744105. by Michael Gottesman · 13 years ago
  10. c8b909a [Support] Include the intrisics header and check for definition properly. by Michael J. Spencer · 13 years ago
  11. 4f3b323 Make this test X86 only. by Eric Christopher · 13 years ago
  12. 65605d8 Move this to X86. by Eric Christopher · 13 years ago
  13. 2c2bcbd Add testcase missed yesterday from Paul Robinson. by Eric Christopher · 13 years ago
  14. 2dcc273 [Support] Add MSVC intrinsic for CountPopulation. by Michael J. Spencer · 13 years ago
  15. 235c022 [Support] Update MSVC compiler support in Compiler.h. by Michael J. Spencer · 13 years ago
  16. be2afb6 Remove unneeded include and empty line by Eli Bendersky · 13 years ago
  17. ed5df01 Some small (and mostly cosmetic) fixes. by Eli Bendersky · 13 years ago
  18. 665c34b Clean up some unnecessary headers and forward declarations by Eli Bendersky · 13 years ago
  19. f9f40bd Now that GenericAsmParser was folded into AsmParser, some methods and types can by Eli Bendersky · 13 years ago
  20. 1e08165 [Linker] Change module flag linking to be more extensible. by Daniel Dunbar · 13 years ago
  21. 75c9b93 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 13 years ago
  22. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 13 years ago
  23. 6a3cbc3 Replace virtual hasFixups with explicit fragment type checks by Eli Bendersky · 13 years ago
  24. 655578f Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 13 years ago
  25. 4802b9d A test for r172535. by Evgeniy Stepanov · 13 years ago
  26. 9c79d01 Remove unused leftover header (it moved to llvm/IR). by Benjamin Kramer · 13 years ago
  27. c759dd5 Move test that depends on the x86 target into a target-specific directory. by Benjamin Kramer · 13 years ago
  28. 19cd7e9 ASan: wrap mapping scale and offset in a struct and make it a member of ASan passes. Add test for non-default mapping scale and offset. No functionality change by Alexey Samsonov · 13 years ago
  29. 2ce6eeb Remove triple from this test, it makes it fail when X86 TTI is missing. by Benjamin Kramer · 13 years ago
  30. 09c84f1 [ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-exception is enabled due to it's affect on correctness. by Michael Gottesman · 13 years ago
  31. 457ee1a reverting 172579 by Jack Carter · 13 years ago
  32. 6b6061f Define metadata interfaces for describing a static data member by Eric Christopher · 13 years ago
  33. 171192f Use the ExtensionDirectiveHandler type in other places where it makes sense. by Eli Bendersky · 13 years ago
  34. 68b8d4f Use --enable-werror by David Greene · 13 years ago
  35. 6623730 Improve r172577 by using the correct type when declaring constants by Dmitri Gribenko · 13 years ago
  36. 490c7d9 Akira, by Jack Carter · 13 years ago
  37. 72f7bfb Split address information for DWARF5 split dwarf proposal. This involves by Eric Christopher · 13 years ago
  38. af50dda Avoid Enum Compare Warnings by David Greene · 13 years ago
  39. 83d5853 Teach InstCombine to optimize extract of a value from a vector add operation with a constant zero. by Nadav Rotem · 13 years ago
  40. 9ccb769 Optimize the memory usage of MC bundling, by creating a new type of fragment by Eli Bendersky · 13 years ago
  41. 1c99a7f [ms-inline asm] Address the FIXME in AsmParser.cpp. by Chad Rosier · 13 years ago
  42. 6ee1308 Refactor generic Asm directive parsing. by Eli Bendersky · 13 years ago
  43. 34461e5 [Object][ELF] Fix -Wenum-compare. by Michael J. Spencer · 13 years ago
  44. a144421 1. Hoist minus sign as high as possible in an attempt to reveal by Shuxin Yang · 13 years ago
  45. 3d69041a [Linker] Drop asserts that are embedded in cast<> and now checked by the verifier. by Daniel Dunbar · 13 years ago
  46. 12bfff4 [IR] Add verification for module flags with the "require" behavior. by Daniel Dunbar · 13 years ago
  47. 6a459e6 LoopVectorizer cost model. Honor the user command line flag that selects the vectorization factor even if the target machine does not have any vector registers. by Nadav Rotem · 13 years ago
  48. 0b198ca Disable Uninitialized Use Warnings for Broken gcc Versions by David Greene · 13 years ago
  49. 111877d [msan] Temporarily remove ICmpEQ tests. by Evgeniy Stepanov · 13 years ago
  50. 967a946 [msan] Fix handling of equality comparison of pointer vectors. by Evgeniy Stepanov · 13 years ago
  51. 344d3fb Allow vectors in CreatePointerCast. by Evgeniy Stepanov · 13 years ago
  52. e1c4990 Fix operand type conditions in one of ICmpInst constructors. by Evgeniy Stepanov · 13 years ago
  53. 08bcd5b Pattern-matched variables in post-inc-icmpzero.ll by Renato Golin · 13 years ago
  54. 6533e78 Update CODE_OWNERS.TXT. by Michael J. Spencer · 13 years ago
  55. ac97f5c [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 13 years ago
  56. b5f8cd5 [Support] Add LLVM_CONSTEXPR. by Michael J. Spencer · 13 years ago
  57. 47f3934 [ADT/StringMap] Follow-up to r172455, use the correct constructor for setting the InitialSize, by Argyrios Kyrtzidis · 13 years ago
  58. 1c1ff3b LTO: Also init TTI for codegen passes. by Nadav Rotem · 13 years ago
  59. 8dd938e [IR] Add verifier support for llvm.module.flags. by Daniel Dunbar · 13 years ago
  60. 096d617 This patch fixes a Mips specific bug where by Jack Carter · 13 years ago
  61. bbe64fb Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser can by Eli Bendersky · 13 years ago
  62. c0c67b0 Properly encapsulate additional methods and data from AsmParser. by Eli Bendersky · 13 years ago
  63. e673b54 Remove trailing spaces. by Jakub Staszak · 13 years ago
  64. 7d72cf8 This change is to implement following rules under the condition C_A and/or C_R by Shuxin Yang · 13 years ago
  65. dd2e895 [ms-inline asm] Extend support for parsing Intel bracketed memory operands that by Chad Rosier · 13 years ago
  66. 510db8b Improve r172468: const_cast is not needed here by Dmitri Gribenko · 13 years ago
  67. 953cbfc Improve r172471: avoid all those extra casts on the lines nearby by Dmitri Gribenko · 13 years ago
  68. 89e88e3 This patch addresses an incorrect transformation in the DAG combiner. by Bill Schmidt · 13 years ago
  69. 19d5433 Follow up of commit r172472. by Quentin Colombet · 13 years ago
  70. 31659fa Improve r172464: const_cast is not needed if the variable is not const by Dmitri Gribenko · 13 years ago
  71. 398db93 Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively cortex-m0, cortex-m3, and cortex-m4 on the backend side. by Quentin Colombet · 13 years ago
  72. b398cae Fix Casting by David Greene · 13 years ago
  73. c2680be Fix Casting by David Greene · 13 years ago
  74. fe1215e Fix More Casts by David Greene · 13 years ago
  75. ef44c35 Fix Another Cast by David Greene · 13 years ago
  76. 4ee576f Fix Casting Bug by David Greene · 13 years ago
  77. 5a80eef Fix More Casts by David Greene · 13 years ago
  78. 914d4a7 Fix Casting by David Greene · 13 years ago
  79. c8be88a Fix Casts by David Greene · 13 years ago
  80. 1ba5769 SCEVExpander fix. RAUW needs to update the InsertedExpressions cache. by Andrew Trick · 13 years ago
  81. eb3ac45 Fix typo in comment. by Nick Lewycky · 13 years ago
  82. 3735573 [ADT/StringMap] Add a constructor in StringMap that accepts both an by Argyrios Kyrtzidis · 13 years ago
  83. 289148a Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0. by Joe Groff · 13 years ago
  84. a662a98 Add DenseMap::insert(value_type&&) method. by Joe Groff · 13 years ago
  85. f3c1335 Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert. by Michael Gottesman · 13 years ago
  86. 318cad3 Move CheckForValidSection to the MCAsmParser interface. by Eli Bendersky · 13 years ago
  87. 030f63a Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 13 years ago
  88. 9bac6b2 Move ParseMacroArgument to the MCAsmParser interfance. by Eli Bendersky · 13 years ago
  89. 733c336 Encapsulate the MacroEnabled flag in AsmParser behind accessor methods. by Eli Bendersky · 13 years ago
  90. 800ec3d Revert r171829 "Split changeset_ty using iterators instead of loops" as it breaks the VS2008 build by Timur Iskhodzhanov · 13 years ago
  91. 29344a6 Simplify nested strconcats in X86 td files since strconcat can take more than 2 arguments. by Craig Topper · 13 years ago
  92. 33160cf Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents needing to specify everything twice. No functional change intended by Craig Topper · 13 years ago
  93. 7899e47 Fixed some 80+ violations. by Michael Gottesman · 13 years ago
  94. 81c6121 Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. use doxygen). Still some work to do though. by Michael Gottesman · 13 years ago
  95. ab67871 Added bugzilla PR number to test case. by Michael Gottesman · 13 years ago
  96. 6056b85 Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2x blocks each assigned a value via a phi-node causing each to depend on the other. by Michael Gottesman · 13 years ago
  97. 50c023d Fix typo in comment. by Nick Lewycky · 13 years ago
  98. 29eb2cc fix compile-time regression report by Joerg Sonnenberger: by Nuno Lopes · 13 years ago
  99. 135174d Documentation: use monospaced font for intrinsics' names by Dmitri Gribenko · 13 years ago
  100. 74401c8 Fix broken link to LangRef by Dmitri Gribenko · 13 years ago