1. 9106d36 llvm-objdump/COFF: Print ordinal base number. by Rui Ueyama · 12 years ago
  2. ceaf829 Add two new calling conventions for runtime calls by Juergen Ributzka · 12 years ago
  3. 41e1c04 [mips][msa] Correct pattern for LSA by Daniel Sanders · 12 years ago
  4. 61a2eb1 [mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and II_DDIVU by Daniel Sanders · 12 years ago
  5. 235a81c [mips][sched] Split IIImul and IIImult into subclasses. by Daniel Sanders · 12 years ago
  6. 8821f3c6 [mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTHI_MTLO by Daniel Sanders · 12 years ago
  7. 3e23463 Add MLA alias for ARMv4 support. by Renato Golin · 12 years ago
  8. 825488c [PM] [cleanup] Rename some of the Verifier's members, re-arrange them, by Chandler Carruth · 12 years ago
  9. bd2c711 [asan] extend asan-coverage (still experimental). by Kostya Serebryany · 12 years ago
  10. 0c25726 [PM] Remove the preverifier and directly compute the DominatorTree for by Chandler Carruth · 12 years ago
  11. b9536ac [AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM/FREM as neon doesn't support these operations. by Kevin Qin · 12 years ago
  12. b267125 Add the test for libstdc++ versions newer than 4.6 so we don't by Chandler Carruth · 12 years ago
  13. 3039306 Switch a few instructions to use RI instead I so they don't require REX_W to be explicitly specified. by Craig Topper · 12 years ago
  14. 5f69be6 Add OpSize16 flags to 32-bit CRC32 instructions so they can be encoded correctly in 16-bit mode. by Craig Topper · 12 years ago
  15. 50a2b16 Teach x86 asm parser to handle 'opaque ptr' in Intel syntax. by Craig Topper · 12 years ago
  16. 9d0b786 Teach X86 asm parser to understand 'ZMMWORD PTR' in Intel syntax. by Craig Topper · 12 years ago
  17. 5d59bb4 Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix instead of 'q' by Craig Topper · 12 years ago
  18. 4b42f26 VEX_PREFIX_66 doesn't need to set the hasOpSize flag since VEX instructions don't use the size fields it controls. by Craig Topper · 12 years ago
  19. ad6662f Replace duplicated code with a existing helper function. by Craig Topper · 12 years ago
  20. 84887ce [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16. by Hao Liu · 12 years ago
  21. 1651120 [AArch64 NEON] Custom lower conversion between vector integer and vector floating point if element bit-width doesn't match. by Kevin Qin · 12 years ago
  22. 555f57f [AArch64]Fix the problem can't select concat_vectors of two v1i32 types. by Hao Liu · 12 years ago
  23. 008425f Fix bad variable syntax in r199413 by Bob Wilson · 12 years ago
  24. e82dec5 Use LLVM_EXPLICIT instead of a function pointer as bool. by Rafael Espindola · 12 years ago
  25. ad60d3c Change inalloca rules to make it only apply to the last parameter by Reid Kleckner · 12 years ago
  26. 9b24eee [opt][PassInfo] Allow opt to run passes that need target machine. by Quentin Colombet · 12 years ago
  27. 7c41150 LTO: document LTO_API_VERSION for each API by Duncan P. N. Exon Smith · 12 years ago
  28. 5ee5e0c Fix two cases where we could lose fast math flags when optimizing FADD expressions. by Owen Anderson · 12 years ago
  29. 5d9450f Fix an instance where we would drop fast math flags when performing an fdiv to reciprocal multiply transformation. by Owen Anderson · 12 years ago
  30. da5e148 Fix a bug in InstCombine where we failed to preserve fast math flags when optimizing an FMUL expression. by Owen Anderson · 12 years ago
  31. 4b81ee4 Fix style issues. by Rui Ueyama · 12 years ago
  32. 6010e5d llvm-objdump/COFF: Print DLL name in the export table header. by Rui Ueyama · 12 years ago
  33. a2a8bbb Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X). by Owen Anderson · 12 years ago
  34. a560d15 Use static instead of anonymous namespace. by Rui Ueyama · 12 years ago
  35. 6846082 Reduce nesting. by Rui Ueyama · 12 years ago
  36. 671a9e2 Use the current local variable naming style. by Rui Ueyama · 12 years ago
  37. 40c7e40 Pass the --enable-libcpp configure option for cross builds, too. by Bob Wilson · 12 years ago
  38. ea32ab9 Tweak the MCExternalSymbolizer to print references to C string literals by Kevin Enderby · 12 years ago
  39. 22939fa llvm-symbolizer: make mangled name heuristic apply to all symbols by Ed Maste · 12 years ago
  40. fbe67da [mips][sched] Removed IIXfer. No instructions use it. by Daniel Sanders · 12 years ago
  41. 89d1caa [mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I in the same itinerary class as their non-microMIPS counterparts. by Daniel Sanders · 12 years ago
  42. 640f8f6 Add an emitRawComment function and use it to simplify some uses of EmitRawText. by Rafael Espindola · 12 years ago
  43. 1a6226f [mips][sched] Split IIseb into II_SEB and II_SEH by Daniel Sanders · 12 years ago
  44. ba8f9dd [mips][sched] Split IILogic into II_AND, II_OR, II_XOR, II_ANDI, II_ORI, II_XORI by Daniel Sanders · 12 years ago
  45. fc17ce6 Move the xscale build attribute test to the proper place and remove the old one. by Amara Emerson · 12 years ago
  46. 7bc4a7c [mips][sched] Split IIArith in preparation for the first scheduler targeting a specific MIPS CPU. by Daniel Sanders · 12 years ago
  47. 3150536 [mips] Correct itin class for MULT_MM and MULTu_MM to IIImult. by Daniel Sanders · 12 years ago
  48. 5655b11 [mips] IIImult should have an InstrItinData in the generic scheduler. Used the same one as for IIImul. by Daniel Sanders · 12 years ago
  49. f390c22 ReMat: fix overly cavalier attitude to sub-register indices by Tim Northover · 12 years ago
  50. 6d49eaf [asan] Remove -fsanitize-address-zero-base-shadow command line by Evgeniy Stepanov · 12 years ago
  51. 43a785b For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback. by Jiangning Liu · 12 years ago
  52. 165f7ac AVX-512: fixed a compare pattern by Elena Demikhovsky · 12 years ago
  53. c3ab5de Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32. by Craig Topper · 12 years ago
  54. 85026d9 Allow x86 mov instructions to/from memory with absolute address to be encoded and disassembled with a segment override prefix. Fixes PR16962. by Craig Topper · 12 years ago
  55. 4500ebd Use a slightly smaller hack. by Rafael Espindola · 12 years ago
  56. 6b925d4 Revert r199361: Now, the sanitizer got the change by Quentin Colombet · 12 years ago
  57. 75d95de [LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exports by Quentin Colombet · 12 years ago
  58. f847b5b Fix typo: : not ; by Bill Wendling · 12 years ago
  59. fb432ac llmv-objdump/COFF: Print export table contents. by Rui Ueyama · 12 years ago
  60. 9dcfdf6 CommentColumn is always 40. Simplify. by Rafael Espindola · 12 years ago
  61. 23262fb [cmake] Attempt to fix sanitizer buildbot. by Quentin Colombet · 12 years ago
  62. 2cc9ba0 Convert test to FileCheck. by Rafael Espindola · 12 years ago
  63. a950ad4 Reapply r194218 with fix: by Bill Wendling · 12 years ago
  64. fab01c1 Remove use of OpSize for populating VEX_PP field. A prefix encoding is now used instead. Simplify some other code. No functional changes intended. by Craig Topper · 12 years ago
  65. da47fb5 Attempt to fix the MSVC build. by Rafael Espindola · 12 years ago
  66. 8963071 BasicAA: We need to check both access sizes when comparing a gep and an by Arnold Schwaighofer · 12 years ago
  67. 59c2fe1 Prevent calls to __jit_debug_register_code from being optimized out. by Rafael Espindola · 12 years ago
  68. 6a8151d Don't use DataRefImpl to implement ImportDirectoryEntryRef. by Rui Ueyama · 12 years ago
  69. 2666b15 Report a warning when dropping outdated debug info metadata. by Manman Ren · 12 years ago
  70. 897473a Adjust offsets for max load instruction offsets. This is more pessimistic by Reed Kotler · 12 years ago
  71. d12cef8 llvm-objdump: Don't print "Import table:" header if there's no import table. by Rui Ueyama · 12 years ago
  72. a034c96 Fix parsing of .symver directive on ARM by David Peixotto · 12 years ago
  73. 4c831d9 [LTO] Add a hook to map LLVM diagnostics into the clients of LTO. by Quentin Colombet · 12 years ago
  74. 7fa843c Remove support for armv7f slice. <rdar://problem/12478440> by Bob Wilson · 12 years ago
  75. 070764e Use a heavier hammer when --enable-libcpp is passed to bypass the tests by Chandler Carruth · 12 years ago
  76. 36280bd Update test/CodeGen/X86/vbinop-simplify-bug.ll. by Andrea Di Biagio · 12 years ago
  77. 3cab648 [DAGCombiner] Fix a wrong check in method SimplifyVBinOp. by Andrea Di Biagio · 12 years ago
  78. 1fca78a Return an ErrorOr<Binary *> from createBinary. by Rafael Espindola · 12 years ago
  79. 0893113 Sink the autoconf check for sufficiently modern host toolchain below the by Chandler Carruth · 12 years ago
  80. 96f3b25 Update the X86 assembler for .intel_syntax to accept by Kevin Enderby · 12 years ago
  81. 03f1cb7 Make sure we create a new archive by deleting any stale ones first. by Rafael Espindola · 12 years ago
  82. 814c891 LL and SC decoder method fix. by Zoran Jovanovic · 12 years ago
  83. f5c2d38 Added support for LWU microMIPS instruction. by Zoran Jovanovic · 12 years ago
  84. 9ac0e23 Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not by Chandler Carruth · 12 years ago
  85. 9c62b5e Add a check to configure that the libstdc++ selected by Clang isn't by Chandler Carruth · 12 years ago
  86. f62176f WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations by David Majnemer · 12 years ago
  87. f433bee Revert 199262 - MCJIT remote still failing on ARM by Renato Golin · 12 years ago
  88. fdd4da1 Re-disable MCJIT remote tests on ARM by Renato Golin · 12 years ago
  89. 7871309 Whitespace. by NAKAMURA Takumi · 12 years ago
  90. 3846ce9 replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h> by Kostya Serebryany · 12 years ago
  91. a1bcd56 Fixed identation. by Elena Demikhovsky · 12 years ago
  92. d5a74a7 Fix PR18449: SCEV needs more precise max BECount for multi-exit loop. by Andrew Trick · 12 years ago
  93. 33ce2bd Add OpSize16 to the two byte forms of INC/DEC that we only use in 64-bit mode and a 64-bit only LEA. Even though we'll not be in 16-bit mode when we use them it makes their tables consistent with their 32-bit counterparts. by Craig Topper · 12 years ago
  94. b6db372 For AArch64, lowering sext_inreg and generate optimized code by using SXTL. by Jiangning Liu · 12 years ago
  95. 38e6f73 Simplify x86 disassembler table handling of when to use TYPE_Rv/TYPE_R16/TYPE_R32 now that HasOpSizePrefix only means 16-bit instructions. by Craig Topper · 12 years ago
  96. 89fa06b Switch-to-lookup tables: set threshold to 3 cases by Hans Wennborg · 12 years ago
  97. 27a41c1 Check the error code and save a call to sys::fs::exists. by Rafael Espindola · 12 years ago
  98. e96fec2 LoopVectorize: Only strip casts from integer types when replacing symbolic by Arnold Schwaighofer · 12 years ago
  99. 574df95 Fix uninitialized variable. by Rafael Espindola · 12 years ago
  100. f6cb056 Only mark functions as micromips. by Rafael Espindola · 12 years ago