1. 0564129 [AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Operand::print(...) by Vladimir Sukharev · 10 years ago
  2. a9228aa [SCEV] Revert bailout added in r75511. by Sanjoy Das · 10 years ago
  3. 69688b9 revert inadvertent change by Sanjay Patel · 10 years ago
  4. 4ce6568 comment cleanup; NFC by Sanjay Patel · 10 years ago
  5. aa66f22 Remove outdated README-SSE.txt entries. by Benjamin Kramer · 10 years ago
  6. 8f820e9 InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0 by Benjamin Kramer · 10 years ago
  7. 27d12f3 [AArch64, ARM] Add v8.1a architecture and generic cpu by Vladimir Sukharev · 10 years ago
  8. 5de4af6 Use SDValue bool checks; NFC intended by Sanjay Patel · 10 years ago
  9. 1c76e39 fix indent; NFC by Sanjay Patel · 10 years ago
  10. 439d17c [SLSR] handle candidate form &B[i * S] by Jingyue Wu · 10 years ago
  11. 54b6c4c Sometimes report_fatal_error is called when there is not a handler function used to fail gracefully. In that case, RunInterruptHandlers is called, which attempts to enter a critical section object. Ensure that the critical section is properly initialized so that this code functions properly, and tools like clang-tidy do not crash in Debug builds. by Aaron Ballman · 10 years ago
  12. 06a8dfd [mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC. by Toma Tabacu · 10 years ago
  13. 971eb1b [X86][FastIsel] Teach how to select vector load instructions. by Andrea Di Biagio · 10 years ago
  14. a977f7e Revert "Linker: Drop function pointers for overridden subprograms" by Duncan P. N. Exon Smith · 10 years ago
  15. 7a1a3e9 bugpoint: Verify input files by Duncan P. N. Exon Smith · 10 years ago
  16. 6a62f78 bugpoint: Return early after error, NFC by Duncan P. N. Exon Smith · 10 years ago
  17. 45f376c [RegisterCoalescer] Add a rule to consider more profitable copies first when by Quentin Colombet · 10 years ago
  18. dd9bb11 Testcase for r233239. by Eric Christopher · 10 years ago
  19. 3a77909 Add computeFSAdditions to the function based subtarget creation by Eric Christopher · 10 years ago
  20. 6141f17 llvm-link: Verify input modules by Duncan P. N. Exon Smith · 10 years ago
  21. 7424d93 Fix typo in comment. by Nico Weber · 10 years ago
  22. 93d8819 [ValueTracking] Fix PR23011. by Sanjoy Das · 10 years ago
  23. eb32048 [DAGCombiner] Add support for TRUNCATE + FP_EXTEND vector constant folding by Simon Pilgrim · 10 years ago
  24. 00aafa5 Linker: Stop using -gmlt test/Linker/subprogram-linkonce-weak.ll by Duncan P. N. Exon Smith · 10 years ago
  25. 5b99eba Fix remaining MSVC warning by Andrew Kaylor · 10 years ago
  26. ca33fd7 RegisterCoalescer: Fix implicit def handling in register coalescer by Matthias Braun · 10 years ago
  27. dffffd2 MachineVerifier: slightly simplify code that is only called with vregs by Matthias Braun · 10 years ago
  28. 3f972ab Linker: Loosen checks slightly from r233207 by Duncan P. N. Exon Smith · 10 years ago
  29. d6d4592 Revert r233206 by Krzysztof Parzyszek · 10 years ago
  30. a8b46e7 WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables by Reid Kleckner · 10 years ago
  31. 151bc36 Linker: Rewrite dwarfdump checks from r233164 by Duncan P. N. Exon Smith · 10 years ago
  32. 1ab3094 [Hexagon] Keep the bare getSubtargetImpl for now by Krzysztof Parzyszek · 10 years ago
  33. bd9a548 Add Hardware Transactional Memory (HTM) Support by Kit Barton · 10 years ago
  34. 55f6e3b clang-format bits of code to make another patch readable. by Rafael Espindola · 10 years ago
  35. 489e5e5 Simplify missing-file-line.ll test. by Peter Collingbourne · 10 years ago
  36. c33c447 DebugInfo: Permit DW_TAG_structure_type, DW_TAG_member, DW_TAG_typedef tags with empty file names. by Peter Collingbourne · 10 years ago
  37. e53dbeb [X86, AVX] improve insertion into zero element of 256-bit vector by Sanjay Patel · 10 years ago
  38. 62dd074 use update_llc_test_checks.py to tighten checking in these tests by Sanjay Patel · 10 years ago
  39. 2ebb9f0 llvm-jitlistener: Add missing include. by Benjamin Kramer · 10 years ago
  40. eaf3cbd [APInt] Add an isSplat helper and use it in some places. by Benjamin Kramer · 10 years ago
  41. 17a29a4 [Hexagon] Pattern match a CTZ loop into a call to countTrailingZeros. by Benjamin Kramer · 10 years ago
  42. 4d09974 [ARM] Rewrite .save/.vsave emission with bit math by Benjamin Kramer · 10 years ago
  43. a427f12 Make exit-code test use same mechanism as existing one. by Daniel Jasper · 10 years ago
  44. d033c4b Fix fixup evaluation when deciding what to relocate with. by Rafael Espindola · 10 years ago
  45. 3467618 [Orc] Remove another unnecessary typedef. by Lang Hames · 10 years ago
  46. 962dcdf [optnone] Skip pass Float2Int on optnone functions. by Andrea Di Biagio · 10 years ago
  47. 47fd563 [Orc][lli] Add a very simple Orc-based lazy JIT to lli. by Lang Hames · 10 years ago
  48. 3132115 [X86] Simplify check lines in tests. No functional change. by Andrea Di Biagio · 10 years ago
  49. 09f1b67 Reapply r233062: "float2int": Add a new pass to demote from float to int where possible. by James Molloy · 10 years ago
  50. c0ffe0f test: Fix the dependencies for the check-llvm-* targets by Justin Bogner · 10 years ago
  51. 544763d Fix build. by Rafael Espindola · 10 years ago
  52. 5238b7f [X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functions from X86 MC layer. They haven't been used since CPU autodetection was removed from X86Subtarget.cpp. by Craig Topper · 10 years ago
  53. afb57c0 [Orc] Remove extraneous 'typename'. This should cheer the bots up. by Lang Hames · 10 years ago
  54. 339fa95 [Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support by Lang Hames · 10 years ago
  55. 2186876 Linker: Temporarily disable dwarfdump checks from r233164 by Duncan P. N. Exon Smith · 10 years ago
  56. c89369a Linker: Drop function pointers for overridden subprograms by Duncan P. N. Exon Smith · 10 years ago
  57. ef81f7c [ADT] Teach MapVector to support a swap member. Will be used in by Chandler Carruth · 10 years ago
  58. 41509f4 Fix warning on non-assert build. by Rafael Espindola · 10 years ago
  59. 49dba99 Produce an error instead of asserting on invalid .sleb128/.uleb128. by Rafael Espindola · 10 years ago
  60. 759015d 'optnone' should not disable DAG combiner. by Paul Robinson · 10 years ago
  61. c50bf46 !invariant.load semantics with potentially clobbering calls by Philip Reames · 10 years ago
  62. 4e86f54 Don't be over eager in evaluating a subtraction with a weak symbol. by Rafael Espindola · 10 years ago
  63. d639e19 X86: Fix frameescape when not using an FP by Reid Kleckner · 10 years ago
  64. fa71fb3 Update a test I missed in r233132 by Justin Bogner · 10 years ago
  65. 1e4e27a Disabling warnings for MSVC build to enable /W4 use. by Andrew Kaylor · 10 years ago
  66. b9e97c7 llvm-cov: Require a subcommand when invoked as llvm-cov by Justin Bogner · 10 years ago
  67. 4e933df Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 10 years ago
  68. 28b71b1 [dsymutil] Temporarily disable some tests on windows. by Frederic Riss · 10 years ago
  69. 14c1d06 optimize the AVX2 (integer) version of vperm2 into a shuffle by Sanjay Patel · 10 years ago
  70. dad4e9c Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 10 years ago
  71. 6bde9f6 Merge empty landing pads in SimplifyCFG by Philip Reames · 10 years ago
  72. 54ce82e Add -m -m elf_x86_64 to gold invocations. by Rafael Espindola · 10 years ago
  73. ef9962d Revert "Remove an InstCombine that seems to have become redundant." by David Blaikie · 10 years ago
  74. 45eaa02 Reset the CFA offset at the start of every FDE. by Rafael Espindola · 10 years ago
  75. 4b8dfba AArch64: use a different means to determine whether to byte swap relocations. by Peter Collingbourne · 10 years ago
  76. f99b7d0 MC: Add more stringent symbol checking to test. by Peter Collingbourne · 10 years ago
  77. 80da862 Remove an InstCombine that seems to have become redundant. by David Blaikie · 10 years ago
  78. 5e0ce9d [X86, AVX] instcombine vperm2 intrinsics with zero inputs into shuffles by Sanjay Patel · 10 years ago
  79. 71be19d [llvm-readobj] add support for macho universal binary. by Rafael Espindola · 10 years ago
  80. f61cd8b Revert r233062 ""float2int": Add a new pass to demote from float to int where possible." by Hans Wennborg · 10 years ago
  81. fe1187e [IRCE] Fix how IRCE checks for no-sign-overflow. by Sanjoy Das · 10 years ago
  82. 33a864a [IRCE] Fix a regression introduced in r232444. by Sanjoy Das · 10 years ago
  83. fe76881 [X86, AVX] recognize shufflevector with zero input as a vperm2 (PR22984) by Sanjay Patel · 10 years ago
  84. 1329ecf DebugInfo: Reorder definitions of MDLocation and MDFile, NFC by Duncan P. N. Exon Smith · 10 years ago
  85. 15a873a Verifier: Start recursing into !dbg attachments by Duncan P. N. Exon Smith · 10 years ago
  86. eeb2ba6 Verifier: !llvm.dbg.cu must point at compile units by Duncan P. N. Exon Smith · 10 years ago
  87. ab10069 DebugInfo: Add MDLocalScope, a legal scope for locals by Duncan P. N. Exon Smith · 10 years ago
  88. 63ccf14 Refactor: Simplify boolean expressions in lib/Analysis by David Blaikie · 10 years ago
  89. dcd8c45 Refactor: Simplify boolean expressions in AArch64 target by David Blaikie · 10 years ago
  90. 06426f5 [mips] Support 16-bit offsets for 'm' inline assembly memory constraint. by Daniel Sanders · 10 years ago
  91. 63d8e01 R600/SI: Insert more NOPs after READLANE on VI, don't use NOPs on CI by Marek Olsak · 10 years ago
  92. a2705bb R600/SI: Select V_BFE_U32 for and+shift with a non-literal offset by Marek Olsak · 10 years ago
  93. 226f794 R600/SI: Custom-select 32-bit S_BFE from bitwise opcodes by Marek Olsak · 10 years ago
  94. 945fab3 R600/SI: Improve BFM support by Marek Olsak · 10 years ago
  95. 3f05a5e R600/SI: Use V_FRACT_F64 for faster 64-bit floor on SI by Marek Olsak · 10 years ago
  96. 91c066a R600/SI: Expand fract to floor, then only select V_FRACT on CI by Marek Olsak · 10 years ago
  97. 1989d62 Internalize the StackMapLiveness pass. by Benjamin Kramer · 10 years ago
  98. 765aab8 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  99. 9990bb3 Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type 'unsigned int' in operation"; NFC. by Aaron Ballman · 10 years ago
  100. a1bcd75 [mips] Simplify boolean expressions in Mips target with `clang-tidy` by Simon Atanasyan · 10 years ago