1. c1899b1 Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 C2280. by NAKAMURA Takumi · 11 years ago
  2. c2f4077 [sanitizer] add nosanitize metadata to more coverage instrumentation instructions by Kostya Serebryany · 11 years ago
  3. 4197c13 [MBP] Revert r231238 which attempted to fix a nasty bug where MBP is by Chandler Carruth · 11 years ago
  4. d12ce78 ScalarEvolution.cpp: Appease g++-4.7. He missed implicit "this" in lambda. by NAKAMURA Takumi · 11 years ago
  5. 0610964 Remove the conditional addition of the execution dependency fixing by Eric Christopher · 11 years ago
  6. b56d7b0 Cleanup and remove a chunk of getARMSubtarget calls in the by Eric Christopher · 11 years ago
  7. 948b2db Turn off .debug_pubnames/pubtypes for PS4. by Paul Robinson · 11 years ago
  8. 5451090 Initializer lists are supported in MSVC 2013. Since that's our minimum required version, we can move that to the list of acceptable C++11 features. by Aaron Ballman · 11 years ago
  9. 05b7eaf [Support] Increase timeout for the LockFileManager back to 5 mins. by Argyrios Kyrtzidis · 11 years ago
  10. 29aeaf5 Improve test robustness by Matthias Braun · 11 years ago
  11. 295be84 [IndVarSimplify] use the "canonical" way to infer no-wrap. by Sanjoy Das · 11 years ago
  12. 12aa70b [SCEV] make SCEV smarter about proving no-wrap. by Sanjoy Das · 11 years ago
  13. 274eae8 Provide an explicit move ctor because MSVC can't synthesize one by David Blaikie · 11 years ago
  14. d0d92e7 [dsymutil] Add minimal code to emit DIE trees. by Frederic Riss · 11 years ago
  15. 17b5682 DWARFFormValue: Add getAsSignedConstant method. by Frederic Riss · 11 years ago
  16. 13d5de3 Teach DIEInteger to emit FORM_strp and FORM_ref_addr attributes. by Frederic Riss · 11 years ago
  17. c7e4df3 Make the DWARFAbbreviationDeclaration::AttributeSpec type public. by Frederic Riss · 11 years ago
  18. 0effae8 Update LangRef for explicit type changes to 'load' instruction by David Blaikie · 11 years ago
  19. 236aa85 Expand variables when evaluating absolute expressions. by Rafael Espindola · 11 years ago
  20. af9251f Update LangRef for getelementptr explicit type changes by David Blaikie · 11 years ago
  21. 198cef7 don't repeat class / function / variable names in comments; NFC by Sanjay Patel · 11 years ago
  22. 4ceab42 Support standard DWARF TLS opcode; Darwin and PS4 use it. by Paul Robinson · 11 years ago
  23. b69d556 Add LLVM support for PPC cryptography builtins by Nemanja Ivanovic · 11 years ago
  24. c56226c Try to satisfy sanitizer lint check by Reid Kleckner · 11 years ago
  25. 5109ec0 Add a FIXME for PR22796, broken ordering of ClassInfo in TableGen by David Blaikie · 11 years ago
  26. 671944f Fix the build of the gold-plugin and examples. by Rafael Espindola · 11 years ago
  27. b34736c Add missing <atomic> include to PassRegistry.h by Reid Kleckner · 11 years ago
  28. 953be88 Add a lock() function in PassRegistry to speed up multi-thread synchronization. by Erik Eckstein · 11 years ago
  29. be61f2b Recommit r231221: "Devirtualize ~parser<T> by making it protected in base classes and making derived classes final" by David Blaikie · 11 years ago
  30. c90e7f7 Bring r231132 back with a fix. by Rafael Espindola · 11 years ago
  31. c94da20 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  32. 2337c1f Revert "unique_ptrify ValID::ConstantStructElts" by Reid Kleckner · 11 years ago
  33. a2b8275 Revert the test commit. by Wei Mi · 11 years ago
  34. f1bc8c3 Test commit. It will be reverted in the next commit. by Wei Mi · 11 years ago
  35. 2e74dde Update the out-of-date dwarf expressions in these testcases. by Adrian Prantl · 11 years ago
  36. 8dd4cf1 Fix DwarfExpression::AddMachineRegExpression so it doesn't read past the by Adrian Prantl · 11 years ago
  37. 506d4b2 R600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32 by Marek Olsak · 11 years ago
  38. 34173c4 Test commit. Removed an unnecessary space by Nemanja Ivanovic · 11 years ago
  39. 40e20ea Explicitly default ilistTest::Node's copy constructor by David Blaikie · 11 years ago
  40. b74289c Revert r231221, "Devirtualize ~parser<T> by making it protected in base classes and making derived classes final" by NAKAMURA Takumi · 11 years ago
  41. 69de093 Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now, to suppress log floodng in LTO. by NAKAMURA Takumi · 11 years ago
  42. 81338a4 Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how AtomicRMWInsts are expanded. by JF Bastien · 11 years ago
  43. 2e37a6f [mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generator by Jozef Kolek · 11 years ago
  44. a558232 [PowerPC] Remove unnecessary and incomplete commentary by Bill Schmidt · 11 years ago
  45. da5e568 [X86][FastISel] Simplify the logic in method X86SelectSIToFP. by Andrea Di Biagio · 11 years ago
  46. 826cbaf asan: do not instrument direct inbounds accesses to stack variables by Dmitry Vyukov · 11 years ago
  47. dee2f990 [mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC. by Toma Tabacu · 11 years ago
  48. 2a817f8 [mips] Keep the parameter list of Filler::searchRange() consistent. NFC. by Vasileios Kalintiris · 11 years ago
  49. 67fade9 [MBP] Fix a really horrible bug in MachineBlockPlacement, but behind by Chandler Carruth · 11 years ago
  50. ab4d9a3 [mips] Specify the correct value type when combining a CMovFP node. by Vasileios Kalintiris · 11 years ago
  51. f68f28a Add a flag to experiment with outlining optional branches. by Daniel Jasper · 11 years ago
  52. 78c4ef5 Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot handle yet. by Kristof Beyls · 11 years ago
  53. b660ece [Tablegen] Use correct result number variables with the pattern nodes they go with when handling SDTCisSameAs. No functional change as they are always both 0 unless you try to define a multi result type profile that uses SDTCisSame on one of the other results. by Craig Topper · 11 years ago
  54. 5edbe7e Explicitly default DenseMapTest::CtorTest::operator= by David Blaikie · 11 years ago
  55. ee118f3 Remove explicit RNSuccIterator copy assignment in favor of implicit default by David Blaikie · 11 years ago
  56. 5651a7b use = default instead of {} by David Blaikie · 11 years ago
  57. d4b0124 Make format_object_base explicitly copyable, so format_objects can be copied without relying on the implicit copy ctor by David Blaikie · 11 years ago
  58. ca12616 Devirtualize ~parser<T> by making it protected in base classes and making derived classes final by David Blaikie · 11 years ago
  59. dcc6701 Avoid copying parser objects by David Blaikie · 11 years ago
  60. bbfda9c [DAGCombine] Fix a bug in a BUILD_VECTOR combine by Michael Kuperstein · 11 years ago
  61. 4e942d6 Make OptionValue explicitly copyable by David Blaikie · 11 years ago
  62. 11c03fe Devirtualize OptionValue::~OptionValue in favor of protected in the base, with final derived classes by David Blaikie · 11 years ago
  63. 8667ab7 [MC][Target] Implement support for R_X86_64_SIZE{32,64}. by Davide Italiano · 11 years ago
  64. b9c28bc [llvm-pdbdump] Display full enum definitions. by Zachary Turner · 11 years ago
  65. cc8f2c2 Revert "[ADT] fail-fast iterators for DenseMap" by Chaoren Lin · 11 years ago
  66. 79664f9 Move emitDIE and emitAbbrevs to AsmPrinter. NFC. by Frederic Riss · 11 years ago
  67. 1deab9b Constify AsmPrinter passed to DIE methods. by Frederic Riss · 11 years ago
  68. 7eefc24 Fix the test for r231201. We don't crash anymore. by Filipe Cabecinhas · 11 years ago
  69. 6d031a3 Workaround MSVC not providing implicit move members by David Blaikie · 11 years ago
  70. 2701736 Object: Add range iterators to Archive symbols by Rui Ueyama · 11 years ago
  71. 5a04a31 Use report_fatal_error instead of unreachable for -fast-isel-abort by Mehdi Amini · 11 years ago
  72. cca1f37 unique_ptrify ValID::ConstantStructElts by David Blaikie · 11 years ago
  73. de2cab9 LLParser: Avoid copying ValIDs, the copy ctor is deprecated in C++11 due to the presence of a user-declared dtor by David Blaikie · 11 years ago
  74. bd490c1 Use the vanilla func_end symbol for .size. by Rafael Espindola · 11 years ago
  75. 7ac9da5 Remove MCStreamer include which isn't used here. NFC by Pete Cooper · 11 years ago
  76. ba7c430 This file should always have included MCAssembler and not MCStreamer. NFC by Pete Cooper · 11 years ago
  77. 05be9b1 Remove MCStreamer.h include from MCContext.h and explictly include it where necessary. NFC by Pete Cooper · 11 years ago
  78. 41cf463 Recommit r231168: unique_ptrify LiveRange::segmentSet by David Blaikie · 11 years ago
  79. 1df6d33 Weaken the check for a specific movl on the twoaddr-coalesce-3 by Eric Christopher · 11 years ago
  80. e4c5d93 Reverse the order libc++ and libc++abi are added in CMake. by Eric Fiselier · 11 years ago
  81. 9aa29a4 Recommit r231175: Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_map by David Blaikie · 11 years ago
  82. 08efe82 Fix the x86-upgrade-avx2-vbroadcast.ll test by commenting the CHECK lines by Filipe Cabecinhas · 11 years ago
  83. b6aa399 RegisterCoalescer: Gracefully continue if subrange merging fails. by Matthias Braun · 11 years ago
  84. c82398a Drop the "eh_" from eh_func_begin and eh_func_end. by Rafael Espindola · 11 years ago
  85. ed7eabb Revert "unique_ptrify LiveRange::segmentSet" by David Blaikie · 11 years ago
  86. 9f3ecd0 [RewriteStatepointsForGC] Fix a relocation bug w.r.t values defined by invoke instructions by Philip Reames · 11 years ago
  87. e49da9a Remove 'llvm.x86.avx2.vbroadcasti128' intrinsic. by Juergen Ributzka · 11 years ago
  88. 258b771 Document the LLVM "thunk" attribute added back in r226708 by Reid Kleckner · 11 years ago
  89. f2bf51c Update twoaddr-coalesce-3.ll to run on darwin and linux machines: by Eric Christopher · 11 years ago
  90. 5c82e57 Add missing header include by David Blaikie · 11 years ago
  91. 19af066 Recommit r231168: unique_ptrify LiveRange::segmentSet by David Blaikie · 11 years ago
  92. 5d9a5fd Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_map by David Blaikie · 11 years ago
  93. c4a7446 Revert "unique_ptrify LiveRange::segmentSet" by David Blaikie · 11 years ago
  94. 87a61e9 Move TargetLibraryInfo data from two files into one common .def file. by Jan Wen Voung · 11 years ago
  95. 45499d3 unique_ptrify LiveRange::segmentSet by David Blaikie · 11 years ago
  96. ae0620c [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fuzzing). by Kostya Serebryany · 11 years ago
  97. 0e5fc6e Remove subtarget dependence in pass pipeline setup for AArch64. by Eric Christopher · 11 years ago
  98. ec0a396 WinEH: Remove vestigial EH object by Reid Kleckner · 11 years ago
  99. 9ab9224 LangRef: Clarify select's semantics with vector arguments by David Majnemer · 11 years ago
  100. 8db493c InstCombine: Ensure select condition types are identical before merging by David Majnemer · 11 years ago