1. 3539519 Remove getSymbolValue. by Rafael Espindola · 11 years ago
  2. 2f913e3 Add support for the R_ARM_ABS32 relocation. by Rafael Espindola · 11 years ago
  3. ee2bf5b Only clear the thumb bit from function addresses. by Rafael Espindola · 11 years ago
  4. 96b8168 Simplify ELFObjectFile<ELFT>::getSymbolAddress. by Rafael Espindola · 11 years ago
  5. 7fce127 Revert "[Constant Hoisting] Lazily compute the idom and cache the result." by Juergen Ributzka · 11 years ago
  6. d68b03b Account for scalarization costs in BasicTTI::getMemoryOpCost for extending vector loads by Hal Finkel · 11 years ago
  7. 14ae434 Revert "Fix a nomenclature error in llvm-nm." by Rafael Espindola · 11 years ago
  8. 1498cee Fix test case. by Richard Trieu · 11 years ago
  9. d285bea [X86] As per suggestion from Craig Topper and Hal Finkel, override by Lang Hames · 11 years ago
  10. 9263e6f Fix multi-register costs in BasicTTI::getCastInstrCost by Hal Finkel · 11 years ago
  11. a18ad69 Add test case for [Constant Hoisting] Erase dead cast instructions (r204538). by Juergen Ributzka · 11 years ago
  12. 3b96414 ARM Linux support by Renato Golin · 11 years ago
  13. ed2154b [CodeGen] Teach the peephole optimizer to remember (and exploit) all folding by Lang Hames · 11 years ago
  14. 5a61b72 Fix a nomenclature error in llvm-nm. by Rafael Espindola · 11 years ago
  15. d7e2a48 Add ability to disable building LLVM utils by Pete Cooper · 11 years ago
  16. 1fb3df7 [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCost by Hal Finkel · 11 years ago
  17. 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
  18. e2ed923 typo by Adrian Prantl · 11 years ago
  19. b1b4d08 [X86] Make the VFMA*231 variants commutable and relax the alignment restrictions by Lang Hames · 11 years ago
  20. 3845c07 Revert "Reapply "LTO: add API to set strategy for -internalize"" by Duncan P. N. Exon Smith · 11 years ago
  21. 172e0ca Add comments and test case for [X86TTI] Make constant base pointers for GetElementPtr opaque (r204739). by Juergen Ributzka · 11 years ago
  22. 6d4e5ab ARM: fixup tests to specify the target more explicitly by Saleem Abdulrasool · 11 years ago
  23. 5b10f87 Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation (r204738). by Juergen Ributzka · 11 years ago
  24. 396e5e3 ARM: update subtarget information for Windows on ARM by Saleem Abdulrasool · 11 years ago
  25. bc413d6 Make a few more range-based loops use explicit types. by Jim Grosbach · 11 years ago
  26. 04194e0 Add back an assert that was lost in the ELFObjectFile.h split. by Rafael Espindola · 11 years ago
  27. adb852d TargetLibraryInfo: Disable memcpy and memset on R600 by Tom Stellard · 11 years ago
  28. bc07242 Simplify resolveFrameIndex() signature. by Jim Grosbach · 11 years ago
  29. acb6d98 ARM: cortex-m0 doesn't support unaligned memory access. by Jim Grosbach · 11 years ago
  30. b4e30b3 Make some range based loop types more explicit. by Jim Grosbach · 11 years ago
  31. b96fc4a [mips] Add more Octeon cnMips instructions by Kai Nacke · 11 years ago
  32. 6408bdc [C++11,ARM64] Range based for and explicit 'override' in STP cleanup. by Jim Grosbach · 11 years ago
  33. 252303f [C++11,ARM64] Range based for loops in constant promotion. by Jim Grosbach · 11 years ago
  34. 72ca0bf [C++11,ARM64] Range based for loops in load/store pair optimizer. by Jim Grosbach · 11 years ago
  35. 8c60cf1 [C++11,ARM64] Range based for loops in target lowering. by Jim Grosbach · 11 years ago
  36. cbc64ac [C++11,ARM64] Range based for loops in frame lowering. by Jim Grosbach · 11 years ago
  37. 7e2d11d [C++11,ARM64] Range based for loops in pseudo expansion. by Jim Grosbach · 11 years ago
  38. 4d59fd9 [C++11,ARM64] Range based for loops for LOH by Jim Grosbach · 11 years ago
  39. 86ae767 [C++11,ARM64] Range based for loops TLS cleanup. by Jim Grosbach · 11 years ago
  40. 5e2ab67 [C++11,ARM64] Range based for loops in branch relaxation. by Jim Grosbach · 11 years ago
  41. 68c1508 [C++11,ARM64] Range based for loops in address type promotion. by Jim Grosbach · 11 years ago
  42. a508459 [ARM64][CollectLOH] Remove the link to the radar from the comments. by Quentin Colombet · 11 years ago
  43. be2ec9b [yaml2obj][ELF] Convert some static functions into class members to by Simon Atanasyan · 11 years ago
  44. 4fd30e7 [yaml2obj][ELF] Remove unused typedef. by Simon Atanasyan · 11 years ago
  45. 38ac43b1 [yaml2obj][ELF] Move section index to the ELFState class. by Simon Atanasyan · 11 years ago
  46. dd7918c [yaml2obj][ELF] Remove relationship between ELFState by Simon Atanasyan · 11 years ago
  47. af48fc4 ARM: Add support for segmented stacks by Oliver Stannard · 11 years ago
  48. 5524d78 clarify comment by Adrian Prantl · 11 years ago
  49. f1d7924f fix a comment to use ASCII aprostrophes. by Adrian Prantl · 11 years ago
  50. 6584d94 ARM64: use GOT for weak symbols & PIC. by Tim Northover · 11 years ago
  51. 671c92d ARM64: fix lowering of fp128 fptosi/fptoui by Tim Northover · 11 years ago
  52. 24e78e0 SLPVectorizer: compare entire intrinsic for SLP compatibility. by Tim Northover · 11 years ago
  53. 3844cad ARM64: make sure first argument to INSERT_SUBVECTOR has right type. by Tim Northover · 11 years ago
  54. 87e8241 ARM64: convert fp16 narrowing ISel to pseudo-instruction by Tim Northover · 11 years ago
  55. 4e7ec2b Mark FPB as a reserved register when needed. by Job Noorman · 11 years ago
  56. 5d853bf Work around gold bug http://sourceware.org/PR16794. by Rafael Espindola · 11 years ago
  57. 421397a Remove duplicated DMB instructions by Renato Golin · 11 years ago
  58. 9ee14e3 Added isTargetWindowsMSVC(), renamed isTargetMingw() to isTargetWindowsGNU() by Yaron Keren · 11 years ago
  59. 081e6fc [LoopVectorizer] Count dependencies of consecutive pointers as uniforms by Hal Finkel · 11 years ago
  60. d486d10 Adjust comments regarding non-relocated abbrev offset in debug_info.dwo by David Blaikie · 11 years ago
  61. 5b8e479 Split debug_loc and debug_loc.dwo emission into two separate functions by David Blaikie · 11 years ago
  62. b2d73d1 DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries and an MC Label to refer to them by David Blaikie · 11 years ago
  63. 91b97cc [ARM64][CollectLOH] Add some comments to explain how the LOHs by Quentin Colombet · 11 years ago
  64. 45063c0 Add a doxygen comment to DebugLocEntry::Merge. by Adrian Prantl · 11 years ago
  65. 132285a DebugLocEntry: Actually merge the loc entry when returning true. by David Blaikie · 11 years ago
  66. 0afa71e Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation by David Blaikie · 11 years ago
  67. 2e33edd Remove unused function DebugLocEntry::isEmpty by David Blaikie · 11 years ago
  68. e8ef651 Refactor out the comparison of the location/value in a DebugLocEntry by David Blaikie · 11 years ago
  69. e8907d6 Add inequality operator for MachineLocation. by David Blaikie · 11 years ago
  70. e061a36 DebugInfo: Split DebugLocEntry into its own file. by David Blaikie · 11 years ago
  71. 2f1e347 Add a comment about the DIDescriptor class hierarchy. by Adrian Prantl · 11 years ago
  72. ccd5392 DwarfDebug: Prevent DebugLocEntry merging from coalescing two different by Adrian Prantl · 11 years ago
  73. 4a6c0af [PowerPC] Add some missing VSX bitcast patterns by Hal Finkel · 11 years ago
  74. f2dc47c If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 and by Yaron Keren · 11 years ago
  75. e30aa95 Implement X86TTI::getUnrollingPreferences by Hal Finkel · 11 years ago
  76. 0d5c062 Add some additional fields to TTI::UnrollingPreferences by Hal Finkel · 11 years ago
  77. a7a02cb Use TopTTI->getGEPCost from within getUserCost by Hal Finkel · 11 years ago
  78. 54c55ed [mips] Add Octeon cnMips instructions mtmX and mtpX by Kai Nacke · 11 years ago
  79. f319a2c Support segmented stacks on Win64 by Reid Kleckner · 11 years ago
  80. a173c01 Fix missing RUN line in test by Matt Arsenault · 11 years ago
  81. bec4ff5 isTargetWindows() renamed to isTargetKnownWindowsMSVC() by Yaron Keren · 11 years ago
  82. eb8eac6 Make isSetCCEquivalent respect the TargetBooleanContents by Matt Arsenault · 11 years ago
  83. 1ff5f1a Add helpers for checking if a value is a target boolean constant. by Matt Arsenault · 11 years ago
  84. 6b10f3a DebugInfo: Factor out common functionality for rendering debug_loc and debug_loc.dwo location list entries by David Blaikie · 11 years ago
  85. 6817d33 Cleanup remaining use of removed variable to fix the build by David Blaikie · 11 years ago
  86. fabe5ce Simplify debug_loc.dwo handling slightly. by David Blaikie · 11 years ago
  87. 3a64202 ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/ThumbBE by Christian Pirker · 11 years ago
  88. cb68a2e ARM: teach LLVM that Cortex-A7 is very similar to A8. by Tim Northover · 11 years ago
  89. 77d7651 Attempting to fix r205124, which had failed asserts when built with MSVC. by Aaron Ballman · 11 years ago
  90. c077472 ARM: add cyclone CPU with ZeroCycleZeroing feature. by Tim Northover · 11 years ago
  91. 279edf9 [mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollar by Daniel Sanders · 11 years ago
  92. 5570517 Fixing an MSVC warning about widening the result of a 32-bit shift implicitly. No functional change intended. by Aaron Ballman · 11 years ago
  93. ed83912 ARM64: add intrinsic for pmull (p64 x p64 = p128) operations. by Tim Northover · 11 years ago
  94. 103683c Fixing warnings in the MSVC build. No functional changes intended. by Aaron Ballman · 11 years ago
  95. f2452c4 [mips] Extend ParseJumpTarget to support the full symbol expression syntax. by Daniel Sanders · 11 years ago
  96. 1302349 [mips] Use AsmLexer::peekTok() to resolve the conflict between $reg and $sym by Daniel Sanders · 11 years ago
  97. 382fb96 [mips] Hoist Parser.Lex() calls out of MatchAnyRegisterNameWithoutDollar() by Daniel Sanders · 11 years ago
  98. acfb679 ARM64: add patterns for more lane-wise ld1/st1 operations. by Tim Northover · 11 years ago
  99. 233c567 ARM64: fix bug in ld3r (1d) SelectionDAG. by Tim Northover · 11 years ago
  100. bd48d31 [mips] Rewrite MipsAsmParser and MipsOperand. by Daniel Sanders · 11 years ago