1. d9dffa6 Allow constfolding of llvm.sin.* and llvm.cos.* intrinsics by Karthik Bhat · 10 years ago
  2. 78cca47 Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that was already partially working." by NAKAMURA Takumi · 10 years ago
  3. 54a2768 llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  4. 7bcdaa6 Remove IsLittleEndian from TargetLowering and redirect to DataLayout by Mehdi Amini · 10 years ago
  5. 564bfad Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare by Mehdi Amini · 10 years ago
  6. 39ee70c [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues by Reid Kleckner · 10 years ago
  7. c845b4d Redirect DataLayout from TargetMachine to Module in StackProtector by Mehdi Amini · 10 years ago
  8. aa0d6db MIR Printer: Use a module slot tracker to print global address operands. NFC. by Alex Lorenz · 10 years ago
  9. 4fe74ca [WinEH] Add localaddress intrinsic instead of using frameaddress by Reid Kleckner · 10 years ago
  10. 39fe552 Add more nvcasts by Arnold Schwaighofer · 10 years ago
  11. 8ef6f1e [WebAssembly] Set the scheduling preference. by Dan Gohman · 10 years ago
  12. 8f32e5f Rename llvm.frameescape and llvm.framerecover to localescape and localrecover by Reid Kleckner · 10 years ago
  13. b99ee32 [llvm-objdump] Print the call target next to the instruction by David Majnemer · 10 years ago
  14. dd5fd54 fix typo; NFC by Sanjay Patel · 10 years ago
  15. cd91349 Fix comment typo. NFC by Jonathan Roelofs · 10 years ago
  16. 78bc254 MIR Serialization: Serialize the 'dead' register machine operand flag. by Alex Lorenz · 10 years ago
  17. f334580 Minor updates to gitignore so that symlinks are ignored in the projects dir. by Chris Bieneman · 10 years ago
  18. 651c390 [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that was already partially working. by Chris Bieneman · 10 years ago
  19. 2b88d93 Add CHECK lines to test case by Arnold Schwaighofer · 10 years ago
  20. 298a718 Redirect DataLayout from TargetMachine to Module in SelectionDAG by Mehdi Amini · 10 years ago
  21. 51f5a1a Don't pass a null pointer to memcpy. by Rafael Espindola · 10 years ago
  22. 0148a4c Revert "Revert r241570, it caused PR24053" by David Majnemer · 10 years ago
  23. a777964 Redirect DataLayout from TargetMachine to Module in GlobalMerge by Mehdi Amini · 10 years ago
  24. d888ac4 Redirect DataLayout from TargetMachine to Module in CodeGen Prepare by Mehdi Amini · 10 years ago
  25. 26a2a4b Redirect DataLayout from TargetMachine to Module in FastISel by Mehdi Amini · 10 years ago
  26. f869ca8 Add a pattern for a nvcast from v2f64 -> v4f32 by Arnold Schwaighofer · 10 years ago
  27. 33c4d68 Redirect DataLayout from TargetMachine to Module in MachineFunction by Mehdi Amini · 10 years ago
  28. d0c71cf Use default member initializers to deduplicate code in X86MachineFunctionInfo, NFC by Reid Kleckner · 10 years ago
  29. 5165258 Fix the -DBUILD_SHARED_LIBS=ON build. by Rafael Espindola · 10 years ago
  30. ddc6f0a MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC. by Alex Lorenz · 10 years ago
  31. 7b7c81c Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  32. 9327084 Simplify by passing in the section of the symbol. NFC. by Rafael Espindola · 10 years ago
  33. 1a2abd4 Revert r241570, it caused PR24053 by Nico Weber · 10 years ago
  34. 70bb40b [Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595 by Krzysztof Parzyszek · 10 years ago
  35. 9fb4897 Fix bug in test-release.sh where the script would not exit if any by Dan Liew · 10 years ago
  36. db38d76 [WinEH] Add a report_fatal_error for 32-bit stack realignment by Reid Kleckner · 10 years ago
  37. 41e59a6 [Hexagon] Implement bit-tracking facility with specifics for Hexagon by Krzysztof Parzyszek · 10 years ago
  38. 9ca3a03 Common symbols don't have a value. by Rafael Espindola · 10 years ago
  39. 08c4cbe use range-based for loops; NFCI by Sanjay Patel · 10 years ago
  40. 75a855e Fix test case to unbreak build. by Akira Hatanaka · 10 years ago
  41. 8b3aaab Common symbols are not undefined, at least for ObjectFile. by Rafael Espindola · 10 years ago
  42. 6b24d0a Simplify, NFC. by Rafael Espindola · 10 years ago
  43. 2822246 [IR] Make getFirstNonPHI return null if the BB is empty by David Majnemer · 10 years ago
  44. 2b4a535 Fix gcc warnings of different enum and non-enum types in ternaries by Denis Protivensky · 10 years ago
  45. a744879 [ARM] Define a subtarget feature and use it to decide whether long calls should by Akira Hatanaka · 10 years ago
  46. 6304789 Fix \param in r241472. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  47. d0ef9f3 MIR Parser: Verify the implicit machine register operands. by Alex Lorenz · 10 years ago
  48. b062a9b [StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI. by Juergen Ributzka · 10 years ago
  49. 083b791 [StackMap Liveness] No need to cache the MachineFunction. NFC. by Juergen Ributzka · 10 years ago
  50. 32f3dc4 [Triple] Add a helper to switch between big/little endian variants by Benjamin Kramer · 10 years ago
  51. 34be804 Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h. by NAKAMURA Takumi · 10 years ago
  52. 0b1bc70 [FaultMaps] Add statistic to count the # of implicit null checks. by Sanjoy Das · 10 years ago
  53. 4214e96 [WebAssembly] Create a CodeGen unittest directory. by Dan Gohman · 10 years ago
  54. 4ec0f60 MIR Serialization: Serialize the implicit register flag. by Alex Lorenz · 10 years ago
  55. ddf4c98 Remove JumpInstrTableInfo.h as it is no longer used. by Eric Christopher · 10 years ago
  56. 315fd86 [X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zero'd lanes by Simon Pilgrim · 10 years ago
  57. 75a2ce3 [x86] extend machine combiner reassociation optimization to SSE scalar adds by Sanjay Patel · 10 years ago
  58. 6970be0 [X86][SSE] Vectorized i64 uniform constant SRA shifts by Simon Pilgrim · 10 years ago
  59. 610992b WebAssembly: add some TODO by JF Bastien · 10 years ago
  60. fa2ca74 llvm-nm: treat weak undefined as undefined. by Rafael Espindola · 10 years ago
  61. 1249487 [WinEH] Add some test cases I forgot to add to previous commits by Reid Kleckner · 10 years ago
  62. e233704 [WinEH] Insert the EH code load before the block terminator by Reid Kleckner · 10 years ago
  63. 3ecdd44 [X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructions by Simon Pilgrim · 10 years ago
  64. ecb00f4 [X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN opcodes and remove the X86 implementation by Simon Pilgrim · 10 years ago
  65. 4bde0fa [TwoAddressInstructionPass] Rename a variable to match the coding style. by Quentin Colombet · 10 years ago
  66. 9c3967d Swap operands instead of using !. by Rafael Espindola · 10 years ago
  67. 40b3496 When sorting by address, undefined symbols go first. by Rafael Espindola · 10 years ago
  68. be2ff7b Reduce code duplication. NFC. by Rafael Espindola · 10 years ago
  69. f0101b2 [llvm-extract] Drop comdats from declarations by Reid Kleckner · 10 years ago
  70. e473de2 Fix printing of common symbols. by Rafael Espindola · 10 years ago
  71. edfa571 llc: Add a 'run-pass' option. by Alex Lorenz · 10 years ago
  72. b560f9c AMDGPU: Run SIInsertWaits as pre-emit pass by Matt Arsenault · 10 years ago
  73. 96fe919 Change the last few internal StringRef triples into Triple objects. by Daniel Sanders · 10 years ago
  74. 9d4ce7c DIBuilder: Don't rauw null pointers with empty arrays in finalize(). by Adrian Prantl · 10 years ago
  75. 24a1fec Where Triple has a suitable predicate, use it rather than the enum values. NFC. by Daniel Sanders · 10 years ago
  76. a71390f use range-based for loops; NFCI by Sanjay Patel · 10 years ago
  77. 3d41fcb Resubmit "Add new EliminateAvailableExternally module pass" (r239480) by Teresa Johnson · 10 years ago
  78. e91246a Use an early exit in DIBuilder::finalize() to improve readability. by Adrian Prantl · 10 years ago
  79. a566afc Use the correct DIArray types in DICompileUnit::replace*(). by Adrian Prantl · 10 years ago
  80. 98d447c use range-based for loops; NFCI by Sanjay Patel · 10 years ago
  81. 6fe7aca AMDGPU/SI: Add debugging subtarget feature for DS offsets by Matt Arsenault · 10 years ago
  82. 067b86f [Sparc] Add more instruction aliases. by James Y Knight · 10 years ago
  83. d32974f [Sparc] Add support for flush instruction. by James Y Knight · 10 years ago
  84. 297f505 Simplify. NFC. by Rafael Espindola · 10 years ago
  85. a46a5bf Simplify. NFC. by Rafael Espindola · 10 years ago
  86. 078442e Inline function into single use. NFC. by Rafael Espindola · 10 years ago
  87. c2966a3 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  88. ac24465 Fix a bug in the A57FPLoadBalancing register tracking/scavenger. by Chad Rosier · 10 years ago
  89. 1599469 Check that COFF .obj files have sections with zero virtual address spaces. by Rafael Espindola · 10 years ago
  90. ff55c29 [X86][SSE] Added missing stack folding test for SQRTSD and SQRTSS instructions. by Simon Pilgrim · 10 years ago
  91. 169ee33 [X86][AVX512] Multiply Packed Unsigned Integers with Round and Scale pmulhrsw by Asaf Badouh · 10 years ago
  92. d095a75 [Mips] Add support for MCJIT for MIPS32r6 by Petar Jovanovic · 10 years ago
  93. a25ee39 Fix handling of ELF::R_MIPS_32 on Mips64. by Rafael Espindola · 10 years ago
  94. fade2f7 [TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC by Craig Topper · 10 years ago
  95. 757b251 Make this test a bit more interesting. by Rafael Espindola · 10 years ago
  96. 80f927c Untabify. by NAKAMURA Takumi · 10 years ago
  97. ff7b255 change CHECK to CHECK-LABEL for more precision by Sanjay Patel · 10 years ago
  98. a92598d remove unnecessary test specifications by Sanjay Patel · 10 years ago
  99. 050a899 minimize test case and remove unnecessary opt passes by Sanjay Patel · 10 years ago
  100. 2a1f755 remove unnecessary temp variable; NFCI by Sanjay Patel · 10 years ago