1. 1b9706b [AArch64][FastISel] Fix kill flags for integer extends. by Juergen Ributzka · 11 years ago
  2. d0995fb [SwitchLowering] Fix the "fixPhis" function. by Juergen Ributzka · 11 years ago
  3. 1a66dc7 [X86] Fix pattern match for 32-to-64-bit zext in the presence of AssertSext by Michael Kuperstein · 11 years ago
  4. b3da08d Copy externally_initialized in GlobalVariable::copyAttributesFrom. by Rafael Espindola · 11 years ago
  5. 26e0544 [NVPTX] Add an NVPTX-specific TargetTransformInfo by Jingyue Wu · 11 years ago
  6. d342c4c Misc style fixes. NFC. by Rafael Espindola · 11 years ago
  7. 2d26874 Fix extra semicolon warning. NFC. by Vasileios Kalintiris · 11 years ago
  8. c63c935 [mips][microMIPS] Fix issue with delay slot filler and microMIPS by Zoran Jovanovic · 11 years ago
  9. d2c5947 Fix variable names and comment style. NFC. by Rafael Espindola · 11 years ago
  10. 62c2faa [mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534. by Daniel Sanders · 11 years ago
  11. d8d51ff Mark test using python as REQUIRES: python27. by Manuel Klimek · 11 years ago
  12. 75318bc [CMake] llvm-c-test: Use libLLVM.so if it is available. by NAKAMURA Takumi · 11 years ago
  13. 5f3f254 [CMake] Let llvm-shlib work on Linux with --whole-archive. by NAKAMURA Takumi · 11 years ago
  14. c305163 [CMake] Move llvm-shlib in prior to other tools. by NAKAMURA Takumi · 11 years ago
  15. e1e1392 [CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llvm-c. by NAKAMURA Takumi · 11 years ago
  16. 79da624 R600/SI: Fix broken check prefixes in test by Matt Arsenault · 11 years ago
  17. bbfcec1 Transforms: address some late comments by Saleem Abdulrasool · 11 years ago
  18. 8724a6d Transforms: sort source files in build by Saleem Abdulrasool · 11 years ago
  19. d913458 SelectionDAG: Assert if we truncate SDNode's NumOperands or NumValues by David Majnemer · 11 years ago
  20. bcdc476 [Reassociate] Better preserve NSW/NUW flags. Part of PR12985. by Chad Rosier · 11 years ago
  21. 6faf6b1 Transforms: use typedef rather than using aliases by Saleem Abdulrasool · 11 years ago
  22. 3fc63a6 Remove unused variable. by Rafael Espindola · 11 years ago
  23. 35c1630 Transform: add SymbolRewriter pass by Saleem Abdulrasool · 11 years ago
  24. 0493682 Fix style. by Michael J. Spencer · 11 years ago
  25. 4d84fe9 R600: Remove unused define by Matt Arsenault · 11 years ago
  26. 3d8a2f0 Don't redeclare a pure virtual method. by Rafael Espindola · 11 years ago
  27. 0cb5820 Use StringRefMemoryObject in llvm-mc. NFC. by Rafael Espindola · 11 years ago
  28. fe2b8b1 [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit structs... by Daniel Sanders · 11 years ago
  29. 93f761e [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built as SHARED. Users of LLVMSupport won't inherit ${system_libs}. by NAKAMURA Takumi · 11 years ago
  30. b3963d6 Pass PRIVATE to target_link_libraries if using shared libraries. by Rafael Espindola · 11 years ago
  31. 01657f3 [mips] Removed the remainder of MipsCC. NFC. by Daniel Sanders · 11 years ago
  32. 46c0982 [mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAllocdArgSizeInBytes(). NFC. by Daniel Sanders · 11 years ago
  33. 490119e MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17. by NAKAMURA Takumi · 11 years ago
  34. 7ad3ceb llvm/test/tools/llvm-symbolizer/ppc64.test: Avoid subshell. by NAKAMURA Takumi · 11 years ago
  35. 6b84694 [mips] Move MipsCCState to a separate file and clang-formatted it. by Daniel Sanders · 11 years ago
  36. 7fc57f4 [mips] Fix unused variable warnings introduced in r221521 by Daniel Sanders · 11 years ago
  37. 605a80b [mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo::GetByValArgRegs() and MipsABIInfo::GetVarArgRegs() by Daniel Sanders · 11 years ago
  38. 73bbfc5 [mips] Remove MipsCC::getRegVT(). NFC by Daniel Sanders · 11 years ago
  39. b4b8239 [mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOperands. NFC by Daniel Sanders · 11 years ago
  40. e40a531 [mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated code. NFC by Daniel Sanders · 11 years ago
  41. 37dbb74 [mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC. by Daniel Sanders · 11 years ago
  42. 222fcc5 llvm-symbolizer: teach it about PowerPC64 ELF function descriptors by Jay Foad · 11 years ago
  43. 3f2ffe0 SCCP: overdefined calls cannot become constant by David Majnemer · 11 years ago
  44. 893f22f Add Position-independent Code model Module API. by Justin Hibbits · 11 years ago
  45. 75da31f [AArch64] Keep flags on condition vreg when instantiating a CB branch. by Ahmed Bougacha · 11 years ago
  46. 3f40213 Use a StringRefMemoryObject. NFC. by Rafael Espindola · 11 years ago
  47. 751848b Use StringRefMemoryObject. NFC. by Rafael Espindola · 11 years ago
  48. bb642c4 LoopVectorize: Don't assume pointees are sized by David Majnemer · 11 years ago
  49. 9806641 InstCombine: Rely on cmpxchg's return code when it's strong by David Majnemer · 11 years ago
  50. 7d60fe0 Remove unused variable. NFC. by Rafael Espindola · 11 years ago
  51. cce2cdd Don't repeat names in comments. NFC. by Rafael Espindola · 11 years ago
  52. 848edb1 [ELF][yaml2obj] Handle additional MIPS specific st_other field flags by Simon Atanasyan · 11 years ago
  53. 8e617cc Factor out call to push_back. NFC. by Rafael Espindola · 11 years ago
  54. de3d506 [X86][SSE] Vector integer/float conversion memory folding (cvttps2dq / cvttpd2dq) by Simon Pilgrim · 11 years ago
  55. 112aabe [X86] Add VFMADDSUB cases for the 213->231 custom inserter. by Ahmed Bougacha · 11 years ago
  56. f44d4cd [X86] Add missing FMA3 VFMADDSUB in the emitter. by Ahmed Bougacha · 11 years ago
  57. c4e8fb9 Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize by David Majnemer · 11 years ago
  58. 8b6319b [X86] Split FMA4 RM tests into a separate file. NFC. by Ahmed Bougacha · 11 years ago
  59. d8eb4f1 Base check on the section name, not the variable name. by Rafael Espindola · 11 years ago
  60. 0ea3b24 [RegAlloc] Remove reference to the trivial spiller in test case. by Lang Hames · 11 years ago
  61. 4e2cbd5 [RegAlloc] Kill off the trivial spiller - nobody is using it any more. by Lang Hames · 11 years ago
  62. 14f5cb6 Indentation fixes by Michael Liao · 11 years ago
  63. 2dc0735 Try to appease MSVC buildbots after r221466. by Frederic Riss · 11 years ago
  64. 3b80486 Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and by Kevin Enderby · 11 years ago
  65. 6df2a3b Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDescriptor. by Frederic Riss · 11 years ago
  66. d67fc42 [Hexagon] Adding basic Hexagon ELF object emitter. by Colin LeMahieu · 11 years ago
  67. 9b644c8 Clean up NVPTXLowerStructArgs.cpp. NFC by Eli Bendersky · 11 years ago
  68. 0d9e067 [mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC by Daniel Sanders · 11 years ago
  69. e15b20e [Reassociate] Don't reassociate when mixing regular and fast-math FP by Chad Rosier · 11 years ago
  70. 20e3be7 [mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments() by Daniel Sanders · 11 years ago
  71. 4396b44 Use FileCheck in a few tests. by Rafael Espindola · 11 years ago
  72. eed9590 Compute the correct jump table entries on 32 bit windows. by Rafael Espindola · 11 years ago
  73. f0f66a2 [X86] When commuting SSE immediate blend, make sure that the new blend mask is a valid imm8. by Andrea Di Biagio · 11 years ago
  74. 22cfcb2 Fixing some -Wcast-qual warnings; NFC. by Aaron Ballman · 11 years ago
  75. 7f22a20 [mips] Tolerate the use of the %z inline asm operand modifier with non-immediates. by Toma Tabacu · 11 years ago
  76. 2b8f969 [mips] Add the following MIPS options that control gp-relative addressing of by Sasa Stankovic · 11 years ago
  77. ea60f51 [mips] Improve error/warning messages and testing for the .cpload assembler directive. by Toma Tabacu · 11 years ago
  78. 10f28ec [JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips stub functions, and ARM target in general) by Daniel Sanders · 11 years ago
  79. 42b17f9 Object, COFF: Infer symbol sizes from adjacent symbols by David Majnemer · 11 years ago
  80. a67e169 X86, MC: Tidy up some whitespace in GetRelocType by David Majnemer · 11 years ago
  81. 03e3dfd GCOV: Make sure that function idents in the .gcda and .gcno match by Justin Bogner · 11 years ago
  82. 58de709 Add three other sections when L symbols are allowed. by Rafael Espindola · 11 years ago
  83. e1f22e3 Allow L symbols in no_dead_strip sections. by Rafael Espindola · 11 years ago
  84. d465ece [X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the by Quentin Colombet · 11 years ago
  85. 4ebcbd0 Remove unnecessary .c_str() when implicitly converting to Twine by Matt Arsenault · 11 years ago
  86. 6c100e7 [Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs. by Lang Hames · 11 years ago
  87. 5940390 [mips64] Fix MIPS64 exception personality encoding by Petar Jovanovic · 11 years ago
  88. 3f1d66f [X86][SSE] Vector integer to float conversion memory folding by Simon Pilgrim · 11 years ago
  89. 3911374 [docs] Document usage of Inputs/ for extra test files. by Sean Silva · 11 years ago
  90. 212f3ab [Linker] Add some test coverage for llvm.ident merging by Sean Silva · 11 years ago
  91. 9f59bc4 Fix heap-use-after-free bug in expandSDiv when the operands are by Michael Ilseman · 11 years ago
  92. 36c4749 Remove obsolete ARM intrinsics vclz and vcnt by Steven Wu · 11 years ago
  93. 5563be0 Add accessor to get 'visibility' part of st_other field by Simon Atanasyan · 11 years ago
  94. 65c7979 Fix test breakage from r221386 by Derek Schuff · 11 years ago
  95. ecb144e R600/SI: Fix omod display for VOP3b by Matt Arsenault · 11 years ago
  96. 07ffcb1 [x86 fast-isel] Materialize allocas with the correct-sized lea for ILP32 by Derek Schuff · 11 years ago
  97. e7a8e29 R600/SI: Add testcase I forgot to commit from months ago by Matt Arsenault · 11 years ago
  98. d858637 R600/SI: Move all rsrc building functions to SIISelLowering by Matt Arsenault · 11 years ago
  99. 12bd9f1 R600/SI: Remove SI_ADDR64_RSRC by Matt Arsenault · 11 years ago
  100. e459c0b [NVPTX] Add NVPTXLowerStructArgs pass by Justin Holewinski · 11 years ago