1. 69bd957 TableGen: avoid dereferencing nullptr variable by Tim Northover · 11 years ago
  2. 483b0e9 CodeGen: add sensible defaults for the ISD::FROUND operation by Tim Northover · 11 years ago
  3. bc702ae MC-exceptions: add support for compact-unwind without .eh_frame by Tim Northover · 11 years ago
  4. 1db780b CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst. by Tim Northover · 11 years ago
  5. 8a272f0 MC: add a RefKind field to MCValue by Tim Northover · 11 years ago
  6. 1330ee3 MachO: Add linker-optimisation hint framework to MC. by Tim Northover · 11 years ago
  7. 0301154 MachO: actually set linker-private prefix at MC level. by Tim Northover · 11 years ago
  8. c5d592d MachO: allow each section to have a linker-private symbol by Tim Northover · 11 years ago
  9. 42529ad Make GetCPISymbol a virtual method. by Tim Northover · 11 years ago
  10. 7c3e057 Intrinsics: add LLVMHalfElementsVectorType constraint by Tim Northover · 11 years ago
  11. 224dbf4 Completely rewrite ELFObjectWriter::RecordRelocation. by Rafael Espindola · 11 years ago
  12. 44b2b9d [PowerPC] Add subregister classes for f64 VSX values by Hal Finkel · 11 years ago
  13. c06afdc Windows: canonicalise the default windows triple by Saleem Abdulrasool · 11 years ago
  14. b3cb360 [x86] Fix printing of register operands with q modifier. by Akira Hatanaka · 11 years ago
  15. 1fc0d63 Debug Compression: Avoid compression debug_frame for now by David Blaikie · 11 years ago
  16. f3e8b05 X86: Disable IsLegalToCallImmediateAddr for Win32 by David Majnemer · 11 years ago
  17. 8a21cb2 Add missing include (for r205050) by David Blaikie · 11 years ago
  18. 4a9c258 llvm-mc: error when -compress-debug-sections is requested and zlib is not linked by David Blaikie · 11 years ago
  19. 0e11c01 [PowerPC] Fix VSX permutation isel by Hal Finkel · 11 years ago
  20. efd9548 Convert one last llc -filetype=obj test. by Rafael Espindola · 11 years ago
  21. c9de9e6 [PowerPC] v2[fi]64 need to be explicitly passed in VSX registers by Hal Finkel · 11 years ago
  22. 5811e45 Convert llc -filetype=obj test. by Rafael Espindola · 11 years ago
  23. 24845fb Convert llc -filetype=obj test. by Rafael Espindola · 11 years ago
  24. 830ce8a Remove bogus test. by Rafael Espindola · 11 years ago
  25. e3b7d02 Convert another llc -filetype=obj test. by Rafael Espindola · 11 years ago
  26. a655710 Support: Functions for writing endian specific data to streams. by Justin Bogner · 11 years ago
  27. a53735b Map ELf flags back to more specific section kinds. by Rafael Espindola · 11 years ago
  28. be560a3 Parse .gpdword and convert another llc -filetype=obj test. by Rafael Espindola · 11 years ago
  29. 904658f convert another llc -filetype=obj test. by Rafael Espindola · 11 years ago
  30. 6b63578 Convert "llc -filetype=obj" test into llvm-mc tests. by Rafael Espindola · 11 years ago
  31. ce36237 SLPVectorizer: Take credit for free extractelement instructions by Arnold Schwaighofer · 11 years ago
  32. aa0a2a3 SLPVectorizer: Fix typos by Arnold Schwaighofer · 11 years ago
  33. b48eb2c SLPVectorizer: Ignore users that are insertelements we can reschedule them by Arnold Schwaighofer · 11 years ago
  34. e259168 Exception handling docs: Clarify how the llvm.eh.* intrinsics are used by Mark Seaborn · 11 years ago
  35. b91f511 Only test compression when linked with zlib. by David Blaikie · 11 years ago
  36. ffc7e0f Add const to a method I missed in the previous commit. by Rafael Espindola · 11 years ago
  37. 3a2bbc9 Add const. by Rafael Espindola · 11 years ago
  38. 76eb786 Revert "InstCombine: merge constants in both operands of icmp." by Erik Verbruggen · 11 years ago
  39. cc58a59 Revert "GVN: merge overflow intrinsics with non-overflow instructions." by Erik Verbruggen · 11 years ago
  40. 1f072c3 Add ARM big endian Target (armeb, thumbeb) by Christian Pirker · 11 years ago
  41. bd2cca7 R600: avoid calling std::next on an iterator that might be end() by Tim Northover · 11 years ago
  42. b7de428 Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc) by Tim Northover · 11 years ago
  43. efb8deb [Allocator Cleanup] Sink the private data members and methods to the by Chandler Carruth · 11 years ago
  44. 0e4c26e [Allocator Cleanup] Move generic pointer alignment helper out of an by Chandler Carruth · 11 years ago
  45. 415a008 [Allocator Cleanup] Make the growth of the "slab" size of the by Chandler Carruth · 11 years ago
  46. ec90ab4 [cleanup] Hoist the initialization and constants for slab sizes to the by Chandler Carruth · 11 years ago
  47. 2559cde PBQP: Minor cleanups to r204857 by David Blaikie · 11 years ago
  48. cf6f4c8 C++11: convert verbose loops to range-based loops. by Adrian Prantl · 11 years ago
  49. e2ee98a [PowerPC] Use a small cleanup pass to remove VSX self copies by Hal Finkel · 11 years ago
  50. d9524d6 Provide a target override for the cost of using a callee-saved register by Manman Ren · 11 years ago
  51. 2ea701e Canonicalise Windows target triple spellings by Saleem Abdulrasool · 11 years ago
  52. be77894 [PowerPC] Don't remove self VSX copies in PPCInstrInfo::copyPhysReg by Hal Finkel · 11 years ago
  53. d21857c Temporarily remove assert while I dig in to issues that it's causing for LLDB. by Lang Hames · 11 years ago
  54. e159d3e Revert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__." by Rui Ueyama · 11 years ago
  55. d5f800a [X86][Vector Cost Model] Add a comment to explain the workaround by Quentin Colombet · 11 years ago
  56. 6bdc4eb [PowerPC] Fix v2f64 vector extract and related patterns by Hal Finkel · 11 years ago
  57. 72f0f26 [C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__. by Rui Ueyama · 11 years ago
  58. 276d854 [PowerPC] Expand v2i64 shifts by Hal Finkel · 11 years ago
  59. b5e6ddc Register Allocator: refactoring and add comments. by Manman Ren · 11 years ago
  60. 74dcb03 Remove another unused argument. by Rafael Espindola · 11 years ago
  61. b0a50a3 Win installer: provide a pretty icon by Hans Wennborg · 11 years ago
  62. 0a0c4cc DebugInfo: Support for compressed debug info sections by David Blaikie · 11 years ago
  63. 8040d49 DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sections by David Blaikie · 11 years ago
  64. 0c0cd3a Remove unused argument. by Rafael Espindola · 11 years ago
  65. 63b11ef InstCombine: Don't combine constants on unsigned icmps by Reid Kleckner · 11 years ago
  66. 0c6d96c R600: Implement isZExtFree. by Matt Arsenault · 11 years ago
  67. 94687c0 R600/SI: Fix unreachable with a sext_in_reg to an illegal type. by Matt Arsenault · 11 years ago
  68. decb7e6 [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's by Daniel Sanders · 11 years ago
  69. 3b0efb2 [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS by Logan Chien · 11 years ago
  70. f165cf7 Prevent alias from pointing to weak aliases. by Rafael Espindola · 11 years ago
  71. 16dc6ed [mips] Attempting to use register $32 should be an error instead of an assertion. by Daniel Sanders · 11 years ago
  72. aebc63a The forward declare should be a struct instead of a class (to be consistent with the definition, as well as to silence an MSVC C4099 warning). by Aaron Ballman · 11 years ago
  73. 743cf74 [mips] Add support for .cpsetup by Daniel Sanders · 11 years ago
  74. 38899fc [mips] The decision between GOT_DISP and GOT16 for global addresses depends on ABI rather than MIPS64 by Daniel Sanders · 11 years ago
  75. 4588982 Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Split the file MipsAsmBackend.h. by Zoran Jovanovic · 11 years ago
  76. 6ac86cf All new elements except the last one initialized to NULL. Ideally, once parsing is complete, all elements should be non-NULL. by Karthik Bhat · 11 years ago
  77. 0d81174 [mips] Remove unused private field. by Matheus Almeida · 11 years ago
  78. ea28b32 [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spite by Matheus Almeida · 11 years ago
  79. 7123b1a [mips] Implement custom MCELFStreamer. by Matheus Almeida · 11 years ago
  80. c112990 Untabify. by NAKAMURA Takumi · 11 years ago
  81. 2b8b903 SmallVector<3> may be used here. by NAKAMURA Takumi · 11 years ago
  82. da56c39 IRTests/InstructionsTest.cpp: Avoid initializer list. by NAKAMURA Takumi · 11 years ago
  83. 668c2aa InstCombine: merge constants in both operands of icmp. by Erik Verbruggen · 11 years ago
  84. 5fa6dff [mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and isABI_N64() from MipsSubTarget in MipsTargetLowering by Daniel Sanders · 11 years ago
  85. a7a255f [cleanup] Run clang-format over these routines to remove formatting by Chandler Carruth · 11 years ago
  86. 9e7e3e3 [cleanup] Modernize doxygen comments for the BumpPtrAllocator and by Chandler Carruth · 11 years ago
  87. 61785a0 AVX-512: Implemented masking for integer arithmetic & logic instructions. by Elena Demikhovsky · 11 years ago
  88. 43a55da Add a PR reference by Timur Iskhodzhanov · 11 years ago
  89. 45dfc70 Make the recent COFF debug info tests more readable by Timur Iskhodzhanov · 11 years ago
  90. fee5d23 Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86_64-linux buildbot. by Stepan Dyatkovskiy · 11 years ago
  91. a36286c Fixed test for r204899 (pr18931 fix) by Stepan Dyatkovskiy · 11 years ago
  92. fccc690 Fix for pr18931: Crash using integrated assembler with immediate arithmetic by Stepan Dyatkovskiy · 11 years ago
  93. 09b4588 ARM: raise error message when complex SO expressions can't really be by Jiangning Liu · 11 years ago
  94. 2298972 Add missing #include <cassert> to MCSymbolizer.h. by Lang Hames · 11 years ago
  95. af0682b Assert that MCSymbolizer is constructed with a valid (or at least non-null) by Lang Hames · 11 years ago
  96. 7f8e6b9 Move MCSymbolizer's constructor into header. It's trivial - there's no need for by Lang Hames · 11 years ago
  97. 7fd03c5 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 11 years ago
  98. 7d3c3163 inalloca: *Really* fix the docs by Reid Kleckner · 11 years ago
  99. b1d0dd9 Remove unneeded stale type. by Reid Kleckner · 11 years ago
  100. 2ce2122 inalloca: Fix incorrect example IR and remove LangRef warning by Reid Kleckner · 11 years ago