1. f782218 [KnownBits] Add zext, sext, and trunc methods to KnownBits by Craig Topper · 8 years ago
  2. acf74d2 [TargetLowering] use isSubsetOf in SimplifyDemandedBits; NFCI by Sanjay Patel · 8 years ago
  3. 2dbf23f clang-format and restyle DWARFFormValue before working on it. NFC by Paul Robinson · 8 years ago
  4. 9de7130 DebugInfo: elide type index entries for synthetic types by Saleem Abdulrasool · 8 years ago
  5. d7e3981 [AArch64] Fix variable name ambiguity in r302078. by Ahmed Bougacha · 8 years ago
  6. 2b3efc4 [TailCallElim] Remove an unused argument. NFCI by Xin Tong · 8 years ago
  7. f007e3a [AArch64] Make the TargetParser add CPU exts provided by the arch. by Ahmed Bougacha · 8 years ago
  8. 700df98 [AArch64] armv8-A doesn't have CRC. by Ahmed Bougacha · 8 years ago
  9. 0a73805 [libFuzzer] exit without running atexit handlers in libfuzzer's crash handler by Vitaly Buka · 8 years ago
  10. c272a4d [Hexagon] Use automatically-generated scheduling information for HVX by Krzysztof Parzyszek · 8 years ago
  11. 2a1f47a Remove unused private field. by Zachary Turner · 8 years ago
  12. f931b1e Avoid warning of unused variable in release builds. NFC by Anna Thomas · 8 years ago
  13. 822fa30 Fix typos in comment by Sanjoy Das · 8 years ago
  14. 40ec86b Break verification down into smaller functions to keep code clean. by Greg Clayton · 8 years ago
  15. 48d0c28 Fix PPC64 warning for missing parantheses. NFC. by Anna Thomas · 8 years ago
  16. a82b376 [IR] Abstract away ArgNo+1 attribute indexing as much as possible by Reid Kleckner · 8 years ago
  17. b95636b [CodeView] Remove constructor initialization of a removed field. by Davide Italiano · 8 years ago
  18. b93df08 [RuntimeLoopUnroller] Add assert that we dont unroll non-rotated loops by Anna Thomas · 8 years ago
  19. 43f4886 Delete dead function causing compilation failure. by Zachary Turner · 8 years ago
  20. c59f00f [CodeView] Remove unused private field. NFCI. by Davide Italiano · 8 years ago
  21. bd87726 [bpf] add relocation support by Alexei Starovoitov · 8 years ago
  22. 450661e Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake" by Tom Stellard · 8 years ago
  23. ff94599 [CodeView] Use actual strings for dealing with checksums and lines. by Zachary Turner · 8 years ago
  24. f393f97e [llvm-readobj] Update readobj to re-use parsing code. by Zachary Turner · 8 years ago
  25. 2c038de ARM: add extra test for addrmode folding. by Tim Northover · 8 years ago
  26. 2cd10f6 [X86][LWP] Add stack folding mappings and tests for LWPINS/LWPVAL instructions by Simon Pilgrim · 8 years ago
  27. d27e7d3 Silence a 'enum and non-enum used in conditional' warning. by Simon Pilgrim · 8 years ago
  28. d161fb6 [DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry) -> (addcarry X, Y, Carry) by Amaury Sechet · 8 years ago
  29. c8e3032 Create DWARFVerifier.cpp and .h and move all DWARF verification code over into it. by Greg Clayton · 8 years ago
  30. 6b4b26a Resubmit r301986 and r301987 "Add codeview::StringTable" by Zachary Turner · 8 years ago
  31. 9226f72 [X86][LWP] Add llvm support for LWP instructions (reapplied). by Simon Pilgrim · 8 years ago
  32. 52bc9d9 [APInt] Give the value union a name so we can remove assumptions on VAL being the larger member by Craig Topper · 8 years ago
  33. 8364bad Verify that no compile units share the same line table in "llvm-dwarfdump --verify" by Greg Clayton · 8 years ago
  34. dad8f54 Revert rL302028 due to accidental line ending changes. by Simon Pilgrim · 8 years ago
  35. 30c3f70 [Hexagon] Handle S2_storerf_io in HexagonInstrInfo by Krzysztof Parzyszek · 8 years ago
  36. 0685f41 [Hexagon] Misc fixes in HexagonInstrInfo, NFC by Krzysztof Parzyszek · 8 years ago
  37. 6da858a [Hexagon] Adjust latency between allocframe and the first store on stack by Krzysztof Parzyszek · 8 years ago
  38. b866deb [Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonInstrInfo by Krzysztof Parzyszek · 8 years ago
  39. 7cff806 [Hexagon] Implement undoing .cur instructions in packetizer by Krzysztof Parzyszek · 8 years ago
  40. 2f1d015 [Hexagon] Add memory operands to a rewritten load by Krzysztof Parzyszek · 8 years ago
  41. 7812bed [Hexagon] Reset spill alignment when variable-sized objects are present by Krzysztof Parzyszek · 8 years ago
  42. 0766da9 [X86][LWP] Add llvm support for LWP instructions. by Simon Pilgrim · 8 years ago
  43. 26efd16 CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option by Tom Stellard · 8 years ago
  44. 2891d41 CMake: Move sphinx detection into AddSphinxTarget.cmake by Tom Stellard · 8 years ago
  45. cb866d2 [X86][AVX512] remove unnecessary case. NFC by Guy Blank · 8 years ago
  46. 0441b20 [SystemZ] Properly check number of operands in getCmpOpsType() by Jonas Paulsson · 8 years ago
  47. 5bbf1b2 [X86] Support of no_caller_saved_registers attribute by Oren Ben Simhon · 8 years ago
  48. ea59a24 Support arbitrary address space pointers in masked gather/scatter intrinsics. by Elad Cohen · 8 years ago
  49. 6804210 [AVR] Reserve the Y register in all functions by Dylan McKay · 8 years ago
  50. 469af3f [Loop Deletion] Delete loops that are never executed by Anna Thomas · 8 years ago
  51. 8ec2e3e Revert "[AVR] Enable the frame pointer for all functions" by Dylan McKay · 8 years ago
  52. ddc58c4 [Triple] Add a "macos" OS type that acts as a synonym for "macosx" by Alex Lorenz · 8 years ago
  53. ab50a12 [X86] Refactored LowerINTRINSIC_W_CHAIN to use a switch statament. NFCI. by Simon Pilgrim · 8 years ago
  54. 5d9d83f Revert r301986 (and subsequent r301987). by Daniel Jasper · 8 years ago
  55. d947f15 Fix use after free in BinaryStream library. by Zachary Turner · 8 years ago
  56. 921f454 Replace hardcoded intrinsic list with speculatable attribute. by Matt Arsenault · 8 years ago
  57. 8d8582c Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed globals." by Peter Collingbourne · 8 years ago
  58. 85fd68b [PowerPC, DAGCombiner] Fold a << (b % (sizeof(a) * 8)) back to a single instruction by Tim Shen · 8 years ago
  59. c7dd63d Fix type conversion error. by Zachary Turner · 8 years ago
  60. 288180a Make codeview::StringTable. by Zachary Turner · 8 years ago
  61. 66ac3d5 Typo in LangRef.rst. NFC by Xin Tong · 8 years ago
  62. cfa02bf Add line table verification to lldb-dwarfdump --verify by Greg Clayton · 8 years ago
  63. 3d8a34a ARM: avoid handing a deleted node back to TableGen during ISel. by Tim Northover · 8 years ago
  64. dac7487 Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList" by Reid Kleckner · 8 years ago
  65. 845c8c4 [AArch64] ILP32 Backend Relocation Support by Joel Jones · 8 years ago
  66. a6125fe [DWARFv5] Parse new line-table header format. by Paul Robinson · 8 years ago
  67. 05c11eb revert r301766: InstructionSimplify: Canonicalize shuffle operands. NFC-ish by Sanjay Patel · 8 years ago
  68. e8a0898 [NewGVN] Fix typo and format comment. NFCI. by Davide Italiano · 8 years ago
  69. edadbde Verify that all references point to actual DIEs in "llvm-dwarfdump --verify" by Greg Clayton · 8 years ago
  70. dbb0e70 ARM: add arm1176j-f processor by Tim Northover · 8 years ago
  71. 012b707 PEI: Skip dead objects when looking at CSRs by Matt Arsenault · 8 years ago
  72. 1d482c0 [PartialInlining] Add more early filtering by Xinliang David Li · 8 years ago
  73. 5c95b81 AMDGPU: Don't promote alloca to LDS for leaf functions by Matt Arsenault · 8 years ago
  74. d25714f [Hexagon] Fix uninitialized value caught with valgrind by Krzysztof Parzyszek · 8 years ago
  75. b1b2c37 [Hexagon] Change iconst to emit 27bit relocation by Krzysztof Parzyszek · 8 years ago
  76. e77118b [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCREL by Krzysztof Parzyszek · 8 years ago
  77. 32526ea [Hexagon] Don't ignore mult-cycle latency information by Krzysztof Parzyszek · 8 years ago
  78. 033d506 [Hexagon] Formatting changes, NFC by Krzysztof Parzyszek · 8 years ago
  79. 584a18c [Hexagon] Remove unused validSubtarget TSFlags by Krzysztof Parzyszek · 8 years ago
  80. 9e6cd1e [Hexagon] Make sure duplexed dealloc_returns are checked for double jumps by Krzysztof Parzyszek · 8 years ago
  81. 5c80457 SpeculativeExecution: Stop using whitelist for costs by Matt Arsenault · 8 years ago
  82. 3dac85d [Hexagon] Move checking AXOK to checker by Krzysztof Parzyszek · 8 years ago
  83. 479f5fd Rename pdb::StringTable -> pdb::PDBStringTable. by Zachary Turner · 8 years ago
  84. 9079905 [Hexagon] Remove unneeded code from HexagonShuffler by Krzysztof Parzyszek · 8 years ago
  85. 7cac2fa [Hexagon] Extract function that checks endloops with other branches by Krzysztof Parzyszek · 8 years ago
  86. 20867e3 [Hexagon] Add new packet iterator which will iterate through duplexes by Krzysztof Parzyszek · 8 years ago
  87. b712cbb Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and" by Zachary Turner · 8 years ago
  88. 9aa1d44 [Hexagon] Check for .cur def without use without using a map data structure by Krzysztof Parzyszek · 8 years ago
  89. 78070a7 Bitcode: Simplify how we enumerate summaries in the index. NFCI. by Peter Collingbourne · 8 years ago
  90. 4f77dbb [lit] Try to exit more cleanly by Reid Kleckner · 8 years ago
  91. ac4b289 Make DWARFDebugLine use StringRef for directory/file tables. NFC by Paul Robinson · 8 years ago
  92. 3322bb7 Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and by Joel Jones · 8 years ago
  93. 7bf7fa6 AMDGPU: Refactor AsmPrinter by Matt Arsenault · 8 years ago
  94. 822c8e2 AMDGPU: Make intrinsics speculatable by Matt Arsenault · 8 years ago
  95. e551b3a [PDB/CodeView] Read/write codeview inlinee line information. by Zachary Turner · 8 years ago
  96. f3dc328 CMake: Silence more stderr when running git. by Tim Northover · 8 years ago
  97. 20c757b Add new test case for addcarry. NFC. by Amaury Sechet · 8 years ago
  98. a205704 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 8 years ago
  99. dc1b8f4 [InstCombine] don't use DeMorgan's Law on integer constants (2nd try) by Sanjay Patel · 8 years ago
  100. a30d9c6 revert r301923 : [InstCombine] don't use DeMorgan's Law on integer constants by Sanjay Patel · 8 years ago