1. 5574399 Remove dead code from old 64-bit SEH lowering by Reid Kleckner · 10 years ago
  2. db5a82b Allow {e,r}bp as the target of {read,write}_register. by Pat Gavlin · 10 years ago
  3. dc219dd fix an invisible bug when combining repeated FP divisors by Sanjay Patel · 10 years ago
  4. c014920 [StackMap] Use lambdas to specify the sort and erase conditions. NFC. by Juergen Ributzka · 10 years ago
  5. fd5ef9d [StackMap] Rename variables to be more consistent. NFC. by Juergen Ributzka · 10 years ago
  6. 9ba87b8 [StackMaps] Use emplace_back when possible. NFC. by Juergen Ributzka · 10 years ago
  7. c0970bd Add a test of a regression discovered during testing of r241673 by Silviu Baranga · 10 years ago
  8. 2b2d861 AMDGPU/SI: The SIShrinkInstructions pass should only fold immediates with one use by Tom Stellard · 10 years ago
  9. e05910e AMDGPU/SI: Fix crash on physical registers in SIInstrInfo::isOperandLegal() by Tom Stellard · 10 years ago
  10. c979986 Add missing file from previous commit. by Rafael Espindola · 10 years ago
  11. a55816b Basic support for BSD symbol tables in archives. by Rafael Espindola · 10 years ago
  12. 8e78dfc [Hexagon] Add missing preamble to a source file by Krzysztof Parzyszek · 10 years ago
  13. f336caf Remove redundant variable. NFC. by Rafael Espindola · 10 years ago
  14. f283cd9 Don't rely on the DepCands iteration order when constructing checking pointer groups by Silviu Baranga · 10 years ago
  15. 3696927 Add a helper to printing BE of LE depending on the format. by Rafael Espindola · 10 years ago
  16. cdc323b Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user by Mehdi Amini · 10 years ago
  17. dbbfaba Reapply fixed r241790: Fix shift legalization and lowering for big constants. by Pawel Bylica · 10 years ago
  18. 56240ea Extract printBSDMemberHeader. by Rafael Espindola · 10 years ago
  19. b13f72a [Hexagon] Add support for atomic RMW operations by Krzysztof Parzyszek · 10 years ago
  20. 86d3dfc [AArch64] Select SBFIZ or UBFIZ instead of left + right shifts by Arnaud A. de Grandmaison · 10 years ago
  21. 0e714c7 [ARM] Thumb1 3 to 2 operand convertion for commutative operations by Scott Douglass · 10 years ago
  22. 7b8defd [ARM] Don't be overzealous converting Thumb1 3 to 2 operands by Scott Douglass · 10 years ago
  23. 3ca1884 [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 by Scott Douglass · 10 years ago
  24. ab17c04 [ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc) by Scott Douglass · 10 years ago
  25. c221d44 [ARM] Add ADD tests for Thumb2 narrowing (nfc) by Scott Douglass · 10 years ago
  26. b2d2f282 Test for 241794 (nest attribute in AArch64) by Renato Golin · 10 years ago
  27. 86b4ed2 Add support for nest attribute to AArch64 backend by Renato Golin · 10 years ago
  28. 6055ca7 Add getSizeInBits function to the APFloat class by Tamas Berghammer · 10 years ago
  29. b0205f5 Revert r241790: Fix shift legalization and lowering for big constants. by Pawel Bylica · 10 years ago
  30. 71386b0 Fix shift legalization and lowering for big constants. by Pawel Bylica · 10 years ago
  31. 43afab3 Extended syntax of vector version of getelementptr instruction. by Elena Demikhovsky · 10 years ago
  32. f959df6 [LAA] Fix line break in comment by Adam Nemet · 10 years ago
  33. ecb6a37 [LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded by Adam Nemet · 10 years ago
  34. e1ef0c0 llvm-readobj: Fix an unused variable after r241764 by Justin Bogner · 10 years ago
  35. 2efb9f7 Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots. by Adrian Prantl · 10 years ago
  36. dc4dcca Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
  37. 691b2ff Remove getDataLayout() from TargetLowering by Mehdi Amini · 10 years ago
  38. 0e496c8 Make isLegalAddressingMode() taking DataLayout as an argument by Mehdi Amini · 10 years ago
  39. 027a9f4 Make getByValTypeAlignment() taking DataLayout as an argument by Mehdi Amini · 10 years ago
  40. 29a2d86 Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument by Mehdi Amini · 10 years ago
  41. f29cc18 Make TargetLowering::getPointerTy() taking DataLayout as an argument by Mehdi Amini · 10 years ago
  42. 966e6ca Make TargetTransformInfo keeping a reference to the Module DataLayout by Mehdi Amini · 10 years ago
  43. 103bdfc Redirect DataLayout from TargetMachine to Module in ComputeValueVTs() by Mehdi Amini · 10 years ago
  44. 776151f Silence a warning, trying to unbreak the build after r241765. by Davide Italiano · 10 years ago
  45. 43dce9c Fix typename issues. by Michael J. Spencer · 10 years ago
  46. 7d0e4c7 [Object][ELF] Support dumping hash-tables from files with no section table. by Michael J. Spencer · 10 years ago
  47. b1d6ad1 [CodeView] Add support for emitting column information by David Majnemer · 10 years ago
  48. f7f4697 [LAA] Fix misleading use of word 'consecutive' by Adam Nemet · 10 years ago
  49. 5faf25b MIR Serialization: Serialize the 'undef' register machine operand flag. by Alex Lorenz · 10 years ago
  50. c1c43c1 [SLPVectorizer] Try different vectorization factors for store chains by Sanjay Patel · 10 years ago
  51. 6e999b0 RegisterPressure: Add PressureDiff::dump() by Matthias Braun · 10 years ago
  52. 7a6f545 [LAA] Revert a small part of r239295 by Adam Nemet · 10 years ago
  53. 9a39681 Run clang-format before making changes to StackMaps. NFC. by Juergen Ributzka · 10 years ago
  54. c155a41 Revert part of "Disallow Archive::child_iterator that don't point to an archive." by Rafael Espindola · 10 years ago
  55. f769239 [x86] enable machine combiner reassociations for scalar single-precision multiplies by Sanjay Patel · 10 years ago
  56. a04933e Don't reject an archive with just a symbol table. by Rafael Espindola · 10 years ago
  57. bf4296f Disallow Archive::child_iterator that don't point to an archive. by Rafael Espindola · 10 years ago
  58. 5ebb47f [LoopVectorizer] Rename BypassBlock to VectorPH, and CheckBlock to NewVectorPH. NFCI. by Michael Zolotukhin · 10 years ago
  59. c196e8f [LoopVectorizer] Restructurize code for emitting RT checks. NFCI. by Michael Zolotukhin · 10 years ago
  60. f26da26 [LoopVectorizer] Remove redundant variables PastOverflowCheck and OverflowCheckAnchor. NFCI. by Michael Zolotukhin · 10 years ago
  61. ca6e363 [LoopVectorizer] Move some code around to ease further refactoring. NFCI. by Michael Zolotukhin · 10 years ago
  62. a8e8640 [LoopVectorizer] Remove redundant variable LastBypassBlock. NFC. by Michael Zolotukhin · 10 years ago
  63. f67f2c2 MIR Parser: Remove redundant TODO comment. NFC. by Alex Lorenz · 10 years ago
  64. 35e1872 Add tests for the NVPTXLowerAggrCopies pass. by Eli Bendersky · 10 years ago
  65. 03dcd3c MIR Serialization: Serialize the 'killed' register machine operand flag. by Alex Lorenz · 10 years ago
  66. afab5f8 Add missing dependency to Hexagon target. by Diego Novillo · 10 years ago
  67. 544fa80 [X86][SSE] Vector shift test cleanup. NFC. by Simon Pilgrim · 10 years ago
  68. 576604b Use a raw_svector_ostream and simplify a loop. NFC. by Rafael Espindola · 10 years ago
  69. f8d3677 [Win64] Only treat some functions as having the Win64 convention by Reid Kleckner · 10 years ago
  70. b13e877 Start adding support for writing archives in BSD format. by Rafael Espindola · 10 years ago
  71. 31512fe MIR Parser: Use source locations for MBB naming errors. by Alex Lorenz · 10 years ago
  72. ea64a51 early exits -> less indenting; NFCI by Sanjay Patel · 10 years ago
  73. a307401 [Hexagon] Implement commoning of GetElementPtr instructions by Krzysztof Parzyszek · 10 years ago
  74. c783eb2 LibDriver: Fix output path inference. by Peter Collingbourne · 10 years ago
  75. b089d62 [LAA] Add missing debug output after r239285 by Adam Nemet · 10 years ago
  76. c011edf Object/COFF: Fix import library's getNameType method. by Rui Ueyama · 10 years ago
  77. 92ea077 [SEH] Add missing test case from previous realignment commit by Reid Kleckner · 10 years ago
  78. f0999f3 [SEH] Ensure that empty __except blocks have their own BB by Reid Kleckner · 10 years ago
  79. 1ba30c8 Expand LangRef.html's documentation on LLVM's inline assembly. by James Y Knight · 10 years ago
  80. 9c2664d MC: Make MCSubtargetInfo::isCPUStringValid() const, NFC by Duncan P. N. Exon Smith · 10 years ago
  81. dfcac4b MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC by Duncan P. N. Exon Smith · 10 years ago
  82. 4ea795b Inline function into only use. by Rafael Espindola · 10 years ago
  83. 9ff2cd5 Add a helper function to reduce a bit of code duplication. by Rafael Espindola · 10 years ago
  84. e933e5b Cosmetic cleanups - NFC by Eli Bendersky · 10 years ago
  85. 8eb1aaa [SPARC] Cleanup handling of the Y/ASR registers. by James Y Knight · 10 years ago
  86. cf8f6a2 Use a range loop. NFC. by Rafael Espindola · 10 years ago
  87. e7f45f6 [Hexagon] Generate "insert" instructions more aggressively by Krzysztof Parzyszek · 10 years ago
  88. 5d447e9 Revert 241681: causes Windows builds to fail by Krzysztof Parzyszek · 10 years ago
  89. ea2273d [Hexagon] Generate "insert" instructions more aggressively by Krzysztof Parzyszek · 10 years ago
  90. 080d7a8 [yaml2obj] Align section content using AddressAlign field's value by Simon Atanasyan · 10 years ago
  91. 8bde857 [LAA] Merge memchecks for accesses separated by a constant offset by Silviu Baranga · 10 years ago
  92. 796a06d [X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding support by Simon Pilgrim · 10 years ago
  93. 3c1e74b [yaml2obj] Use regex to match sections offsets. NFC by Simon Atanasyan · 10 years ago
  94. d9dffa6 Allow constfolding of llvm.sin.* and llvm.cos.* intrinsics by Karthik Bhat · 10 years ago
  95. 78cca47 Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that was already partially working." by NAKAMURA Takumi · 10 years ago
  96. 54a2768 llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  97. 7bcdaa6 Remove IsLittleEndian from TargetLowering and redirect to DataLayout by Mehdi Amini · 10 years ago
  98. 564bfad Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare by Mehdi Amini · 10 years ago
  99. 39ee70c [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues by Reid Kleckner · 10 years ago
  100. c845b4d Redirect DataLayout from TargetMachine to Module in StackProtector by Mehdi Amini · 10 years ago