1. 1615d17 [DAGCombiner] Fix the type used in canFoldInAddressingMode to account for the by Quentin Colombet · 10 years ago
  2. eb71378 LLParser: Split out ParseMetadataAttachment(), NFC by Duncan P. N. Exon Smith · 10 years ago
  3. 2bf0f6fd [opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType::getElementType by David Blaikie · 10 years ago
  4. 3be4147 AsmWriter: Parameterize the syntactic separator for attachments by Duncan P. N. Exon Smith · 10 years ago
  5. c8be244 AsmWriter: Only collect attachment names once per module by Duncan P. N. Exon Smith · 10 years ago
  6. 5f10af2 Remove an unused variable to prevent -Werror build failures. by Kaelyn Takata · 10 years ago
  7. 61317d5 AsmWriter: Split out code for printing Metadata attachments, NFC by Duncan P. N. Exon Smith · 10 years ago
  8. 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
  9. af8df39 IR: Use a bitmask to access GlobalObject subclass data by Duncan P. N. Exon Smith · 10 years ago
  10. 223d9cf IR: Extract set logic from Instruction attachments, NFC by Duncan P. N. Exon Smith · 10 years ago
  11. 39789f8 [SEH] Implement GetExceptionCode in __except blocks by Reid Kleckner · 10 years ago
  12. 9cd7a4b IR: Use remove_if for Instruction::dropUnknownMetadata() by Duncan P. N. Exon Smith · 10 years ago
  13. d8c574a IR: Remove MDMapTy and MDPairTy typedefs, NFC by Duncan P. N. Exon Smith · 10 years ago
  14. 4eae7e0 IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata by Duncan P. N. Exon Smith · 10 years ago
  15. e41f384 [opaque pointer type] Add textual IR support for explicit type parameter to the invoke instruction by David Blaikie · 10 years ago
  16. 9cb570c [PATCH] [Hexagon] Adding a test case for calling convention. by Sundeep Kushwaha · 10 years ago
  17. 579cebf [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 10 years ago
  18. b5365ee Revert changes to LTO test case since llvm-lto can't handle textual IR inputs by David Blaikie · 10 years ago
  19. 8b6356c Skip extra LLVM IR assemble/disassemble steps in some tests by David Blaikie · 10 years ago
  20. c5b1f0a [opaque pointer type] bitcode: add explicit callee type to invoke instructions by David Blaikie · 10 years ago
  21. 1dd6b02 Fix LoopInterchange/reductions.ll test for debug builds by Andrew Kaylor · 10 years ago
  22. d5df7d3 Teach AArch64\lit.local.cfg the new triple names windows-gnu and windows-msvc. by Yaron Keren · 10 years ago
  23. eb3bc0b [CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken by Chris Bieneman · 10 years ago
  24. 956b1ff Linker: Update -override testcase to check callers by Duncan P. N. Exon Smith · 10 years ago
  25. 794cd34 Switch lowering: fix APInt overflow causing infinite loop / OOM by Hans Wennborg · 10 years ago
  26. 8410b22 [WinEH] Split the landingpad BB instead of cloning it by Reid Kleckner · 10 years ago
  27. dafe3a5 Fix typo in comment. by Diego Novillo · 10 years ago
  28. 83bbd19 Use the cleaner syntx value initialization to zero initialize POD structs. by Yaron Keren · 10 years ago
  29. cf64c3d Silence clang warning: private field 'data_' is not used. by Yaron Keren · 10 years ago
  30. bedcd1f Silence clang warning: missing field 'Dr0' initializer. by Yaron Keren · 10 years ago
  31. 7739394 [mips][FastISel] Specify which types we handle for integer extension. by Vasileios Kalintiris · 10 years ago
  32. 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
  33. 45a6961 [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract/shuffle by Filipe Cabecinhas · 10 years ago
  34. 8d00f2a Correct extractelement constant folding by Pawel Bylica · 10 years ago
  35. 9ee9f1a Fix APInt long division algorithm by Pawel Bylica · 10 years ago
  36. a9a01d9 [TableGen] Don't leak Expanders and Operators in SetTheory. by Craig Topper · 10 years ago
  37. 7cc4f07 [TableGen] Fix all remaining memory leaks of Init and RecTy objects. by Craig Topper · 10 years ago
  38. 728ad01 Resurrect r235688 by Jingyue Wu · 10 years ago
  39. f42450a Revert r235688 by Jingyue Wu · 10 years ago
  40. b55e954 [NVPTX] Emits "generic()" depending on the original address space by Jingyue Wu · 10 years ago
  41. d83b3b1 [NVPTX] enable NaryReassociate in NVPTX by Jingyue Wu · 10 years ago
  42. 9dd5b1f R600/SI: Fix verifier error when producing v_madmk_f32 by Matt Arsenault · 10 years ago
  43. d32beab Improve isTriviallyReMaterializable() documentation. by Matthias Braun · 10 years ago
  44. bd112c2 R600/RegisterCoalescer: Enable more rematerialization/add missing testcase by Matthias Braun · 10 years ago
  45. 0683161 Fix a couple of typos in comments. by Michael Zolotukhin · 10 years ago
  46. 37f93d4 RegisterCoalescer: implicit phsreg uses are fine when rematerializing by Matthias Braun · 10 years ago
  47. b638e14 Revert accidentally committed "MC: Allow targets to stop symbol name quoting" by Matt Arsenault · 10 years ago
  48. 784f737 R600/SI: Special case v_mov_b32 as really rematerializable by Matt Arsenault · 10 years ago
  49. 6ec2992 MC: Allow targets to stop symbol name quoting by Matt Arsenault · 10 years ago
  50. 589d8fd RegisterCoalescer: Avoid unnecessary register class widening for some rematerializations by Matthias Braun · 10 years ago
  51. f871658 Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
  52. 04df402 Fix modules build post-r235612. by Richard Smith · 10 years ago
  53. 100eab8 [PowerPC] Support register name prefixes for vector registers by Hal Finkel · 10 years ago
  54. ba03f54 [PowerPC] Use sync inst alias when printing by Hal Finkel · 10 years ago
  55. 6d49b02 R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operands by Tom Stellard · 10 years ago
  56. 9c0fb94 Fix comment for NoCommonBits. by Michael Zolotukhin · 10 years ago
  57. 79f43b2 [PowerPC] Add asm/disasm support for dcbt with hint by Hal Finkel · 10 years ago
  58. 3ad4bc1 [WinEH] Ignore filter clauses while mapping landing pad blocks. by Andrew Kaylor · 10 years ago
  59. 173a68d Remove trivial assert to fix NDEBUG Werror builds by Reid Kleckner · 10 years ago
  60. 93a23a3 Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 10 years ago
  61. d1807ff [WinEH] Replace more lpad value uses with undef by Reid Kleckner · 10 years ago
  62. c364314 [MachineCopyPropagation] Handle undef flags conservatively so that we do not by Quentin Colombet · 10 years ago
  63. 9ed816a Unbreak build by Krzysztof Parzyszek · 10 years ago
  64. b5ce56f [Hexagon] Minor cleanup in HexagonFrameLowering by Krzysztof Parzyszek · 10 years ago
  65. 2aab32c R600/SI: Fix indirect addressing with a negative constant offset by Tom Stellard · 10 years ago
  66. 391b2c3 Thumb2: When applying branch optimizations, visit branches in reverse order. by Peter Collingbourne · 10 years ago
  67. 1ad0f74 ARM: When re-creating a branch via InsertBranch, preserve CPSR flags. by Peter Collingbourne · 10 years ago
  68. d9a479e Thumb2: When optimizing for size, do not if-convert branches involving comparisons with zero. by Peter Collingbourne · 10 years ago
  69. f86c29e ARM: When spilling extra registers for alignment, prefer low registers on all Thumb targets. by Peter Collingbourne · 10 years ago
  70. b28abbf ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. by Peter Collingbourne · 10 years ago
  71. ab740d1 [Hexagon] Fix compiler warnings in release build by Krzysztof Parzyszek · 10 years ago
  72. 50b9e7f [getUnderlyingOjbects] Analyze loop PHIs further to remove false positives by Adam Nemet · 10 years ago
  73. 12f3416 [NVPTX] run SeparateConstOffsetFromGEP before SLSR by Jingyue Wu · 10 years ago
  74. e32631c R600/SI: Add missing -mcpu=SI to assembler test by Tom Stellard · 10 years ago
  75. 59edae9 R600/SI: Add assembler support for all CI and VI VOP1 instructions by Tom Stellard · 10 years ago
  76. f092455 R600/SI: v_mov_fed_b32 does not exist on VI by Tom Stellard · 10 years ago
  77. bf02414 R600/SI: Use a better error message for unsupported instructions in the assembler by Tom Stellard · 10 years ago
  78. 95081f5 R600/SI: Improve AsmParser support for forced e64 encoding by Tom Stellard · 10 years ago
  79. 71ed98d [WinEH] Handle stubs for outlined functions that have only unreached terminators. by Andrew Kaylor · 10 years ago
  80. 70e56ae Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
  81. 184f8f7 [PowerPC] Enable printing instructions using aliases by Hal Finkel · 10 years ago
  82. 45e7e93 Move DIContext.h to common DebugInfo location. by Zachary Turner · 10 years ago
  83. 1aa9710 Move Value.isDereferenceablePointer to ValueTracking [NFC] by Philip Reames · 10 years ago
  84. dab5145 [AArch64] Add nvcast patterns for v4f16 and v8f16 by Pirama Arumuga Nainar · 10 years ago
  85. b7db5f2 [AArch64] Handle vec4, vec8, vec16 *itofp for half by Pirama Arumuga Nainar · 10 years ago
  86. defaf83 Re-commit r235560: Switch lowering: extract jump tables and bit tests before building binary tree (PR22262) by Hans Wennborg · 10 years ago
  87. 08aea0a use update_llc_test_checks.py to tighten checking; remove unnecessary CPU param by Sanjay Patel · 10 years ago
  88. de0d4bf [Hexagon] Shrink-wrap stack frame (Hexagon-specific) by Krzysztof Parzyszek · 10 years ago
  89. 69c69df [Hexagon] Add testcases for stack alignment and variable-sized objects by Krzysztof Parzyszek · 10 years ago
  90. b685acf [mips] [IAS] Move NOP emission after pseudo-instruction expansion. NFC. by Toma Tabacu · 10 years ago
  91. 5d538f7 Revert r235560; this commit was causing several failed assertions in Debug builds using MSVC's STL. The iterator is being used outside of its valid range. by Aaron Ballman · 10 years ago
  92. 0236022 Be more strict about the operand for the array type in BitcodeReader by Filipe Cabecinhas · 10 years ago
  93. 81f9bd3 Verify sizes when trying to read a BitcodeAbbrevOp by Filipe Cabecinhas · 10 years ago
  94. 77aa4a8 [DAGCombiner] Remove extra bitcasts surrounding vector shuffles by Simon Pilgrim · 10 years ago
  95. 9311f5b Move common loop utility function isInductionPHI into LoopUtils.cpp by Karthik Bhat · 10 years ago
  96. 7ab8b55 Add support to interchange loops with reductions. by Karthik Bhat · 10 years ago
  97. de625b6 [WinEH] Removing seh-filter.ll until I can determine its validity by Andrew Kaylor · 10 years ago
  98. a1df0a3 [WinEH] Don't skip landing pads that end with an unreachable instruction. by Andrew Kaylor · 10 years ago
  99. 395f4f4 Switch lowering: extract jump tables and bit tests before building binary tree (PR22262) by Hans Wennborg · 10 years ago
  100. f9c92b0 [InstCombine] Use a more targeted fix instead of r235544 by David Majnemer · 10 years ago