1. 7e6843c Expand Phabricator docs slightly by Scott Douglass · 10 years ago
  2. 2ae3081 AVX-512: Implemented missing encoding for FMA scalar instructions by Igor Breger · 10 years ago
  3. 456ac28 Fix non-target-specific test not to use the x86 triple. by Michael Kuperstein · 10 years ago
  4. df3edb6 Return ErrorOr from getSection. by Rafael Espindola · 10 years ago
  5. 37cb5f1 [DWARF] Fix debug info generation for function static variables, typedefs, and records by Michael Kuperstein · 10 years ago
  6. 5020a91 [X86] Avoid over-relaxation of 8-bit immediates in integer arithmetic instructions. by Michael Kuperstein · 10 years ago
  7. 275fa93 Revert part of r241149, "Fix PR23872: Integrated assembler error message when using .type directive with @ in AArch32 assembly." by NAKAMURA Takumi · 10 years ago
  8. 627c534 [mips][microMIPS] Implement SLL and NOP instructions by Zoran Jovanovic · 10 years ago
  9. 9f9bf86 Fix PR23872: Integrated assembler error message when using .type directive with @ in AArch32 assembly. by Gabor Ballabas · 10 years ago
  10. 787b9b4 [LoopUnroll] Use undef for phis with no value live by David Majnemer · 10 years ago
  11. 284c49c [SCCP] Turn loads of null into undef instead of zero initialized values by David Majnemer · 10 years ago
  12. 4015c5e [NaryReassociate] enhances nsw by leveraging @llvm.assume by Jingyue Wu · 10 years ago
  13. 60085fb Getting started docs: https, and check signature by JF Bastien · 10 years ago
  14. 327cfdf [SanitizerCoverage] Don't add instrumentation to unreachable blocks. by Alexey Samsonov · 10 years ago
  15. 8043a59 Fix several typos in LangRef.rst related to loop unrolling metadata. by Mark Heffernan · 10 years ago
  16. 34c6bb0 [SEH] Add new intrinsics for recovering and restoring parent frames by Reid Kleckner · 10 years ago
  17. b5778f2 [IRBuilder] Delete unused constructor and SetInsertPoint overload. by Alexey Samsonov · 10 years ago
  18. 838b35d Fix memory leak in unittest added in r241101. by Alexey Samsonov · 10 years ago
  19. 5ca5b0d [Cloning] Teach CloneModule about personality functions by David Majnemer · 10 years ago
  20. 10a3a33 [NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp by Jingyue Wu · 10 years ago
  21. e1e95c1 [FaultMaps] Let the frontend pre-select implicit null check candidates. by Sanjoy Das · 10 years ago
  22. 8cdbab9 Pack MCSymbol::HasName in to a spare bit in the section/fragment union. by Pete Cooper · 10 years ago
  23. 28a8318 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  24. d231306 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  25. ce77289 Modified a comment about the reason for the patch (removed commented code). by Nemanja Ivanovic · 10 years ago
  26. 4a04da3 Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes. by Rafael Espindola · 10 years ago
  27. 482f870 Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian systems by Nemanja Ivanovic · 10 years ago
  28. 60e53b2 Use range loops. NFC. by Rafael Espindola · 10 years ago
  29. 6e0583f Use range loop. by Rafael Espindola · 10 years ago
  30. fd8c985 COFF: Do not assign linker-weak symbols to selectany comdat sections. by Peter Collingbourne · 10 years ago
  31. 528f964 [DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug location. by Alexey Samsonov · 10 years ago
  32. a70c93c Use range loop. by Rafael Espindola · 10 years ago
  33. 75cacfb [NVPTX] Fix issue introduced in D10321 by Jingyue Wu · 10 years ago
  34. c408bc8 Fix a fixme and make DICompileUnit a distinct node. Tested via clang. by Adrian Prantl · 10 years ago
  35. eceef38 Fix compilation failure introduced in r241093. by Alex Lorenz · 10 years ago
  36. 4641077 Add a test of an elf file with an invalid section index. by Rafael Espindola · 10 years ago
  37. 73d2cc5 MIR Serialization: Serialize MBB successors. by Alex Lorenz · 10 years ago
  38. ba4660c MIR Printer: extract the code that prints MBB references into a new method. NFC. by Alex Lorenz · 10 years ago
  39. 403c331 MIR Parser: refactor error reporting for machine instruction parser errors. NFC. by Alex Lorenz · 10 years ago
  40. 939f023 MIR Parser: make the machine instruction parsing interface more consistent. NFC. by Alex Lorenz · 10 years ago
  41. 8f1e30d Force relocation mode to be default, regardless of what is passed to the backend. by Samuel Antao · 10 years ago
  42. 171129e [CMake] Make the CMake files (LLVMConfig.cmake and LLVMExports.cmake) by Dan Liew · 10 years ago
  43. 1991c59 MIR Parser: adopt the 'maybeLex...' pattern. NFC. by Alex Lorenz · 10 years ago
  44. 5601e30 use range-based for loops; NFCI by Sanjay Patel · 10 years ago
  45. 28bec63 Fix the name of the iterator functions to match the coding standards. by Rafael Espindola · 10 years ago
  46. e8ff062 Report an error on invalid sh_entsize. by Rafael Espindola · 10 years ago
  47. f8b3b92 [X86] Fix a bug in WIN_FTOL_32/64 handling. by Michael Kuperstein · 10 years ago
  48. e143a3a [mips] [IAS] Add support for the .module softfloat/hardfloat directives. by Toma Tabacu · 10 years ago
  49. dcec526 [mips] [IAS] Make .module directives change AssemblerOptions->front(). by Toma Tabacu · 10 years ago
  50. b0f7871 Reverting r241058 because it's causing buildbot failures. by Ranjeet Singh · 10 years ago
  51. a5106ca There are a few places where subtarget features are still by Ranjeet Singh · 10 years ago
  52. 427ea8e Correct a typo for a LoopVectorize test by David Majnemer · 10 years ago
  53. 5dee8da [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives. by Toma Tabacu · 10 years ago
  54. 501cad9 [X86] Add FXSR intrinsics by Michael Kuperstein · 10 years ago
  55. d6751a8 ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  56. f8a35ff Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  57. 06bc362 Drop the OS from the WebAssembly target triple for now. by Dan Gohman · 10 years ago
  58. 09912eb9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
  59. 9f2f3bb Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  60. 85cd16c Debug info: Add dwarf backend support for DIModule. by Adrian Prantl · 10 years ago
  61. 7ede964 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  62. 3bd8f12 Fix LastArchType to point to the new last arch. by Dan Gohman · 10 years ago
  63. de4d844 Cleanup getRelocationAddend. by Rafael Espindola · 10 years ago
  64. 1a5b04c RegisterCoalescer: Cleanup empty subranges after shrinkToUses() by Matthias Braun · 10 years ago
  65. 7ce02c1 llvm-bcanalyzer: Add a field that was missed in r241016. by Adrian Prantl · 10 years ago
  66. 13b58ec Object/COFF: Define coff_symbol_generic. by Rui Ueyama · 10 years ago
  67. 2edab1a Use asserts for checks that should never fail. by Rafael Espindola · 10 years ago
  68. a743413 [WebAssembly] Initial WebAssembly backend by Dan Gohman · 10 years ago
  69. ff67629 Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  70. 10e9fb1 lto: Clean up C libLTO interfaces pertaining to linker flags. by Peter Collingbourne · 10 years ago
  71. 7177647 Add a DIModule metadata node to the IR. by Adrian Prantl · 10 years ago
  72. 88f33c9 bcanalyzer: Rewrite all the METADATA_ codes by Duncan P. N. Exon Smith · 10 years ago
  73. 70dde5f bcanalyzer: Use a macro to decode bitcodes, NFC by Duncan P. N. Exon Smith · 10 years ago
  74. fce3cfb Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager" by Ben Langmuir · 10 years ago
  75. a6367d9 Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. by Peter Collingbourne · 10 years ago
  76. b370959 [FaultMaps][Docs] Document the ImplicitNullChecks pass. by Sanjoy Das · 10 years ago
  77. cb936df Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager" by Ben Langmuir · 10 years ago
  78. d5c333b Use gethostuuid() on Mac to identify hosts for LockFileManager by Ben Langmuir · 10 years ago
  79. 9cbdfb5 ARM: add correct kill flags when combining stm instructions by Tim Northover · 10 years ago
  80. 7839b00 X86: Rework inline asm integer register specification. by Matthias Braun · 10 years ago
  81. 93dd711 [LoopSimplify] Set proper debug location in loop backedge blocks. by Alexey Samsonov · 10 years ago
  82. 35f25f9 [FaultMaps] Fix test case. by Sanjoy Das · 10 years ago
  83. 3d176ae Convert obj->getSymbolName to sym->getName. by Rafael Espindola · 10 years ago
  84. 4c81aa2 [DAGCombiner] Fix & simplify constant folding of sext/zext. by Pawel Bylica · 10 years ago
  85. 17d7215 [MMI] Use TinyPtrVector instead of PointerUnion with vector. by Benjamin Kramer · 10 years ago
  86. a8db479 Tidy comment. by Diego Novillo · 10 years ago
  87. 40a45a2 Fix bug #23967. The gtest and gtest_main targets were exported into the by Dan Liew · 10 years ago
  88. 5d01714 Simplify .gitignore: projects/* => projects/*/ by Duncan P. N. Exon Smith · 10 years ago
  89. 4081538 Clean up unique lock files on signal and always release the lock by Ben Langmuir · 10 years ago
  90. 1a4def3 MIR Serialization: Serialize the register mask machine operands. by Alex Lorenz · 10 years ago
  91. 59a20ec [SymbolSize] Skip sorting by index, just assign by index. by Benjamin Kramer · 10 years ago
  92. 4c6f0a7 Upgrade JIT listeners for changes in the libObject API. by Benjamin Kramer · 10 years ago
  93. 032d56b Move delinearization from SCEVAddRecExpr to ScalarEvolution by Tobias Grosser · 10 years ago
  94. 9a6c902 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
  95. 528a204 Add a testcase for an invalid file. by Rafael Espindola · 10 years ago
  96. db89b93 Convert an assert that can fail into error checking. by Rafael Espindola · 10 years ago
  97. e8f07a7 Remove Elf_Sym_Iter. by Rafael Espindola · 10 years ago
  98. 546178b AVX-512: all forms of SCATTER instruction on SKX, by Elena Demikhovsky · 10 years ago
  99. 23fd3d6 [ARM]: Extend -mfpu options for half-precision and vfpv3xd by Javed Absar · 10 years ago
  100. 263dd53 [ARM]: Extend -mfpu options for half-precision and vfpv3xd by Javed Absar · 10 years ago