1. aa94b68 [ArchiveWriter] Use EndianStream. No functional change intended. by Benjamin Kramer · 10 years ago
  2. 4bf8188 [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess. by Benjamin Kramer · 10 years ago
  3. d510c10 [mips] [IAS] Add support for expanding LASym with a source register operand. by Toma Tabacu · 10 years ago
  4. 4dd3b87 Tweak wording of alignment static_assert messages. by James Y Knight · 10 years ago
  5. 279a212 [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions. by Toma Tabacu · 10 years ago
  6. 87f93f5 [mips] [IAS] Fix LA with relative label operands. by Toma Tabacu · 10 years ago
  7. d3b8136 [mips] [IAS] Add test for SW with relative label operands. NFC. by Toma Tabacu · 10 years ago
  8. 8e18efe Remove empty directories left after r239657 by Alexander Kornienko · 10 years ago
  9. e7684db [mips] [IAS] Fix LW with relative label operands. by Toma Tabacu · 10 years ago
  10. a066970 AVX-512: cvtusi2ss/d intrinsics. by Igor Breger · 10 years ago
  11. b7742df [PM/AA] Suffix lots of member variables that directly use enumeration by Chandler Carruth · 10 years ago
  12. 2cdca0c4 [PM/AA] Remove the UnknownSize static member from AliasAnalysis. by Chandler Carruth · 10 years ago
  13. 4d7ed39 [PM/AA] Remove the Location typedef from the AliasAnalysis class now by Chandler Carruth · 10 years ago
  14. c179a41 [PM/AA] Split the location computation out of getArgLocation so the by Chandler Carruth · 10 years ago
  15. e460807 Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees." by Matthias Braun · 10 years ago
  16. 1c19be4 Try to fix the MSVC build. by Rafael Espindola · 10 years ago
  17. 360661f [Hexagon] Adding MC ELF streamer and updating addend relocation test which shows correct ELF symbol. by Colin LeMahieu · 10 years ago
  18. 4a80b4b Fix alignment issues in LLVM. by James Y Knight · 10 years ago
  19. cc625c9 Handle forward referenced function when streaming bitcode. by Rafael Espindola · 10 years ago
  20. 485973a Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC. by Rafael Espindola · 10 years ago
  21. 4a4558e Use std::unique_ptr to manage the DataStreamer in bitcode parsing. by Rafael Espindola · 10 years ago
  22. 3fea165 Rename and improve emitSectionOffset. by Rafael Espindola · 10 years ago
  23. 363eaff Refactor RecurrenceInstDesc by Tyler Nowicki · 10 years ago
  24. f0cbe32 Add some tests based on PR21711 by Sanjay Patel · 10 years ago
  25. 20a6785 Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  26. 3bcfd46 [llvm-readobj] Print MIPS .reginfo section content by Simon Atanasyan · 10 years ago
  27. e2d3e44 [X86][SSE] Vectorize v2i32 to v2f64 conversions by Simon Pilgrim · 10 years ago
  28. 50f4bcf rename variables; NFC by Sanjay Patel · 10 years ago
  29. 489a03c Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters by Philip Reames · 10 years ago
  30. 2cd20fe extract some code into a helper function for MergeConsecutiveStores(); NFCI by Sanjay Patel · 10 years ago
  31. 0c65062 Improve handling of end of file in the bitcode reader. by Rafael Espindola · 10 years ago
  32. 3f53fc8 Fix PR 23525 - Separate header mass propagation in irregular loops. by Diego Novillo · 10 years ago
  33. bfbac55 [Statepoints] Test only change. Check that statepoint lowering didn't generate more than expected amount of spills. by Igor Laevsky · 10 years ago
  34. 944aaeb VirtRegMap: Add undef flag when reading undefined subregisters. by Matthias Braun · 10 years ago
  35. ff88142 TargetRegisterInfo: Make the concept of imprecise lane masks explicit by Matthias Braun · 10 years ago
  36. 8e206c1 [X86] Rename some frame lowering variables by Reid Kleckner · 10 years ago
  37. d4364d8 Rename Reduction variables/structures to Recurrence. by Tyler Nowicki · 10 years ago
  38. 37c67e6 Have MachOObjectFile::isValidArch() accept armv7 by Frederic Riss · 10 years ago
  39. d8a0ff3 MIR Parser: Report an error when a machine function doesn't have a corresponding function. by Alex Lorenz · 10 years ago
  40. 0021a54 Add a test for padded bitcode files. by Rafael Espindola · 10 years ago
  41. 7ddee66 propagate IR-level fast-math-flags to DAG nodes, disabled by default by Sanjay Patel · 10 years ago
  42. 1b26bfb Properly handle the mftb instruction. by Kit Barton · 10 years ago
  43. 69266c3 [Hexagon] Alphabetical ordering of functions, NFC. by Colin LeMahieu · 10 years ago
  44. 5202cab Revert "Revert "Fix merges of non-zero vector stores"" by Matt Arsenault · 10 years ago
  45. ffb22b8 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
  46. 8a8bb45 [InstSimplify] Allow folding of fdiv X, X with just NaNs ignored by Benjamin Kramer · 10 years ago
  47. cc73f10 Repair cmake libatomic check. by James Y Knight · 10 years ago
  48. b17a563 [mips][ias] Expand on r238751 to cover as many relocs as possible. by Daniel Sanders · 10 years ago
  49. 7f5b833 Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC. by Daniel Sanders · 10 years ago
  50. db8ece3 Silence an MSVC warning about not all control paths returning a value; NFC. by Aaron Ballman · 10 years ago
  51. 0987211 Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  52. e8601cf [mips] [IAS] Refactor symbol-address loading code into a helper function. NFC. by Toma Tabacu · 10 years ago
  53. a8cc0535 [llvm-mc] The object form of the GNU triple should be the same as the string form. by Daniel Sanders · 10 years ago
  54. 443838d [MachineSink] Address post-commit review comments by Arnaud A. de Grandmaison · 10 years ago
  55. 7ae3494 [AVX512] add integer min/max intrinsics support. by Asaf Badouh · 10 years ago
  56. 4ec9824 Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating. by NAKAMURA Takumi · 10 years ago
  57. f55aecb llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>. by NAKAMURA Takumi · 10 years ago
  58. 05e61f7 X86: optimized i64 vector multiply with constant by Elena Demikhovsky · 10 years ago
  59. f428f17 [TableGen] Remove unused method declaration. NFC by Craig Topper · 10 years ago
  60. f8848a8 Revert 239795 by Philip Reames · 10 years ago
  61. 819a6b7 [AArch64] Generalize extract-high DUP extension to MOVI/MVNI. by Ahmed Bougacha · 10 years ago
  62. d4521f1 [AArch64] Robustize neon-2velem-high test. NFC. by Ahmed Bougacha · 10 years ago
  63. 9426133 Move logic from JumpThreading into LazyValue info to simplify caller. by Philip Reames · 10 years ago
  64. 5449852 modules: Add explicit dependency on intrinsics_gen by Duncan P. N. Exon Smith · 10 years ago
  65. 6025d73 [InstCombine] Propagate non-null facts to call parameters by Philip Reames · 10 years ago
  66. 2648710 modules: Mark CodeGen/DIEValues.def as a textual inclusion by Duncan P. N. Exon Smith · 10 years ago
  67. 4aee54e modules: Move ProfileKinds to an anonymous namespace by Duncan P. N. Exon Smith · 10 years ago
  68. 00b6413 MIR Serialization: Print and parse simple machine function attributes. by Alex Lorenz · 10 years ago
  69. b3607cd MIR Serialization: move the MIR printer out of the MIR printing pass. by Alex Lorenz · 10 years ago
  70. 46446a5 [X86] Try to shorten dwarf CFI emission by Reid Kleckner · 10 years ago
  71. 0f80e47 Debug Info IR: Switch DIObjCProperty to use DITypeRef. by Adrian Prantl · 10 years ago
  72. 034945e MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM IR. by Alex Lorenz · 10 years ago
  73. 185789e MIR Serialization: Report an error when machine functions have the same name. by Alex Lorenz · 10 years ago
  74. 9784231 Add safestack attribute to LLVMAttribute enum and Go bindings. Correct by Peter Collingbourne · 10 years ago
  75. 0d6057a [Hexagon] Using readobj rather than objdump. by Colin LeMahieu · 10 years ago
  76. c134468 [Hexagon] PC-relative offsets are relative to packet start rather than the offset of the relocation. Set relocation addend and check it's correct in the ELF. by Colin LeMahieu · 10 years ago
  77. b1ce237 [X86][SSE] Added tests for vector i8/i16 to f32/f64 conversions by Simon Pilgrim · 10 years ago
  78. 7ffec83 Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  79. 3aef776 Don't indent inside a namespace. NFC. by Rafael Espindola · 10 years ago
  80. 132c354 Replace @ with the more common \. NFC. by Rafael Espindola · 10 years ago
  81. 9e26836 Don't repeat names in comments and start functions with a lower case letter. by Rafael Espindola · 10 years ago
  82. a15d888 MIR Serialization: Connect the machine function analysis pass to the MIR parser. by Alex Lorenz · 10 years ago
  83. e99f30c Remove duplicate conditional in if-stmt. by Eric Christopher · 10 years ago
  84. 1456b12 Cleanup the constructor of BitcodeReader. NFC. by Rafael Espindola · 10 years ago
  85. 0f73200 Add "REQUIRES: asserts" to test case that uses -debug-only by Sanjoy Das · 10 years ago
  86. deca672 Unbreak docs build from r239740. by Sanjoy Das · 10 years ago
  87. 18a05df Unbreak the build from r239740. by Sanjoy Das · 10 years ago
  88. cf9ca4f [Hexagon] Moving pass declarations out of header and in to implementation files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it. by Colin LeMahieu · 10 years ago
  89. 8d5b285 [CodeGen] Add a pass to fold null checks into nearby memory operations. by Sanjoy Das · 10 years ago
  90. a1e554d [TargetInstrInfo] Add new hook: AnalyzeBranchPredicate. by Sanjoy Das · 10 years ago
  91. 319c91b [TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86. by Sanjoy Das · 10 years ago
  92. 1991e2a [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op. by Sanjoy Das · 10 years ago
  93. 36395e7 [NFC] Extract X86MCInstLower::LowerMachineOperand. by Sanjoy Das · 10 years ago
  94. 698a7e5 De-duplicate common expression, NFC. by Yaron Keren · 10 years ago
  95. b4c2481 Rangify several for loops, NFC. by Yaron Keren · 10 years ago
  96. 2ecc72c On behalf of Alexandros Lamprineas: by Evgeny Astigeevich · 10 years ago
  97. 4f9d346 [LinkerTest] Use LLVMDisposeMessage to free error string. by Benjamin Kramer · 10 years ago
  98. 1ec22e4 Avoid a "always true" warning from gcc. by Rafael Espindola · 10 years ago
  99. 99e760a gold-plugin: save the .o when given -save-temps. by Rafael Espindola · 10 years ago
  100. ad0b09d Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago