1. 74c45a1 Remove some unnecessary unreachables in favor of (sometimes implicit) assertions by David Blaikie · 11 years ago
  2. b2c6bf6 LiveRangeCalc: Don't start liveranges of PHI instruction at the block begin. by Matthias Braun · 11 years ago
  3. f2122f7 Hide a bunch of advanced testing options in default opt --help output by Philip Reames · 11 years ago
  4. c093973 Use short names for jumptable sections. by Rafael Espindola · 11 years ago
  5. bc051fa Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump." by Zachary Turner · 11 years ago
  6. 72198c0 [RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC] by Philip Reames · 11 years ago
  7. 7b9dbc9 [llvm-pdbdump] Add some tests for llvm-pdbdump. by Zachary Turner · 11 years ago
  8. ca6245c [RewriteStatepointsForGC] Replace std::map with DenseMap by Philip Reames · 11 years ago
  9. 5b477f0 [RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC] by Philip Reames · 11 years ago
  10. f50c34a Used the cached subtarget off of the MachineFunction. by Eric Christopher · 11 years ago
  11. 4b91be0 X86: Remove pre-2010 dead code in mergeSPUpdatesDown by Reid Kleckner · 11 years ago
  12. 0de2c87 LowerScalarImmediateShift - Merged v16i8 and v32i8 shift lowering. NFC. by Simon Pilgrim · 11 years ago
  13. 16fc5e9 R600/SI: Remove v_sub_f64 pseudo by Matt Arsenault · 11 years ago
  14. bbb748e R600: Use new fmad node. by Matt Arsenault · 11 years ago
  15. 4bacfe2 Add generic fmad DAG node. by Matt Arsenault · 11 years ago
  16. d5b5198 [RewriteStatepointsForGC] More style cleanup [NFC] by Philip Reames · 11 years ago
  17. 6d466b5 [RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC] by Philip Reames · 11 years ago
  18. 247aed4 Raising minimum required CMake version to 2.8.12.2. by Chris Bieneman · 11 years ago
  19. 84af8be Grab the DataLayout off of the TargetMachine since that's where it's stored. by Eric Christopher · 11 years ago
  20. d889ad2 LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs. by Benjamin Kramer · 11 years ago
  21. 99f1269 IR: Change MDFile to directly store the filename/directory by Duncan P. N. Exon Smith · 11 years ago
  22. 5a81e14 Introduce bitset metadata format and bitset lowering pass. by Peter Collingbourne · 11 years ago
  23. b2e79a8 Reversed revision 229706. The reason is regression, which is caused by the by Jozef Kolek · 11 years ago
  24. 2e24b7b Verifier: Unused comdats might not have a corresponding GV by David Majnemer · 11 years ago
  25. d532240 Fix an asan use-after-free bug introduced by the asm printer by Eric Christopher · 11 years ago
  26. 16422b2 [GC, RewriteStatepointsForGC] Style cleanup and bug fix by Philip Reames · 11 years ago
  27. a68ce07 Use unreachable instead of assert(false) to silence MSVC warning by Reid Kleckner · 11 years ago
  28. 3583d23 [X86][FastIsel] Teach how to select float-half conversion intrinsics. by Andrea Di Biagio · 11 years ago
  29. 936cf6a [GC] Style cleanup for RewriteStatepointForGC (1 of many) [NFC] by Philip Reames · 11 years ago
  30. 1194711 Setting up CMake to default to Debug when no build type is specified. by Chris Bieneman · 11 years ago
  31. ef6e26e Bugfix for 229954 by Philip Reames · 11 years ago
  32. dd38f4e Remove a use of the Subtarget in the darwin ppc asm printer. by Eric Christopher · 11 years ago
  33. 0bbf62f Get the function specific subtarget. by Eric Christopher · 11 years ago
  34. 6de800e Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
  35. 74e8bf6 canonicalize a v2f64 blendi of 2 registers by Sanjay Patel · 11 years ago
  36. 6039d05 Put MSVC back into the dumb compiler's corner. by Benjamin Kramer · 11 years ago
  37. 1b740e2 Base isPodLike on is_trivially_copyable for GCC 5 and MSVC by Benjamin Kramer · 11 years ago
  38. 3e00ca9 I incorrectly marked the VORC instruction as isCommutable when I added it. by Kit Barton · 11 years ago
  39. 45c7325 Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lowering into a separate function 'LowerStatepoint' which uses ImmutableStatepoint instead of a CallInst. Also related utility functions are changed to receive ImmutableCallSite. by Igor Laevsky · 11 years ago
  40. 5c25116 Constants.cpp: Only read 32 bits for float. by Benjamin Kramer · 11 years ago
  41. bb19cd9 Constants.cpp: getElementAsAPFloat(): Don't handle constant value via host's float/double, just handle with APInt/APFloat. by NAKAMURA Takumi · 11 years ago
  42. defae37 RewriteStatepointsForGC: Move details into anonymous namespaces. NFC. by Benjamin Kramer · 11 years ago
  43. fa3b207 Make the static instance of None just const. by Benjamin Kramer · 11 years ago
  44. ac075b1 Wrap recursive function only used in assert in #ifndef NDEBUG. by Benjamin Kramer · 11 years ago
  45. 634fc5f [x86] Switching the shuffle equivalence test to a variadic template was by Chandler Carruth · 11 years ago
  46. 05e2b94 Fix wording and grammar in Mips subtarget options. by Eric Christopher · 11 years ago
  47. d8210e3 Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
  48. f179b3f Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
  49. 3ce9f15 Get the cached subtarget off the MachineFunction rather than by Eric Christopher · 11 years ago
  50. b661ab1 Save the MachineFunction in startFunction so that we can use it for by Eric Christopher · 11 years ago
  51. 7b0c988 Use the cached subtarget from the MachineFunction rather than by Eric Christopher · 11 years ago
  52. c9d0715 Make the TargetMachine::getSubtarget that takes a Function argument by Eric Christopher · 11 years ago
  53. a074de6 Disallow implicit conversions from None to integer types by Justin Bogner · 11 years ago
  54. 0ba76cd Fix build with gcc. This has a -Wsequence-point error on 'MII', which is a good point. by Nick Lewycky · 11 years ago
  55. 3ff22e4 Remove more uses of TargetMachine::getSubtargetImpl from the AsmPrinter. by Eric Christopher · 11 years ago
  56. 12cbedb Fix build in release mode, -Wunused-variable on this lambda function used only in an assert. by Nick Lewycky · 11 years ago
  57. 95fda65 Fix build in release mode, four cases of -Wunused-variable. by Nick Lewycky · 11 years ago
  58. 02a610a AsmPrinter::doFinalization is at the module level and so doesn't by Eric Christopher · 11 years ago
  59. 4dedd90 [Orc] Add a new JITSymbol constructor to build a symbol from an existing address. by Lang Hames · 11 years ago
  60. 5879993 Remove the MCInstrInfo cached variable as it was only used in a by Eric Christopher · 11 years ago
  61. 7be2b85 Fix -Wunused-variable warning in non-asserts build, and optimize a little bit while I'm here. by David Blaikie · 11 years ago
  62. 2c5f958 [PowerPC] Loop Data Prefetching for the BG/Q by Hal Finkel · 11 years ago
  63. efbbaef [x86] Remove the old vector shuffle lowering code and its flag. by Chandler Carruth · 11 years ago
  64. 07ef890 [x86] Now that the new vector shuffle legality is enabled and everything by Chandler Carruth · 11 years ago
  65. ea8cbe9 Bitcode: Stop assuming non-null fields by Duncan P. N. Exon Smith · 11 years ago
  66. 5ecf528 [InstCombine] Remove unnecessary variable indexing into single-element arrays by Hal Finkel · 11 years ago
  67. 38749b8 [x86] Make the new vector shuffle legality test on by default, which by Chandler Carruth · 11 years ago
  68. f7c1020 [fuzzer] one more experimental search mode: -use_coverage_pairs=1 by Kostya Serebryany · 11 years ago
  69. fa5fd07 utils: Teach lldbDataFormatters about llvm::Optional by Justin Bogner · 11 years ago
  70. 4fd100f [x86] Clean up a couple of test cases with the new update script. Split by Chandler Carruth · 11 years ago
  71. e807289 Adjust enablement of RewriteStatepointsForGC by Philip Reames · 11 years ago
  72. 1ba7281 IR: Extract macros from DILocation, NFC by Duncan P. N. Exon Smith · 11 years ago
  73. 90b8e79 Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH preparation by Chandler Carruth · 11 years ago
  74. 6a75fe1 [sanitizer] fix a test broken by r229940 by Kostya Serebryany · 11 years ago
  75. 4796371 [Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials on linux. by Lang Hames · 11 years ago
  76. 788b967 IR: Add getRaw() helper, NFC by Duncan P. N. Exon Smith · 11 years ago
  77. 673db11 Add a pass for constructing gc.statepoint sequences w/explicit relocations by Philip Reames · 11 years ago
  78. 49ab3a6 EH: Prune unreachable resume instructions during Dwarf EH preparation by Reid Kleckner · 11 years ago
  79. 8c4bb57 Revert "AVX-512: Full implementation for VRNDSCALESS/SD instructions and intrinsics." by Eric Christopher · 11 years ago
  80. 74678a1 Add a license header to the AVX512 file. by Eric Christopher · 11 years ago
  81. 727a6ee [sanitizer] when dumping the basic block trace, also dump the module names. Patch by Laszlo Szekeres by Kostya Serebryany · 11 years ago
  82. 2f0b27d This needs to be a const variable so the two sides of the ternary by Eric Christopher · 11 years ago
  83. 391935a [objc-arc-contract] We can not move retains over instructions which can not conservatively be proven to not decrement the retain's RCIdentity. by Michael Gottesman · 11 years ago
  84. 24ee447 [objc-arc] Add the predicate CanDecrementRefCount. by Michael Gottesman · 11 years ago
  85. 8a76ab6 IR: Fix MDType fields from unsigned to uint64_t by Duncan P. N. Exon Smith · 11 years ago
  86. 5898fc7 [ARM] Re-re-apply VLD1/VST1 base-update combine. by Ahmed Bougacha · 11 years ago
  87. 19f93eb Only use the initialized MCInstrInfo if it's been initialized already by Eric Christopher · 11 years ago
  88. edf1d1e DebugInfo: Match Name and DisplayName in testcase by Duncan P. N. Exon Smith · 11 years ago
  89. 7f47189 [ARM] Minor cleanup to CombineBaseUpdate. NFC. by Ahmed Bougacha · 11 years ago
  90. b28b68c Migrate away a use of the subtarget (and TargetMachine) from by Eric Christopher · 11 years ago
  91. aeb422f IR: Add missing null operand to MDSubroutineType by Duncan P. N. Exon Smith · 11 years ago
  92. 953c5c9 [CodeGen] Use ArrayRef instead of std::vector&. NFC. by Ahmed Bougacha · 11 years ago
  93. a4a7b84 MCTargetOptions reside on the TargetMachine that we always have via by Eric Christopher · 11 years ago
  94. f6456a5 Remove a call to TargetMachine::getSubtarget from the inline by Eric Christopher · 11 years ago
  95. 55d7dec [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrInfo and eliminating HexagonMCInst class. by Colin LeMahieu · 11 years ago
  96. 6715e16 MC: Allow multiple comma-separated expressions on the .uleb128 directive. by Benjamin Kramer · 11 years ago
  97. b886152 SSAUpdater: Use range-based for. NFC. by Benjamin Kramer · 11 years ago
  98. e9df49f Remove unused argument from emitInlineAsmStart. by Eric Christopher · 11 years ago
  99. 921fa44 [objc-arc] Convert the bodies of ARCInstKind predicates into covered switches. by Michael Gottesman · 11 years ago
  100. b2f47bd [objc-arc] Change the InstructionClass to be an enum class called ARCInstKind. by Michael Gottesman · 11 years ago