1. 55c6f0c Documentation: remove all mentions of DejaGNU and Tcl by Dmitri Gribenko · 12 years ago
  2. 3177949 Streamline the mentions of grep and FileCheck in TestingGuide.rst by Eli Bendersky · 12 years ago
  3. 8d3c901 The IR linker still depends on the bitcode reader. by Benjamin Kramer · 12 years ago
  4. ca81374 llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. It sometimes causes spurious failure on lit win32. by NAKAMURA Takumi · 12 years ago
  5. fe7d2b6 80 columns by Alexey Samsonov · 12 years ago
  6. ae36ecc Move Blacklist.h to include/ to enable use from clang. by Will Dietz · 12 years ago
  7. deb3187 Add basic command line parsing to TestMain. by Manuel Klimek · 12 years ago
  8. 5141d97 Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 immediate handling. Also use MVT since this only called on legal types during pattern matching. by Craig Topper · 12 years ago
  9. e6d8fa7 Minor formatting fix. No functional change. by Craig Topper · 12 years ago
  10. 41169f2 Remove support for Tcl test format since nobody uses it by Dmitri Gribenko · 12 years ago
  11. 0a38861 Spelling fix: extened->extended. Trailing whitespace in same function. by Craig Topper · 12 years ago
  12. 5a529e4 Make more use of is128BitVector/is256BitVector in place of getSizeInBits() == 128/256. by Craig Topper · 12 years ago
  13. 081c29b Check for less than 0 in shuffle mask instead of -1. It's more consistent with other code related to shuffles and easier to implement in compiled code. by Craig Topper · 12 years ago
  14. 37d093f Remove trailing whitespace. Remove new lines between closing brace and 'else' by Craig Topper · 12 years ago
  15. 268e0ff Fixed 80+ violation. by Michael Gottesman · 12 years ago
  16. a94c339 [MC/Mach-O] Add support for linker options in Mach-O files. by Daniel Dunbar · 12 years ago
  17. cddd236 [MC/Mach-O] Add AsmParser support for .linker_option directive. by Daniel Dunbar · 12 years ago
  18. bfdcc70 [MC] Expose ParseEscapedString to target AsmParser implementations. by Daniel Dunbar · 12 years ago
  19. 9b6a447 [MC] Fix 80-col violas. by Daniel Dunbar · 12 years ago
  20. 3da67ca [ms-inline asm] Make the error message more generic now that we support the by Chad Rosier · 12 years ago
  21. 1381b9b [Linker] Drop some now-dead component dependencies. by Daniel Dunbar · 12 years ago
  22. 167ede8 Reverting r171325 & r172363. This was causing a mis-compile on the self-hosted LTO build bots. by Bill Wendling · 12 years ago
  23. cb4830c Reverting back to the fallback instead of using the 64-bit popcnt instruction as it doesn't exist on all x64 CPU architectures. by Aaron Ballman · 12 years ago
  24. 634bd85 [Linker] Drop support for IR-level extended linking support (archives, etc.). by Daniel Dunbar · 12 years ago
  25. d69a43a Restore reverted test case, this time with REQUIRES: asserts by Bill Schmidt · 12 years ago
  26. c087dcf Remove bad test case by Bill Schmidt · 12 years ago
  27. 8f4ee4b This patch fixes PR13626 by providing i128 support in the return by Bill Schmidt · 12 years ago
  28. 505bca3 [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators. by Chad Rosier · 12 years ago
  29. 3389dbc [docs] Get rid of some UTF8 characters (non-breaking space maybe). by Daniel Dunbar · 12 years ago
  30. f6893dd [utils] Update find-rev utility to take a branch argument (name of the git-svn by Daniel Dunbar · 12 years ago
  31. a454ffd Add indexed load/store instructions for offset validation check. by Jyotsna Verma · 12 years ago
  32. 222f02f Added missing const from my last commit. by Michael Gottesman · 12 years ago
  33. 88ceb18 [ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited'' Debug message to use it. by Michael Gottesman · 12 years ago
  34. 6782805 Reverting back to the fallback instead of using popcnt; this instruction doesn't exist on all CPU architectures. Fixes PR14982 by Aaron Ballman · 12 years ago
  35. 792b123 This patch fixes the PPC calling convention to handle returns of by Bill Schmidt · 12 years ago
  36. 11af9a8 ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the values of shadow scale and offset to the runtime by Alexey Samsonov · 12 years ago
  37. 6c327f9 Optimization for the following SIGN_EXTEND pairs: by Elena Demikhovsky · 12 years ago
  38. c2cbcc3 Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so they get instantiated together. by Craig Topper · 12 years ago
  39. 446b88f Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by by Eric Christopher · 12 years ago
  40. d96c72a Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for by Eric Christopher · 12 years ago
  41. 5ed625c Move MachineTraceMetrics.h into include/llvm/CodeGen. by Jakob Stoklund Olesen · 12 years ago
  42. 02c6325 Provide a place for targets to insert ILP optimization passes. by Jakob Stoklund Olesen · 12 years ago
  43. c147b67 This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 12 years ago
  44. e06bfe8 [IR] Reserve/define the purpose for the "Linker Options" metadata flags. by Daniel Dunbar · 12 years ago
  45. b0ec16b Update the description of the llvm.fmuladd.* intrinsics to avoid use of the by Lang Hames · 12 years ago
  46. c3c8d2a Documentation: fix a typo 'IEE754' by Dmitri Gribenko · 12 years ago
  47. 69877d6 Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds. by Aaron Ballman · 12 years ago
  48. 5db391c [IR] Add 'Append' and 'AppendUnique' module flag behaviors. by Daniel Dunbar · 12 years ago
  49. d3c965d Change CostTable model to be global to all targets by Renato Golin · 12 years ago
  50. ac47c1b Added test for r172599 which fixes bugzilla://14584,rdar://11744105. by Michael Gottesman · 12 years ago
  51. c8b909a [Support] Include the intrisics header and check for definition properly. by Michael J. Spencer · 12 years ago
  52. 4f3b323 Make this test X86 only. by Eric Christopher · 12 years ago
  53. 65605d8 Move this to X86. by Eric Christopher · 12 years ago
  54. 2c2bcbd Add testcase missed yesterday from Paul Robinson. by Eric Christopher · 12 years ago
  55. 2dcc273 [Support] Add MSVC intrinsic for CountPopulation. by Michael J. Spencer · 12 years ago
  56. 235c022 [Support] Update MSVC compiler support in Compiler.h. by Michael J. Spencer · 12 years ago
  57. be2afb6 Remove unneeded include and empty line by Eli Bendersky · 12 years ago
  58. ed5df01 Some small (and mostly cosmetic) fixes. by Eli Bendersky · 12 years ago
  59. 665c34b Clean up some unnecessary headers and forward declarations by Eli Bendersky · 12 years ago
  60. f9f40bd Now that GenericAsmParser was folded into AsmParser, some methods and types can by Eli Bendersky · 12 years ago
  61. 1e08165 [Linker] Change module flag linking to be more extensible. by Daniel Dunbar · 12 years ago
  62. 75c9b93 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  63. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  64. 6a3cbc3 Replace virtual hasFixups with explicit fragment type checks by Eli Bendersky · 12 years ago
  65. 655578f Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 12 years ago
  66. 4802b9d A test for r172535. by Evgeniy Stepanov · 12 years ago
  67. 9c79d01 Remove unused leftover header (it moved to llvm/IR). by Benjamin Kramer · 12 years ago
  68. c759dd5 Move test that depends on the x86 target into a target-specific directory. by Benjamin Kramer · 12 years ago
  69. 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 · 12 years ago
  70. 2ce6eeb Remove triple from this test, it makes it fail when X86 TTI is missing. by Benjamin Kramer · 12 years ago
  71. 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 · 12 years ago
  72. 457ee1a reverting 172579 by Jack Carter · 12 years ago
  73. 6b6061f Define metadata interfaces for describing a static data member by Eric Christopher · 12 years ago
  74. 171192f Use the ExtensionDirectiveHandler type in other places where it makes sense. by Eli Bendersky · 12 years ago
  75. 68b8d4f Use --enable-werror by David Greene · 12 years ago
  76. 6623730 Improve r172577 by using the correct type when declaring constants by Dmitri Gribenko · 12 years ago
  77. 490c7d9 Akira, by Jack Carter · 12 years ago
  78. 72f7bfb Split address information for DWARF5 split dwarf proposal. This involves by Eric Christopher · 12 years ago
  79. af50dda Avoid Enum Compare Warnings by David Greene · 12 years ago
  80. 83d5853 Teach InstCombine to optimize extract of a value from a vector add operation with a constant zero. by Nadav Rotem · 12 years ago
  81. 9ccb769 Optimize the memory usage of MC bundling, by creating a new type of fragment by Eli Bendersky · 12 years ago
  82. 1c99a7f [ms-inline asm] Address the FIXME in AsmParser.cpp. by Chad Rosier · 12 years ago
  83. 6ee1308 Refactor generic Asm directive parsing. by Eli Bendersky · 12 years ago
  84. 34461e5 [Object][ELF] Fix -Wenum-compare. by Michael J. Spencer · 12 years ago
  85. a144421 1. Hoist minus sign as high as possible in an attempt to reveal by Shuxin Yang · 12 years ago
  86. 3d69041a [Linker] Drop asserts that are embedded in cast<> and now checked by the verifier. by Daniel Dunbar · 12 years ago
  87. 12bfff4 [IR] Add verification for module flags with the "require" behavior. by Daniel Dunbar · 12 years ago
  88. 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 · 12 years ago
  89. 0b198ca Disable Uninitialized Use Warnings for Broken gcc Versions by David Greene · 12 years ago
  90. 111877d [msan] Temporarily remove ICmpEQ tests. by Evgeniy Stepanov · 12 years ago
  91. 967a946 [msan] Fix handling of equality comparison of pointer vectors. by Evgeniy Stepanov · 12 years ago
  92. 344d3fb Allow vectors in CreatePointerCast. by Evgeniy Stepanov · 12 years ago
  93. e1c4990 Fix operand type conditions in one of ICmpInst constructors. by Evgeniy Stepanov · 12 years ago
  94. 08bcd5b Pattern-matched variables in post-inc-icmpzero.ll by Renato Golin · 12 years ago
  95. 6533e78 Update CODE_OWNERS.TXT. by Michael J. Spencer · 12 years ago
  96. ac97f5c [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 12 years ago
  97. b5f8cd5 [Support] Add LLVM_CONSTEXPR. by Michael J. Spencer · 12 years ago
  98. 47f3934 [ADT/StringMap] Follow-up to r172455, use the correct constructor for setting the InitialSize, by Argyrios Kyrtzidis · 12 years ago
  99. 1c1ff3b LTO: Also init TTI for codegen passes. by Nadav Rotem · 12 years ago
  100. 8dd938e [IR] Add verifier support for llvm.module.flags. by Daniel Dunbar · 12 years ago