1. 9320345 ARM: Use range-based for loops in frame lowering. by Jim Grosbach · 11 years ago
  2. 3b2b5df [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance by Quentin Colombet · 11 years ago
  3. cc99615 Revert r205599, the commit was not intended to have so many changes by Quentin Colombet · 11 years ago
  4. c65a77b [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance by Quentin Colombet · 11 years ago
  5. 09ebd6d ARM: fix test case missed in previous roundup by Saleem Abdulrasool · 11 years ago
  6. 4fd62c5 MIPS: remove vim swap file by Saleem Abdulrasool · 11 years ago
  7. eec7d48 Add an assert that this is only used with .o files. by Rafael Espindola · 11 years ago
  8. 7df9059 Implement getRelocationAddress for MachO and ET_REL elf files. by Rafael Espindola · 11 years ago
  9. 5ca1f95 Implement macho relocation iterators with section number + relocation number. by Rafael Espindola · 11 years ago
  10. 2abadea ARM: yet another round of ARM test clean ups by Saleem Abdulrasool · 11 years ago
  11. 91ba0a9 Tidy up. Space before ':' in range-based for loops. by Jim Grosbach · 11 years ago
  12. e170366 Tidy up. 80 columns. by Jim Grosbach · 11 years ago
  13. 81fb6bf Tidy up. Trailing whitespace. by Jim Grosbach · 11 years ago
  14. 6cd0131 Fix typo. by Jim Grosbach · 11 years ago
  15. 8cb805c Fix llvm-objdump crash. by Rafael Espindola · 11 years ago
  16. 67c46d2 Remove section_rel_empty. Just compare begin() and end() instead. by Rafael Espindola · 11 years ago
  17. da7ea68 Reuse existing variable. by Rafael Espindola · 11 years ago
  18. 25540a7 Optimize away unnecessary address casts. by Eli Bendersky · 11 years ago
  19. 8921882 [ARM64] Teach the ARM64DeadRegisterDefinition pass to respect implicit-defs. by Lang Hames · 11 years ago
  20. 2383986 unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now. by NAKAMURA Takumi · 11 years ago
  21. a746974 R600: Correct opcode for BFE_INT by Tom Stellard · 11 years ago
  22. 50c16fb R600/SI: Lower 64-bit immediates using REG_SEQUENCE by Tom Stellard · 11 years ago
  23. 6d394ed Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't fail on cygming. by NAKAMURA Takumi · 11 years ago
  24. df34283 llvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax expressions to satisfy win32. by NAKAMURA Takumi · 11 years ago
  25. f04e7df Attempt to XFAIL this on mingw and cygwin hosts. The line table on by Eric Christopher · 11 years ago
  26. 1fcd561 Fix PR19270 - type mismatch caused by invalid optimization. by Eli Bendersky · 11 years ago
  27. 1c36a6d Loosen up check so that we can pass on platforms that generate by Eric Christopher · 11 years ago
  28. 5fe5b3d ARM: update even more tests by Saleem Abdulrasool · 11 years ago
  29. d5ba2d2 ArrayRef: use std::vector::data() now that we are building in C++11 mode by Dmitri Gribenko · 11 years ago
  30. 27b1252 ARM: fixup more tests to specify the target more explicitly by Saleem Abdulrasool · 11 years ago
  31. d5561bb ARM: tell LLVM about zext properties of ldrexb/ldrexh by Tim Northover · 11 years ago
  32. 769a6f2 [mips] Add negative tests confirm that supported ISA's don't allow instructions added in later ISA's by Daniel Sanders · 11 years ago
  33. 8750f9a [mips] Implement ehb, ssnop, and pause in assembler by Daniel Sanders · 11 years ago
  34. 3eb8765 ARM: skip cmpxchg failure barrier if ordering is monotonic. by Tim Northover · 11 years ago
  35. 4d24300 Implementation of 16-bit microMIPS instructions MFHI and MFLO. by Zoran Jovanovic · 11 years ago
  36. 8ef79fa [mips] Add initial (experimental) MIPS-IV support. by Daniel Sanders · 11 years ago
  37. 0b6dffa Fix for PR 19261: by Eric Christopher · 11 years ago
  38. 60f5dfe MicroMIPS specific little endian fixup data byte ordering. by Zoran Jovanovic · 11 years ago
  39. badb137 ARM: expand atomic ldrex/strex loops in IR by Tim Northover · 11 years ago
  40. 37e5cfa PR19320: by Stepan Dyatkovskiy · 11 years ago
  41. 3f11cd0 [ARM] When generating a vpaddl node the input lane type is not always the type of the by Silviu Baranga · 11 years ago
  42. 1091437 [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and by Sasa Stankovic · 11 years ago
  43. 107283d ARM64: add regression test for r205519. by Tim Northover · 11 years ago
  44. 27d489f ARM64: always use i64 for the RHS of shift operations by Tim Northover · 11 years ago
  45. b8c20fd ARM: Use __STACK_LIMIT symbol for segmented stacks by Oliver Stannard · 11 years ago
  46. c8ce967 Stack map docs. Remove some stray markup. by Andrew Trick · 11 years ago
  47. b642eb5 ARM64: don't generate __sincos_stret calls unless on MachO by Tim Northover · 11 years ago
  48. 3b8ad82 Minor update to the stack map documentation. by Andrew Trick · 11 years ago
  49. 1233d41 DebugInfo: Use a 64 bit type for the subrange by David Blaikie · 11 years ago
  50. 5a64ab6 [CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318. by Lang Hames · 11 years ago
  51. 46aa8c8 Handle getting UnknownAddressOrSize or section_end(). by Rafael Espindola · 11 years ago
  52. 051c948 Implement get getSymbolFileOffset with getSymbolAddress. by Rafael Espindola · 11 years ago
  53. 3539519 Remove getSymbolValue. by Rafael Espindola · 11 years ago
  54. 2f913e3 Add support for the R_ARM_ABS32 relocation. by Rafael Espindola · 11 years ago
  55. ee2bf5b Only clear the thumb bit from function addresses. by Rafael Espindola · 11 years ago
  56. 96b8168 Simplify ELFObjectFile<ELFT>::getSymbolAddress. by Rafael Espindola · 11 years ago
  57. 7fce127 Revert "[Constant Hoisting] Lazily compute the idom and cache the result." by Juergen Ributzka · 11 years ago
  58. d68b03b Account for scalarization costs in BasicTTI::getMemoryOpCost for extending vector loads by Hal Finkel · 11 years ago
  59. 14ae434 Revert "Fix a nomenclature error in llvm-nm." by Rafael Espindola · 11 years ago
  60. 1498cee Fix test case. by Richard Trieu · 11 years ago
  61. d285bea [X86] As per suggestion from Craig Topper and Hal Finkel, override by Lang Hames · 11 years ago
  62. 9263e6f Fix multi-register costs in BasicTTI::getCastInstrCost by Hal Finkel · 11 years ago
  63. a18ad69 Add test case for [Constant Hoisting] Erase dead cast instructions (r204538). by Juergen Ributzka · 11 years ago
  64. 3b96414 ARM Linux support by Renato Golin · 11 years ago
  65. ed2154b [CodeGen] Teach the peephole optimizer to remember (and exploit) all folding by Lang Hames · 11 years ago
  66. 5a61b72 Fix a nomenclature error in llvm-nm. by Rafael Espindola · 11 years ago
  67. d7e2a48 Add ability to disable building LLVM utils by Pete Cooper · 11 years ago
  68. 1fb3df7 [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCost by Hal Finkel · 11 years ago
  69. 75cea2c Add comments and test case for [DAG] Keep the opaque constant flag when performing unary constant folding operations (r204737). by Juergen Ributzka · 11 years ago
  70. e2ed923 typo by Adrian Prantl · 11 years ago
  71. b1b4d08 [X86] Make the VFMA*231 variants commutable and relax the alignment restrictions by Lang Hames · 11 years ago
  72. 3845c07 Revert "Reapply "LTO: add API to set strategy for -internalize"" by Duncan P. N. Exon Smith · 11 years ago
  73. 172e0ca Add comments and test case for [X86TTI] Make constant base pointers for GetElementPtr opaque (r204739). by Juergen Ributzka · 11 years ago
  74. 6d4e5ab ARM: fixup tests to specify the target more explicitly by Saleem Abdulrasool · 11 years ago
  75. 5b10f87 Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation (r204738). by Juergen Ributzka · 11 years ago
  76. 396e5e3 ARM: update subtarget information for Windows on ARM by Saleem Abdulrasool · 11 years ago
  77. bc413d6 Make a few more range-based loops use explicit types. by Jim Grosbach · 11 years ago
  78. 04194e0 Add back an assert that was lost in the ELFObjectFile.h split. by Rafael Espindola · 11 years ago
  79. adb852d TargetLibraryInfo: Disable memcpy and memset on R600 by Tom Stellard · 11 years ago
  80. bc07242 Simplify resolveFrameIndex() signature. by Jim Grosbach · 11 years ago
  81. acb6d98 ARM: cortex-m0 doesn't support unaligned memory access. by Jim Grosbach · 11 years ago
  82. b4e30b3 Make some range based loop types more explicit. by Jim Grosbach · 11 years ago
  83. b96fc4a [mips] Add more Octeon cnMips instructions by Kai Nacke · 11 years ago
  84. 6408bdc [C++11,ARM64] Range based for and explicit 'override' in STP cleanup. by Jim Grosbach · 11 years ago
  85. 252303f [C++11,ARM64] Range based for loops in constant promotion. by Jim Grosbach · 11 years ago
  86. 72ca0bf [C++11,ARM64] Range based for loops in load/store pair optimizer. by Jim Grosbach · 11 years ago
  87. 8c60cf1 [C++11,ARM64] Range based for loops in target lowering. by Jim Grosbach · 11 years ago
  88. cbc64ac [C++11,ARM64] Range based for loops in frame lowering. by Jim Grosbach · 11 years ago
  89. 7e2d11d [C++11,ARM64] Range based for loops in pseudo expansion. by Jim Grosbach · 11 years ago
  90. 4d59fd9 [C++11,ARM64] Range based for loops for LOH by Jim Grosbach · 11 years ago
  91. 86ae767 [C++11,ARM64] Range based for loops TLS cleanup. by Jim Grosbach · 11 years ago
  92. 5e2ab67 [C++11,ARM64] Range based for loops in branch relaxation. by Jim Grosbach · 11 years ago
  93. 68c1508 [C++11,ARM64] Range based for loops in address type promotion. by Jim Grosbach · 11 years ago
  94. a508459 [ARM64][CollectLOH] Remove the link to the radar from the comments. by Quentin Colombet · 11 years ago
  95. be2ec9b [yaml2obj][ELF] Convert some static functions into class members to by Simon Atanasyan · 11 years ago
  96. 4fd30e7 [yaml2obj][ELF] Remove unused typedef. by Simon Atanasyan · 11 years ago
  97. 38ac43b1 [yaml2obj][ELF] Move section index to the ELFState class. by Simon Atanasyan · 11 years ago
  98. dd7918c [yaml2obj][ELF] Remove relationship between ELFState by Simon Atanasyan · 11 years ago
  99. af48fc4 ARM: Add support for segmented stacks by Oliver Stannard · 11 years ago
  100. 5524d78 clarify comment by Adrian Prantl · 11 years ago