1. 02e249f clang-format. NFC. by Rafael Espindola · 9 years ago
  2. 069b376 Add const qualifiers to appease bots; NFC by Sanjoy Das · 9 years ago
  3. ed8d5ea Allow -inline-threshold to override default threshold. by Easwaran Raman · 9 years ago
  4. 7534b79 Forgotten file from r269992. by Richard Smith · 9 years ago
  5. 4dace2a [GuardWidening] Introduce range check merging by Sanjoy Das · 9 years ago
  6. a499216 Reapply r263460: [SpillPlacement] Fix a quadratic behavior in spill placement. by Quentin Colombet · 9 years ago
  7. c2d48e6 Record a TargetMachine instead of a Reloc::Model. by Rafael Espindola · 9 years ago
  8. 86af286 [LibFuzzer] Work around crashes in ``__sanitizer_malloc_hook()`` under Mac OSX. by Dan Liew · 9 years ago
  9. 30c760d Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
  10. e40864c [ARM, AArch64] Match additional patterns to ldN instructions by Matthew Simpson · 9 years ago
  11. 2ddec05 AMDGPU: Remove pointless conversions by Matt Arsenault · 9 years ago
  12. 15399a9 [WebAssembly] Simplify code that never has to handle physical registers. NFC. by Dan Gohman · 9 years ago
  13. 17e7f119 Move ProfileSummary to IR. by Easwaran Raman · 9 years ago
  14. 4f4b87e [InstCombine] Avoid combining the bitcast of a var that is used as both address and result of load instructions by Guozhi Wei · 9 years ago
  15. 890e600 comment out line that is causing UBSAN bot failures by Sanjay Patel · 9 years ago
  16. 09166ea [obj2yaml] [yaml2obj] Support for MachO Load Command data by Chris Bieneman · 9 years ago
  17. ac5b917 Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data" by Chris Bieneman · 9 years ago
  18. 80f6f55 Fix -Wunused-variable in non-Asserts build by David Blaikie · 9 years ago
  19. dadbde9 [obj2yaml] [yaml2obj] Support for MachO Load Command data by Chris Bieneman · 9 years ago
  20. 7aaac1e Recommit r255691 since PR26509 has been fixed. by Wei Mi · 9 years ago
  21. 803d656 Simplify conditional unreachable into an assertion by David Blaikie · 9 years ago
  22. dadccff Fix -Wmicrosoft-enum-value warning by Reid Kleckner · 9 years ago
  23. eda241a X86: Don't reset the stack after calls that don't return (PR27117) by Hans Wennborg · 9 years ago
  24. be9d248 Modify emitTypeInformation to use MemoryTypeTableBuilder by Adrian McCarthy · 9 years ago
  25. d06ea8a [ARM, AArch64] Properly initialize InterleavedAccessPass by Matthew Simpson · 9 years ago
  26. 73cd9cf [Target] Don't return a std::string in getRegAsmName by David Majnemer · 9 years ago
  27. 57c3a79 [x86] add tests for urem lowering by Sanjay Patel · 9 years ago
  28. 187ca85 Remember the relocation model. NFC. by Rafael Espindola · 9 years ago
  29. 0323a2e Style fixes. NFC. by Rafael Espindola · 9 years ago
  30. 7c8f8b7 [SystemZ] Test commit - remove idea from README by Zhan Jun Liau · 9 years ago
  31. bbac091 AMDGPU: Also look for s_cbranch_vccz by Matt Arsenault · 9 years ago
  32. cc76d42 pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex. by Rui Ueyama · 9 years ago
  33. f92376e Fix a covnersion from string to bool issue used in an assert by Ron Lieberman · 9 years ago
  34. 9ea46b8 [X86][SSE] Added fast-isel tests to sync with clang/test/CodeGen/sse-builtins.c by Simon Pilgrim · 9 years ago
  35. 6257075 [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd tests by Simon Pilgrim · 9 years ago
  36. 27d8b83 CodeGen: Move check of EnablePostRAScheduler to avoid disabling antidependency breaker by Mitch Bodart · 9 years ago
  37. b29ea64 Temporarily revert r270070 by George Rimar · 9 years ago
  38. 88f5077 [SCCP] Prefer class to struct. by Davide Italiano · 9 years ago
  39. c105a37 [SelectionDAG] rename/move isKnownToBeAPowerOfTwo() from TargetLowering (NFC) by Sanjay Patel · 9 years ago
  40. 204e320 [LAA] Check independence of strided accesses before forward case by Matthew Simpson · 9 years ago
  41. c9c6937 [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style. by George Rimar · 9 years ago
  42. ae7c8dd [AArch64 ] Generate a BFXIL from 'or (and X, Mask0Imm),(and Y, Mask1Imm)'. by Chad Rosier · 9 years ago
  43. ab4af72 [ARM] Add cdp intrinsic tests. by Ranjeet Singh · 9 years ago
  44. 8f225b9 Test commit. by Ranjeet Singh · 9 years ago
  45. d8bb9ec [AMDGPU][llvm-mc] Fixes to support buffer atomics. by Artem Tamazov · 9 years ago
  46. 785d7f7 ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocation by Zoran Jovanovic · 9 years ago
  47. e4c0214 [X86][SSE2] Added _mm_move_* tests by Simon Pilgrim · 9 years ago
  48. a861f2e [X86][SSE2] Added _mm_cast* and _mm_set* tests by Simon Pilgrim · 9 years ago
  49. 7b27dc2 [mips][mips16] Fix ZERO is not a CPU16Regs register error from the machine verifier. by Daniel Sanders · 9 years ago
  50. 7e9b796 [X86] Enable RRL part of the LEA optimization pass for -O2. by Andrey Turetskiy · 9 years ago
  51. f684770 [mips][microMIPS] Implement BC1EQZC, BC1NEZC, BC2EQZC and BC2NEZC instructions by Zlatko Buljan · 9 years ago
  52. ad8832da [X86] Generalize and combine some similar type constraints and node types. No changes to the isel table size so the separation wasn't buying us anything. by Craig Topper · 9 years ago
  53. ac890c2 [X86] Simplify some type constraints by removing parts that were already implied. by Craig Topper · 9 years ago
  54. 28f667b CodeGen: Make the global-merge pass independently testable, and add a test. by Peter Collingbourne · 9 years ago
  55. c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  56. 658bddf [GuardWidening] Use getEquivalentICmp to fold constant compares by Sanjoy Das · 9 years ago
  57. 15c62f9 [ConstantRange] Add an getEquivalentICmp helper by Sanjoy Das · 9 years ago
  58. 62dec0f [WebAssembly] Update WebAssembly target for r269988. by Dan Gohman · 9 years ago
  59. ab2007f [X86] Remove some type constraint classes and use already existing stricter classes. by Craig Topper · 9 years ago
  60. 2928467 [AVX512] Strengthen type constraints for VFIXUPIMM patterns and combine the type constraints for vector and scalar. by Craig Topper · 9 years ago
  61. 783e35a [WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG. by Dan Gohman · 9 years ago
  62. efac554 Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  63. c40c117 reduce indentation; NFCI by Sanjay Patel · 9 years ago
  64. d6995c8 [AArch64] Push comment into function. NFC. by Chad Rosier · 9 years ago
  65. 221ed41 AMDGPU: Fix verifier error when spilling undef subreg by Matt Arsenault · 9 years ago
  66. 5963742 [obj2yaml] Refactoring of dumping MachO section structs by Chris Bieneman · 9 years ago
  67. 44aaff0 AMDGPU: Fix promote alloca for pointer loads by Matt Arsenault · 9 years ago
  68. 9dbb322 [LowerGuards] Rename variable; NFC by Sanjoy Das · 9 years ago
  69. 0266d5e New pass: guard widening by Sanjoy Das · 9 years ago
  70. 8458fdb Follow-up patch of http://reviews.llvm.org/D19948 to handle missing profiles when simplifying CFG. by Dehao Chen · 9 years ago
  71. 7a03ff4 [MBP] Remove a redundant skipFunction(). NFC. by Haicheng Wu · 9 years ago
  72. cf44b36 Work around a glibc bug: backtrace() spuriously fails if by Richard Smith · 9 years ago
  73. 7aae44e fix formatting; NFC by Sanjay Patel · 9 years ago
  74. ac8db59 Delete Reloc::Default. by Rafael Espindola · 9 years ago
  75. 57380a7 [lanai] Change the way flag setting instructions are checked. by Jacques Pienaar · 9 years ago
  76. 6e6d60d [LoopUnrollAnalyzer] Take into account cost of instructions controlling branches, along with their operands. by Michael Zolotukhin · 9 years ago
  77. 23cb114 [x86] add test for immediate comment formatting by Sanjay Patel · 9 years ago
  78. b3b1972 [WebAssembly] Disable the MachineScheduler. by Dan Gohman · 9 years ago
  79. 346e51e Fixing test failure on Windows bot by Chris Bieneman · 9 years ago
  80. 279b28e clang-format SimplifyCFG.cpp. by Dehao Chen · 9 years ago
  81. c8ee6f3 AMDGPU: Fix incorrect simm check by Jan Vesely · 9 years ago
  82. fa30381 When looking for a spill slot in reg scavenger, find one that matches RC by Krzysztof Parzyszek · 9 years ago
  83. 7521162 [X86][SSE2] Added fast-isel tests to sync with clang/test/CodeGen/sse2-builtins.c by Simon Pilgrim · 9 years ago
  84. de2a437 [AArch64] Minor refactoring. NFC. by Chad Rosier · 9 years ago
  85. 7d1364e clean up; NFCI by Sanjay Patel · 9 years ago
  86. 17e3d06 pdbdump: Print out section offsets in the publics stream. by Rui Ueyama · 9 years ago
  87. bbc289f Delete dead code. Reloc::Default is the default. by Rafael Espindola · 9 years ago
  88. 7ec0ea1 Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64 by Chris Bieneman · 9 years ago
  89. 76e32df AMDGPU: Error if branch distance exceeds limit by Matt Arsenault · 9 years ago
  90. 3cd52ae AMDGPU: Other sizes of popcnt are fast by Matt Arsenault · 9 years ago
  91. a9355d3 Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions" by Hans Wennborg · 9 years ago
  92. 5d9f8fb AMDGPU: Fix assert when erroring on a call by Matt Arsenault · 9 years ago
  93. c023b23 Trivial cleanups. by Rafael Espindola · 9 years ago
  94. 41cf920 AMDGPU: Handle alloca promoting with null operands by Matt Arsenault · 9 years ago
  95. c33f9cd AMDGPU: Fix a few slightly broken tests by Matt Arsenault · 9 years ago
  96. 39107cc AMDGPU: Don't run passes that aren't useful by Matt Arsenault · 9 years ago
  97. 71a492e AMDGPU: Fix assert on ttmp registers by Matt Arsenault · 9 years ago
  98. d77d4c0 [PM] Port per-function SCCP to the new pass manager. by Davide Italiano · 9 years ago
  99. 8b8fb6b [Hexagon] Recognize "q" and "v" in inline-asm as register constraints by Krzysztof Parzyszek · 9 years ago
  100. da38a6d [WebAssembly] Don't expand divisions by constants. by Dan Gohman · 9 years ago