1. 6df35e7 [X86][SSE] Add v16i8/v32i8 multiplication support by Simon Pilgrim · 10 years ago
  2. 94bd029 [PerformanceTips] Italics are *word*, not _word_ by Philip Reames · 10 years ago
  3. fb3da5c [PerformanceTips] Provide context on the impact of assume(x) by Philip Reames · 10 years ago
  4. 7745680 Add two new items to PerformanceTips by Philip Reames · 10 years ago
  5. c4ab95d Make the message associated with a fatal error slightly more helpful by Philip Reames · 10 years ago
  6. a404b6f [RewriteStatepointsForGC] Exclude constant values from being considered live at a safepoint by Philip Reames · 10 years ago
  7. 83a049f Don't Place Entry Safepoints Before the llvm.frameescape() Intrinsic by Philip Reames · 10 years ago
  8. ad82d26 [bpf] fix build and remove a compiler warning in Release mode by Alexei Starovoitov · 10 years ago
  9. 77420c9 R600: Remove / merge redundant testcases by Matt Arsenault · 10 years ago
  10. 1111a21 [x86] instcombine more cases of insertps into a shufflevector by Sanjay Patel · 10 years ago
  11. 3b91606 add SSE run to check non-AVX codegen by Sanjay Patel · 10 years ago
  12. b6ee10d [ARM] Simplify code. NFC. by Benjamin Kramer · 10 years ago
  13. 4b86b0d [hexagon] Use range-based for loops. No functionality change intended. by Benjamin Kramer · 10 years ago
  14. 79408c7 [hexagon] Remove setHexLibcallName, it leaks memory. by Benjamin Kramer · 10 years ago
  15. f2861a4 line endings fix by Simon Pilgrim · 10 years ago
  16. 2b08044 build: make libunwind a proper project by Saleem Abdulrasool · 10 years ago
  17. 87dc11b Fix build error from accidental change by Andrew Kaylor · 10 years ago
  18. e090568 [WinEH] Find correct cloned entry block for outlined handler functions. by Andrew Kaylor · 10 years ago
  19. 7d3dd38 [WinEH] Find correct cloned entry block for outlined handler functions. by Andrew Kaylor · 10 years ago
  20. 9418133 Assert that Process::FindInEnvPath() is passed a relative path. by Nico Weber · 10 years ago
  21. 8efc190 Linker: Copy over function metadata attachments by Duncan P. N. Exon Smith · 10 years ago
  22. ae32114 IR: Add assembly/bitcode support for function metadata attachments by Duncan P. N. Exon Smith · 10 years ago
  23. ef477f3 Verifier: Function metadata attachments require a body by Duncan P. N. Exon Smith · 10 years ago
  24. eb79bb6 IR: Add Function metadata attachments by Duncan P. N. Exon Smith · 10 years ago
  25. 233c2e7 LLParser: Simplify ParseInstructionMetadata(), NFC by Duncan P. N. Exon Smith · 10 years ago
  26. 1615d17 [DAGCombiner] Fix the type used in canFoldInAddressingMode to account for the by Quentin Colombet · 10 years ago
  27. eb71378 LLParser: Split out ParseMetadataAttachment(), NFC by Duncan P. N. Exon Smith · 10 years ago
  28. 2bf0f6fd [opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType::getElementType by David Blaikie · 10 years ago
  29. 3be4147 AsmWriter: Parameterize the syntactic separator for attachments by Duncan P. N. Exon Smith · 10 years ago
  30. c8be244 AsmWriter: Only collect attachment names once per module by Duncan P. N. Exon Smith · 10 years ago
  31. 5f10af2 Remove an unused variable to prevent -Werror build failures. by Kaelyn Takata · 10 years ago
  32. 61317d5 AsmWriter: Split out code for printing Metadata attachments, NFC by Duncan P. N. Exon Smith · 10 years ago
  33. 7a301c1 SimplifyCFG: Correctly handle switch lookup tables which fully cover the input type and use bit tests to check for holes by Hans Wennborg · 10 years ago
  34. af8df39 IR: Use a bitmask to access GlobalObject subclass data by Duncan P. N. Exon Smith · 10 years ago
  35. 223d9cf IR: Extract set logic from Instruction attachments, NFC by Duncan P. N. Exon Smith · 10 years ago
  36. 39789f8 [SEH] Implement GetExceptionCode in __except blocks by Reid Kleckner · 10 years ago
  37. 9cd7a4b IR: Use remove_if for Instruction::dropUnknownMetadata() by Duncan P. N. Exon Smith · 10 years ago
  38. d8c574a IR: Remove MDMapTy and MDPairTy typedefs, NFC by Duncan P. N. Exon Smith · 10 years ago
  39. 4eae7e0 IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata by Duncan P. N. Exon Smith · 10 years ago
  40. e41f384 [opaque pointer type] Add textual IR support for explicit type parameter to the invoke instruction by David Blaikie · 10 years ago
  41. 9cb570c [PATCH] [Hexagon] Adding a test case for calling convention. by Sundeep Kushwaha · 10 years ago
  42. 579cebf [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 10 years ago
  43. b5365ee Revert changes to LTO test case since llvm-lto can't handle textual IR inputs by David Blaikie · 10 years ago
  44. 8b6356c Skip extra LLVM IR assemble/disassemble steps in some tests by David Blaikie · 10 years ago
  45. c5b1f0a [opaque pointer type] bitcode: add explicit callee type to invoke instructions by David Blaikie · 10 years ago
  46. 1dd6b02 Fix LoopInterchange/reductions.ll test for debug builds by Andrew Kaylor · 10 years ago
  47. d5df7d3 Teach AArch64\lit.local.cfg the new triple names windows-gnu and windows-msvc. by Yaron Keren · 10 years ago
  48. eb3bc0b [CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken by Chris Bieneman · 10 years ago
  49. 956b1ff Linker: Update -override testcase to check callers by Duncan P. N. Exon Smith · 10 years ago
  50. 794cd34 Switch lowering: fix APInt overflow causing infinite loop / OOM by Hans Wennborg · 10 years ago
  51. 8410b22 [WinEH] Split the landingpad BB instead of cloning it by Reid Kleckner · 10 years ago
  52. dafe3a5 Fix typo in comment. by Diego Novillo · 10 years ago
  53. 83bbd19 Use the cleaner syntx value initialization to zero initialize POD structs. by Yaron Keren · 10 years ago
  54. cf64c3d Silence clang warning: private field 'data_' is not used. by Yaron Keren · 10 years ago
  55. bedcd1f Silence clang warning: missing field 'Dr0' initializer. by Yaron Keren · 10 years ago
  56. 7739394 [mips][FastISel] Specify which types we handle for integer extension. by Vasileios Kalintiris · 10 years ago
  57. c195a0c Removing dead code; NFC. This code was triggering a C4718 warning (recursive call has no side effects, deleting) with MSVC. by Aaron Ballman · 10 years ago
  58. 45a6961 [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract/shuffle by Filipe Cabecinhas · 10 years ago
  59. 8d00f2a Correct extractelement constant folding by Pawel Bylica · 10 years ago
  60. 9ee9f1a Fix APInt long division algorithm by Pawel Bylica · 10 years ago
  61. a9a01d9 [TableGen] Don't leak Expanders and Operators in SetTheory. by Craig Topper · 10 years ago
  62. 7cc4f07 [TableGen] Fix all remaining memory leaks of Init and RecTy objects. by Craig Topper · 10 years ago
  63. 728ad01 Resurrect r235688 by Jingyue Wu · 10 years ago
  64. f42450a Revert r235688 by Jingyue Wu · 10 years ago
  65. b55e954 [NVPTX] Emits "generic()" depending on the original address space by Jingyue Wu · 10 years ago
  66. d83b3b1 [NVPTX] enable NaryReassociate in NVPTX by Jingyue Wu · 10 years ago
  67. 9dd5b1f R600/SI: Fix verifier error when producing v_madmk_f32 by Matt Arsenault · 10 years ago
  68. d32beab Improve isTriviallyReMaterializable() documentation. by Matthias Braun · 10 years ago
  69. bd112c2 R600/RegisterCoalescer: Enable more rematerialization/add missing testcase by Matthias Braun · 10 years ago
  70. 0683161 Fix a couple of typos in comments. by Michael Zolotukhin · 10 years ago
  71. 37f93d4 RegisterCoalescer: implicit phsreg uses are fine when rematerializing by Matthias Braun · 10 years ago
  72. b638e14 Revert accidentally committed "MC: Allow targets to stop symbol name quoting" by Matt Arsenault · 10 years ago
  73. 784f737 R600/SI: Special case v_mov_b32 as really rematerializable by Matt Arsenault · 10 years ago
  74. 6ec2992 MC: Allow targets to stop symbol name quoting by Matt Arsenault · 10 years ago
  75. 589d8fd RegisterCoalescer: Avoid unnecessary register class widening for some rematerializations by Matthias Braun · 10 years ago
  76. f871658 Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
  77. 04df402 Fix modules build post-r235612. by Richard Smith · 10 years ago
  78. 100eab8 [PowerPC] Support register name prefixes for vector registers by Hal Finkel · 10 years ago
  79. ba03f54 [PowerPC] Use sync inst alias when printing by Hal Finkel · 10 years ago
  80. 6d49b02 R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operands by Tom Stellard · 10 years ago
  81. 9c0fb94 Fix comment for NoCommonBits. by Michael Zolotukhin · 10 years ago
  82. 79f43b2 [PowerPC] Add asm/disasm support for dcbt with hint by Hal Finkel · 10 years ago
  83. 3ad4bc1 [WinEH] Ignore filter clauses while mapping landing pad blocks. by Andrew Kaylor · 10 years ago
  84. 173a68d Remove trivial assert to fix NDEBUG Werror builds by Reid Kleckner · 10 years ago
  85. 93a23a3 Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 10 years ago
  86. d1807ff [WinEH] Replace more lpad value uses with undef by Reid Kleckner · 10 years ago
  87. c364314 [MachineCopyPropagation] Handle undef flags conservatively so that we do not by Quentin Colombet · 10 years ago
  88. 9ed816a Unbreak build by Krzysztof Parzyszek · 10 years ago
  89. b5ce56f [Hexagon] Minor cleanup in HexagonFrameLowering by Krzysztof Parzyszek · 10 years ago
  90. 2aab32c R600/SI: Fix indirect addressing with a negative constant offset by Tom Stellard · 10 years ago
  91. 391b2c3 Thumb2: When applying branch optimizations, visit branches in reverse order. by Peter Collingbourne · 10 years ago
  92. 1ad0f74 ARM: When re-creating a branch via InsertBranch, preserve CPSR flags. by Peter Collingbourne · 10 years ago
  93. d9a479e Thumb2: When optimizing for size, do not if-convert branches involving comparisons with zero. by Peter Collingbourne · 10 years ago
  94. f86c29e ARM: When spilling extra registers for alignment, prefer low registers on all Thumb targets. by Peter Collingbourne · 10 years ago
  95. b28abbf ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. by Peter Collingbourne · 10 years ago
  96. ab740d1 [Hexagon] Fix compiler warnings in release build by Krzysztof Parzyszek · 10 years ago
  97. 50b9e7f [getUnderlyingOjbects] Analyze loop PHIs further to remove false positives by Adam Nemet · 10 years ago
  98. 12f3416 [NVPTX] run SeparateConstOffsetFromGEP before SLSR by Jingyue Wu · 10 years ago
  99. e32631c R600/SI: Add missing -mcpu=SI to assembler test by Tom Stellard · 10 years ago
  100. 59edae9 R600/SI: Add assembler support for all CI and VI VOP1 instructions by Tom Stellard · 10 years ago