1. f3b62df TableGen: Allow AddedComplexity values to be negative by Tom Stellard · 11 years ago
  2. 5494792 R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands by Tom Stellard · 11 years ago
  3. 635fb9f R600/SI: Fold immediates when shrinking instructions by Tom Stellard · 11 years ago
  4. e5fc420 R600/SI: Fix incorrect commute operation in shrink instructions pass by Tom Stellard · 11 years ago
  5. 42deb12 Add support for the X86 secure guard extensions instructions in assembler (SGX). by Kevin Enderby · 11 years ago
  6. 0b3444c X86 MC: Don't crash on empty memory operand parens by Reid Kleckner · 11 years ago
  7. 7895ae3 X86 MC: Reject invalid segment registers before a memory operand colon by Reid Kleckner · 11 years ago
  8. e120a76 White space fix. by Louis Gerbarg · 11 years ago
  9. af85a09 Make classof in MemSDNode consistent with MemIntrinsicSDNode by Hal Finkel · 11 years ago
  10. 22c99ee R600: Modernize work item intrinsics test by Jan Vesely · 11 years ago
  11. 7d54c5b Make sure no loads resulting from load->switch DAGCombine are marked invariant by Louis Gerbarg · 11 years ago
  12. f7be7f1 Improve the remark generated for -Rpass-missed. by Tyler Nowicki · 11 years ago
  13. db50d8b Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it is apparently used, but the build didn't return errors weirdly. by Eric Christopher · 11 years ago
  14. 8821207 Improve the remark generated when a variable that is used outside the loop is not a reduction or induction variable. by Tyler Nowicki · 11 years ago
  15. 03c8d18 Replaces a few pointers with references in llvm-nm.cpp. by Rafael Espindola · 11 years ago
  16. c57853e Fixing CMake problems with MCObjectDisassembler.cpp not existing. by Aaron Ballman · 11 years ago
  17. e8a696f Remove MCObjectDisassembler.cpp as it is untested and unused. by Eric Christopher · 11 years ago
  18. 36daac3 msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341) by Hans Wennborg · 11 years ago
  19. fc272c3 DWOHolder takes ownership of the argument constructor, use std::unique_ptr. by Rafael Espindola · 11 years ago
  20. 81becb7 Use a reference instead of a pointer. by Rafael Espindola · 11 years ago
  21. 156ce6c Add documentation for lit's --show-unsupported flag by Eric Fiselier · 11 years ago
  22. 8d6cf4d Clarify in PowerPC release notes that 32-bit PIC support is incomplete. by Bill Schmidt · 11 years ago
  23. 723bdb5 Disable IsSub subregister assert. pr18663. by Will Schmidt · 11 years ago
  24. 72c5355 Remove unused argument. by Rafael Espindola · 11 years ago
  25. 1023307 Move MCObjectSymbolizer.h to MC/MCAnalysis. by Rafael Espindola · 11 years ago
  26. 50c05c9 Fix ScalarEvolutionExpander when creating a PHI in a block with duplicate predecessors by Hal Finkel · 11 years ago
  27. 94f7c7a verify-uselistorder: Change the default -num-shuffles=5 by Duncan P. N. Exon Smith · 11 years ago
  28. 26d8315 Create a default symver on Linux like ELF OSes. by Eric Christopher · 11 years ago
  29. 9d65d37 UseListOrder: Handle self-users by Duncan P. N. Exon Smith · 11 years ago
  30. 5dbbe4a Fix loop end condition. by Eric Christopher · 11 years ago
  31. b74ca14 Wrong heading level for PowerPC changes in release notes by Bill Schmidt · 11 years ago
  32. 40b4bf5 Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported. by Bill Schmidt · 11 years ago
  33. b0574ad Add PowerPC release notes for 3.5. by Bill Schmidt · 11 years ago
  34. 43a151d Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. by Aaron Ballman · 11 years ago
  35. fec274d Fixing a -Wcast-qual warning in GCC. No functional changes. by Aaron Ballman · 11 years ago
  36. 7ee4f09 [msan] Fix handling of array types. by Evgeniy Stepanov · 11 years ago
  37. 8a78bb9 [asan] Support x86 REP MOVS asm instrumentation. by Evgeniy Stepanov · 11 years ago
  38. 40f2023 MergeFunctions, tiny refactoring: by Stepan Dyatkovskiy · 11 years ago
  39. 95ec276 [FastISel][AArch64] Add basic bitcast support for conversion between float and int. by Juergen Ributzka · 11 years ago
  40. a60ed42 [FastISel][AArch64] Add sqrt intrinsic support. by Juergen Ributzka · 11 years ago
  41. a4a812f InstCombine: Correctly propagate NSW/NUW for x-(-A) -> x+A by David Majnemer · 11 years ago
  42. ec7ee07 InstSimplify: Simplify (X - (0 - Y)) if the second sub is NUW by David Majnemer · 11 years ago
  43. d1d53e8 Fix some grammatical errors. by Richard Smith · 11 years ago
  44. e482ebc [FastISel][AArch64] Update and enable patchpoint and stackmap intrinsic tests for FastISel. by Juergen Ributzka · 11 years ago
  45. e3a7501 [FastISel][AArch64] Add MachO large code model support for function calls. by Juergen Ributzka · 11 years ago
  46. 1c9b982 A std::unique_ptr case I missed in the previous patch. by Rafael Espindola · 11 years ago
  47. 79002da Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  48. 0a8cc45 Don't fail tablegen immediately after failing to set a value. by Pete Cooper · 11 years ago
  49. b71c54f Add a better error message when failing to assign one tablegen value to another by Pete Cooper · 11 years ago
  50. b4d70a0 Fix bit initializer which was one bit too long, but worked so long as we silently dropped the leading 0 by Pete Cooper · 11 years ago
  51. 302e995 Fix bit initializer which was one bit too long, but worked so long as we silently dropped the leading 0 by Pete Cooper · 11 years ago
  52. fa003d0 Delete dead code. by Rafael Espindola · 11 years ago
  53. e5ae09b UseListOrder: Don't give constant IDs to GlobalValues by Duncan P. N. Exon Smith · 11 years ago
  54. dc6c25c [FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target addresses. by Juergen Ributzka · 11 years ago
  55. 450c33b [FastISel][AArch64 and X86] Don't emit stores for UNDEF arguments during function call lowering. by Juergen Ributzka · 11 years ago
  56. d321cdf verify-uselistorder: Add RUN lines to cases in test/Assembly by Duncan P. N. Exon Smith · 11 years ago
  57. a749ecc X86 asm parser: Avoid duplicating the list of aliased instructions by Reid Kleckner · 11 years ago
  58. cadb2a8 Add mtpid/mfpid for BookE. by Joerg Sonnenberger · 11 years ago
  59. 187d75c Attempt at fixing the windows dll build. by Rafael Espindola · 11 years ago
  60. c222d61 llvm-profdata: Add a test for mismatched numbers of counters by Justin Bogner · 11 years ago
  61. 2adcddc llvm-profdata: Use consistent file suffixes in tests by Justin Bogner · 11 years ago
  62. d571205 Use "weak alias" instead of "alias weak" by Rafael Espindola · 11 years ago
  63. 367c5c2 Refactor TLBIVAX and add tlbsx. by Joerg Sonnenberger · 11 years ago
  64. 7af08a4 X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste by Reid Kleckner · 11 years ago
  65. cb99212 [FastISel][AArch64] Add select folding support for the XALU intrinsics. by Juergen Ributzka · 11 years ago
  66. 29c424c [FastISel][AArch64] Add branch folding support for the XALU intrinsics. by Juergen Ributzka · 11 years ago
  67. 2235d7b [FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflow intrinsic support. by Juergen Ributzka · 11 years ago
  68. 07731b3 [FastISel] Move the helper function isCommutativeIntrinsic into FastISel base class. by Juergen Ributzka · 11 years ago
  69. 24383df [FastISel][AArch64] Create helper functions to create the various multiplies on AArch64. by Juergen Ributzka · 11 years ago
  70. b0dba10 [FastISel][AArch64] Add support for shift-immediate. by Juergen Ributzka · 11 years ago
  71. 5624046 InstCombine: Simplify (A ^ B) or/and (A ^ B ^ C) by David Majnemer · 11 years ago
  72. ee6a050 Add rfdi and rfmci from the e500/e500mc ISA. by Joerg Sonnenberger · 11 years ago
  73. 7f6a685 SLP Vectorizer: Canonicalize tree operands of commutitive binary operands. by Chad Rosier · 11 years ago
  74. 7fef5a3 SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics. by Rafael Espindola · 11 years ago
  75. 9e3d58a Add BookE's tlbre, tlbwe and tlbivax instructions. by Joerg Sonnenberger · 11 years ago
  76. 31c0b5b docs: update the command guide documentation for llvm-profdata. by Alex Lorenz · 11 years ago
  77. 8f34515 Fix test case introduced in r214322 by Louis Gerbarg · 11 years ago
  78. dab34a6 LangRef: add a note about the mangling-suppressing \01 prefix by Hans Wennborg · 11 years ago
  79. 8fa6f94 Refactor duplicated code. by Rafael Espindola · 11 years ago
  80. 75ba1b0 Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. by Aaron Ballman · 11 years ago
  81. 5fb3c84 Retain alignment requirements for load->selects modified by DAGCombine by Louis Gerbarg · 11 years ago
  82. 43b54db UseListOrder: Visit global values by Duncan P. N. Exon Smith · 11 years ago
  83. 8dc3e30 Fix line endings before adding RUN lines, NFC by Duncan P. N. Exon Smith · 11 years ago
  84. 89c4197 Rename llvm-uselistorder => verify-uselistorder by Duncan P. N. Exon Smith · 11 years ago
  85. 4a9efda llvm-uselistorder: Improve the tool description by Duncan P. N. Exon Smith · 11 years ago
  86. e188fa6 llvm-uselistorder: Fix memory leak from r214125 by Duncan P. N. Exon Smith · 11 years ago
  87. 4366b6c Add the missing hasLinkOnceODRLinkage predicate. by Rafael Espindola · 11 years ago
  88. d59fa04 Add a small test showing when a linkonce_odr symbol can be hidden. by Rafael Espindola · 11 years ago
  89. b5b178a Correct vector type definition in LangRef. by Manuel Jacob · 11 years ago
  90. a4d6ef1 Add BookE's wrtee and wrteei instructions. by Joerg Sonnenberger · 11 years ago
  91. a2d6cb1 SPRG 0 to 3 are valid outside BookE, so move them to the normal test by Joerg Sonnenberger · 11 years ago
  92. 840b5d5 Don't manually (and forcibly) run the verifier on the entire module from by Chandler Carruth · 11 years ago
  93. 1febfa2 [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO. by Lang Hames · 11 years ago
  94. e54c557 [PowerPC] Add JMP_SLOT relocation definitions by Hal Finkel · 11 years ago
  95. f3e7778 R600/SI: Remove redundant setting of bits on instructions. by Matt Arsenault · 11 years ago
  96. e1681c9 [MCJIT] Actually remap sections based llvm-rtdyld options added in r214255. by Lang Hames · 11 years ago
  97. 562fd7a Use range loops. by Rafael Espindola · 11 years ago
  98. 3bff0d2b Convert a few more function pointer calls to just "f()". by Rafael Espindola · 11 years ago
  99. 9823db9 [AVX512] Test that _mm512_set1_* intrinsics generate broadcasts by Adam Nemet · 11 years ago
  100. 0d51d7b [AVX512] Add missing CHECK-LABEL by Adam Nemet · 11 years ago