1. e56023a IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 10 years ago
  2. 42eeb1d CodeGen: Default overflow operations to expand so we don't have to assume targets are lying by Jan Vesely · 10 years ago
  3. 3cf9e97 [mips][microMIPSr6] Implement SUB and SUBU instructions by Zoran Jovanovic · 10 years ago
  4. b26cc70 [mips][microMIPSr6] Implement ADD, ADDU and ADDIU instructions by Zoran Jovanovic · 10 years ago
  5. 0e13ba8 Sparc: Prefer reg+reg address encoding when only one register used. by James Y Knight · 10 years ago
  6. 4389f0b Relax assert to avoid spurious failures with /dev/null. by Rafael Espindola · 10 years ago
  7. 56d0e00 Mips fast-isel - handle functions which return i8 or i6 . by Vasileios Kalintiris · 10 years ago
  8. e28f663 Don't constrain the section order in tests that don't depend on it. by Rafael Espindola · 10 years ago
  9. b6d2c5a [mips] Correct 128-bit shifts on 64-bit targets. by Daniel Sanders · 10 years ago
  10. 5be17c4 [mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC. by Toma Tabacu · 10 years ago
  11. fbb2bab fixed 80-chars; NFC by Elena Demikhovsky · 10 years ago
  12. 5470fb0 Fixed masked gather/scatter switch-case by Elena Demikhovsky · 10 years ago
  13. 40048e7 [TableGen] Use range-based for loops. NFC. by Craig Topper · 10 years ago
  14. ac9abe5 [TableGen] Fold a couple dyn_casts into the ifs that check their results. NFC by Craig Topper · 10 years ago
  15. 134e2e7 [TableGen] Replace some dyn_casts followed by an assert with just a regular cast which asserts internally. NFC by Craig Topper · 10 years ago
  16. a2b90dc fixed comments, blanks, nullptr; NFC by Elena Demikhovsky · 10 years ago
  17. ed5293c [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  18. af04903 Drop Dragonegg from the release export script by Hans Wennborg · 10 years ago
  19. fe7b873 Use an "early return" idiom for the error case. NFC by Filipe Cabecinhas · 10 years ago
  20. 99ebc9e Check that we have a valid PointerType element type before calling get() by Filipe Cabecinhas · 10 years ago
  21. 5c9b6db Use the ArrayType member function for array element types. by Filipe Cabecinhas · 10 years ago
  22. 3d09e0e Drop Dragonegg support from the release script by Hans Wennborg · 10 years ago
  23. 7b30f32 Turn an assert into report_fatal_error since it's reachable based on user input by Filipe Cabecinhas · 10 years ago
  24. af40164 [Orc] It's not valid to pass a null resolver to addModuleSet. Use a no-op by Lang Hames · 10 years ago
  25. 3b4a565 Make sure that isValidElementType(Type) before calling {Array,Struct}Type::get(Type) by Filipe Cabecinhas · 10 years ago
  26. 2d6f83d RegisterCoalescer: hide terminal rule option by default by Matthias Braun · 10 years ago
  27. bccc647 test-release.sh: Drop some unused command-line options. by Hans Wennborg · 10 years ago
  28. 5acccb1 Map directly from signature symbol to group index. NFC. by Rafael Espindola · 10 years ago
  29. f506831 Reuse a lookup in an assert. by Eric Christopher · 10 years ago
  30. b892755 Remove redundant temporary std::vector. by Rafael Espindola · 10 years ago
  31. 9f7d138 ARM: fix peephole optimisation of TST by Tim Northover · 10 years ago
  32. f75160b Avoid one more walk over all sections. NFC. by Rafael Espindola · 10 years ago
  33. 63ca5d6 Style updates by Andrew Kaylor · 10 years ago
  34. 7aff721 Use a range loop. NFC. by Rafael Espindola · 10 years ago
  35. 0595a97 [WinEH] Split blocks at calls to llvm.eh.begincatch by Andrew Kaylor · 10 years ago
  36. f23613a Avoid an extra walk over the sections just to assign sections to groups. by Rafael Espindola · 10 years ago
  37. 642098a Sparc: Add alternate aliases for conditional branch instructions. by James Y Knight · 10 years ago
  38. 9c5cacc [SEH] Add an LLVM intrinsic for _exception_info by Reid Kleckner · 10 years ago
  39. 923bffd Remove the GroupMapTy DenseMap. NFC. by Rafael Espindola · 10 years ago
  40. 959b276 transform fadd chains to increase parallelism by Sanjay Patel · 10 years ago
  41. 04877fa [bpf] fix build by Alexei Starovoitov · 10 years ago
  42. 032f234 Use range loops. NFC. by Rafael Espindola · 10 years ago
  43. 7acbf56 Relax an assert when there's a type mismatch in forward references by Filipe Cabecinhas · 10 years ago
  44. 5052130 Avoid adding to SectionIndexMap sections that we never lookup. NFC. by Rafael Espindola · 10 years ago
  45. b1e1aa0 Make getModRefInfo(Instruction *) not crash on certain types of instructions by Daniel Berlin · 10 years ago
  46. 3813ef6 Use a range loop. NFC. by Rafael Espindola · 10 years ago
  47. f060668 [x86] remove RCPPS and RSQRTPS intrinsic instruction definitions by Sanjay Patel · 10 years ago
  48. 5d88757 Add a fixme to resetTargetOptions to explain why it needs to go away. by Eric Christopher · 10 years ago
  49. a4944e5 Fix a [-Werror,-Winconsistent-missing-override] problem in the NVPTX overrides. by Eric Christopher · 10 years ago
  50. 53fec21 R600: Fix up for AsmPrinter's OutStreamer being a unique_ptr by Tom Stellard · 10 years ago
  51. 1630fbe R600/SI: Add a lower case alias for subtarget feature: +DumpCode by Tom Stellard · 10 years ago
  52. 0292a66 [NVPTX] Handle addrspacecast constant expressions in aggregate initializers by Justin Holewinski · 10 years ago
  53. e48ac32 [opaque pointer type] Encode the allocated type of an alloca rather than its pointer result type. by David Blaikie · 10 years ago
  54. 2a7841d move IR-level optimization flags into their own struct by Sanjay Patel · 10 years ago
  55. a34b8b2 Use a std::vector to record the offsets of the sections. NFC. by Rafael Espindola · 10 years ago
  56. 39dfabd Avoid an extra loop for computing the section size. NFC. by Rafael Espindola · 10 years ago
  57. 83259d7 Fixed crash of variable shift inst on AVX2 by Elena Demikhovsky · 10 years ago
  58. 8bec0f9 [mips] [IAS] Do not generate redundant ORi in createLShiftOri. by Toma Tabacu · 10 years ago
  59. 1f7a90d Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" by Sergey Dmitrouk · 10 years ago
  60. 9924357 Use CIE version 4 for dwarf4. by Rafael Espindola · 10 years ago
  61. 515cc26 Revert "[DebugInfo] Add debug locations to constant SD nodes" by Daniel Jasper · 10 years ago
  62. f9fc545 [mips] [IAS] Rename the createShiftOr function to createLShiftOri. NFC. by Toma Tabacu · 10 years ago
  63. c3adf30 [mips] [IAS] Store the expandLoadImm destination register in a variable. NFC. by Toma Tabacu · 10 years ago
  64. 716c5d8 [DebugInfo] Add debug locations to constant SD nodes by Sergey Dmitrouk · 10 years ago
  65. 44a0c90 AVX-512: Added "pandn" intrinsics set by Asaf Badouh (asaf.badouh@intel.com) by Elena Demikhovsky · 10 years ago
  66. 8dfda01 Masked gather and scatter: Added code for SelectionDAG. by Elena Demikhovsky · 10 years ago
  67. 974d5d3 [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg' by David Blaikie · 10 years ago
  68. e1f835a [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin. by Ahmed Bougacha · 10 years ago
  69. fef4836 DebugInfo: Support up to 2^16 arguments in a subprogram by Duncan P. N. Exon Smith · 10 years ago
  70. 0dff695 Cleanup, remove unused return value by Matthias Braun · 10 years ago
  71. dac39b1 [MC] Split MCBinaryExpr::Shr into LShr and AShr. by Ahmed Bougacha · 10 years ago
  72. 07bcfe9 [MC] Move getBinOpPrecedence into AsmParser. NFC. by Ahmed Bougacha · 10 years ago
  73. 5d00427 Switch lowering: use uint32_t for weights everywhere by Hans Wennborg · 10 years ago
  74. 0b29dea LTO: Add API to choose whether to embed uselists by Duncan P. N. Exon Smith · 10 years ago
  75. b176a4f Switch lowering: Take branch weight into account when ordering for fall-through by Hans Wennborg · 10 years ago
  76. ae51ba7 LTO: Simplify code generator initialization by Duncan P. N. Exon Smith · 10 years ago
  77. 5d3a9d6 [docs] Fix the link to SanitizerCoverage docs. by Alexey Samsonov · 10 years ago
  78. fd55d49 remove obsolete pattern matches for scalar SSE ops by Sanjay Patel · 10 years ago
  79. e9e340e LTO: Correct some doxygen comments about API availability by Duncan P. N. Exon Smith · 10 years ago
  80. b8def5a Use CIE version 1 for .eh_frame. by Rafael Espindola · 10 years ago
  81. ae618e7 [AArch64] Also combine vector selects fed by non-i1 SETCCs. by Ahmed Bougacha · 10 years ago
  82. 8f16251 Add missing library dependency in libPDB. by Pete Cooper · 10 years ago
  83. 077908a Allow building the gold plugin even if the gold binary is not found. by Rafael Espindola · 10 years ago
  84. bc92b2c [AArch64] Don't assert when combining (v3f32 select (setcc f64)). by Ahmed Bougacha · 10 years ago
  85. dbaf039 Fixes a hang that can occur if a signal comes in during malloc calls. by Chris Bieneman · 10 years ago
  86. 445b1c7 Silence unused variable errors for no-asserts builds by Bill Schmidt · 10 years ago
  87. 84145dc Switch lowering: order bit tests by branch weight. by Hans Wennborg · 10 years ago
  88. d455682 [opaque pointer type] encode the pointee type of global variables by David Blaikie · 10 years ago
  89. dcc4f72 [PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations by Bill Schmidt · 10 years ago
  90. 267cdc0 [llvm-symbolizer] Link DebugInfoPDB for the autoconf build by Zachary Turner · 10 years ago
  91. 95619d8 fix 80-cols; NFC by Sanjay Patel · 10 years ago
  92. eebbed2 Fix build broken by incorrect class name. by Zachary Turner · 10 years ago
  93. 7b8e8e5 Make llvm-symbolizer work on Windows. by Zachary Turner · 10 years ago
  94. d8caa1c Make an RAII com initializer. by Zachary Turner · 10 years ago
  95. 4e9cdec fix typos; NFC by Sanjay Patel · 10 years ago
  96. b363a58 [mips] Correct bytes to bits in 2 comments. NFC. by Toma Tabacu · 10 years ago
  97. f8ae1af AVX-512: added calling conventions for i1 vectors. by Elena Demikhovsky · 10 years ago
  98. 2afd045 [Hexagon] Use constant extenders to fix up hardware loops by Brendon Cahoon · 10 years ago
  99. af3ec2c [mips] [IAS] Improve warning for using AT with .set noat. by Toma Tabacu · 10 years ago
  100. 659d53e Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel."" by Vasileios Kalintiris · 10 years ago