1. 36b0fd5 [mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  2. f2938bf [asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity. by Kostya Serebryany · 11 years ago
  3. 4f22c98 Updated the llvm.mem.parallel_loop_access semantics to include the possibility by Pekka Jaaskelainen · 11 years ago
  4. fa16c88 Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel headers by Bradley Smith · 11 years ago
  5. 84a0dc3 [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`. by Simon Atanasyan · 11 years ago
  6. 7a0a087 Typedef NumeredTypesMapTy is not used anywhere. by Yaron Keren · 11 years ago
  7. cfce940 Test commit. by Jingyue Wu · 11 years ago
  8. f97e200 llvm-ar: Output the file we errored on. by Filipe Cabecinhas · 11 years ago
  9. 1ed412c Rename a couple of variables to be more accurate. by David Blaikie · 11 years ago
  10. e4dfe5d DebugInfo: Fix cross-CU references for scopes (and variables within those scopes) in abstract definitions of cross-CU inlined functions by David Blaikie · 11 years ago
  11. df9a782 MC: remove unnecessary restriction on tests by Saleem Abdulrasool · 11 years ago
  12. d7689b6 [ARM64] Fix a bug in shuffle vector lowering to generate corect vext ISD with swapped input vectors. by Jiangning Liu · 11 years ago
  13. 0e93fa9 Attempt to placate compilers that warn on casts between pointer-to-object and by Richard Smith · 11 years ago
  14. e318ce6 ScalarEvolution: Fix handling of AddRecs in isKnownPredicate by Justin Bogner · 11 years ago
  15. c86ebbd [Graph Writer] Limit the length of the graph name because Windows can't handle it. by Michael J. Spencer · 11 years ago
  16. ef518f1 Make these bool bitfields. by Eric Christopher · 11 years ago
  17. 8f33e4c [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs on by Lang Hames · 11 years ago
  18. ff93350 Update some AliasAnalysis pass docs for getAdjustedAnalysisPointer. by Eric Christopher · 11 years ago
  19. fed4bab R600: Add definition for flat address space ID. by Matt Arsenault · 11 years ago
  20. 3c698f3 R600: Try to convert BFE back to standard bit ops when possible. by Matt Arsenault · 11 years ago
  21. e3ed404 R600: Add dag combine for BFE by Matt Arsenault · 11 years ago
  22. 7e12b82 R600: Implement ComputeNumSignBitsForTargetNode for BFE by Matt Arsenault · 11 years ago
  23. 9859540 R600: Implement computeMaskedBitsForTargetNode for BFE by Matt Arsenault · 11 years ago
  24. cb0402e R600: Expand mul24 for GPUs without it by Matt Arsenault · 11 years ago
  25. 21851f9 R600: Expand mad24 for GPUs without it by Matt Arsenault · 11 years ago
  26. f49da43 R600: Add intrinsics for mad24 by Matt Arsenault · 11 years ago
  27. bd0283a Return false if we're not going to do anything. by Eric Christopher · 11 years ago
  28. 351c658 R600/SI: Move instruction pattern to instruction definition by Matt Arsenault · 11 years ago
  29. c647710 Remove LLVMContextImpl::optimizationRemarkEnabledFor. by Diego Novillo · 11 years ago
  30. 3957d424 [X86] Improve the lowering of BITCAST from MVT::f64 to MVT::v4i16/MVT::v8i8. by Andrea Di Biagio · 11 years ago
  31. 634d64e ARM64: remove '#' from annotation of add/sub immediate by Tim Northover · 11 years ago
  32. d16404a Add support for missed and analysis optimization remarks. by Diego Novillo · 11 years ago
  33. de70176 Segmented stacks: omit __morestack call when there's no frame. by Tim Northover · 11 years ago
  34. 65ea1ad ARM64: these work too by Tim Northover · 11 years ago
  35. 213f915 Yes they do by Tim Northover · 11 years ago
  36. 369e565 ARM64: model pre/post-indexed operations properly. by Tim Northover · 11 years ago
  37. e072ed7 ARM64: separate load/store operands to simplify assembler by Tim Northover · 11 years ago
  38. b08e038 [mips] Make unalignedload.ll test stricter and easier to modify for MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  39. 98eba92 [mips] Change lwl and lwr in inlineasm_constraint.ll to lw by Daniel Sanders · 11 years ago
  40. 8afb08e [mips] Use addiu in inline assembly tests since addi is not available in all ISA's by Daniel Sanders · 11 years ago
  41. 00011c7 Extend sys::getHostCPUFeatures to work on AArch64 platforms by Bradley Smith · 11 years ago
  42. e3ece90 [mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  43. 5f45ba1 [mips][mips64r6] Test that paired single instructions are invalid by Daniel Sanders · 11 years ago
  44. c96096c [mips][mips64r6] Add b[on]vc by Daniel Sanders · 11 years ago
  45. 2447dcc ARM64: assert if we see i64 -> i64 extend in the DAG. by Tim Northover · 11 years ago
  46. de9e4c8 AArch64/ARM64: enable more AArch64 tests. by Tim Northover · 11 years ago
  47. 327edb4 MC: initialise MCAsmParser variable by Saleem Abdulrasool · 11 years ago
  48. 9c553cf Remove unused variable. by Eric Christopher · 11 years ago
  49. 71ce211 ARM: introduce llvm.arm.undefined intrinsic by Saleem Abdulrasool · 11 years ago
  50. bce7d05 R600/SI: Match fp_to_uint / uint_to_fp for f64 by Matt Arsenault · 11 years ago
  51. f4f930c MC: formalise some assertions into proper errors by Saleem Abdulrasool · 11 years ago
  52. 424bbbb Override runOnMachineFunction for ARMISelDAGToDAG so that we can by Eric Christopher · 11 years ago
  53. c5f6f15 Override runOnMachineFunction for X86ISelDAGToDAG so that we can by Eric Christopher · 11 years ago
  54. 26bbeec Avoid using subtarget features when adding X86 specific passes to by Eric Christopher · 11 years ago
  55. 1e264de Remove extra local variable. by Eric Christopher · 11 years ago
  56. 42854e5 Rename createGlobalBaseRegPass -> createX86GlobalBaseRegPass to make by Eric Christopher · 11 years ago
  57. 4551b0a Fix typo. by Eric Christopher · 11 years ago
  58. 6ccae2d Avoid using subtarget features when initializing the pass pipeline on PPC. by Eric Christopher · 11 years ago
  59. 58d9172 Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction. by Eric Christopher · 11 years ago
  60. 162180c Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction. by Eric Christopher · 11 years ago
  61. 14fb9b6 Sort includes. by Eric Christopher · 11 years ago
  62. b1a3b17 DebugInfo: Simplify dead variable collection slightly. by David Blaikie · 11 years ago
  63. facca6e Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan. by Andrew Trick · 11 years ago
  64. 107db21 Similar to bitcast, treat addrspacecast as a foldable operand. by Eli Bendersky · 11 years ago
  65. a2f371b Fix compilation issues. by Eric Christopher · 11 years ago
  66. 189fe78 Make early if conversion dependent upon the subtarget and add by Eric Christopher · 11 years ago
  67. 595bdb7 Group the scheduling functions together. by Eric Christopher · 11 years ago
  68. 8a0240d Revert "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
  69. cba7ac7 MC: correct IMAGE_REL_ARM_MOV32T relocation emission by Saleem Abdulrasool · 11 years ago
  70. 159ccc8 MC: introduce ability to restrict recorded relocations by Saleem Abdulrasool · 11 years ago
  71. 111bad3 DebugInfo: Use the SPMap to find the parent CU of inlined functions as they may not be in the current CU by David Blaikie · 11 years ago
  72. afd1747 R600: Add comment describing problems with LowerConstantInitializer by Matt Arsenault · 11 years ago
  73. bd124c8 R600: Partially fix constant initializers for structs and vectors. by Matt Arsenault · 11 years ago
  74. 713096f R600: Add failing testcases for constant initializers. by Matt Arsenault · 11 years ago
  75. 5fe59a2 Remove getTargetLowering from TargetPassConfig as the target lowering by Eric Christopher · 11 years ago
  76. 9bfc3f5 Remove unused member variable from hexagon pass. by Eric Christopher · 11 years ago
  77. 3043645 DebugInfo: Ensure concrete out of line variables from inlined functions reference their abstract origins. by David Blaikie · 11 years ago
  78. fd0096a [X86] Fix a bug in the lowering of BLENDI introduced in r209043. by Quentin Colombet · 11 years ago
  79. d1b5bda Move MCOptions that aren't shared between programs into their specific by Eric Christopher · 11 years ago
  80. 9a37986 Make a couple of command lines static and remove an unnecessary initialization. by Eric Christopher · 11 years ago
  81. c10a1ed DebugInfo: Simplify subprogram declaration creation/references and accidentally refix PR11300. by David Blaikie · 11 years ago
  82. 4932377 Use cast<> instead of unchecked dyn_cast by Matt Arsenault · 11 years ago
  83. 5dd4b9f MC: loosen an overzealous assertion by Saleem Abdulrasool · 11 years ago
  84. 03b003b Use llvm-lit if LLVM source tree is unavailable. by Greg Fitzgerald · 11 years ago
  85. c12c3d0 Test comment commit. by Dave Estes · 11 years ago
  86. 82086153 [mips][mips64r6] Add bc[12](eq|ne)z by Daniel Sanders · 11 years ago
  87. 3046dcb [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeatures by Daniel Sanders · 11 years ago
  88. c0e6693 [asan] Fix x86-32 asm instrumentation to preserve flags. by Evgeniy Stepanov · 11 years ago
  89. 8235ed1 MC: mark COFF .drectve section as REMOVE by Saleem Abdulrasool · 11 years ago
  90. 651f680 [modules] Add module maps for LLVM. These are not quite ready for prime-time by Richard Smith · 11 years ago
  91. 91bbc25 ARM: correct bundle generation for MOV32T relocations by Saleem Abdulrasool · 11 years ago
  92. e648d75 This command line option is only used in one place. Move it there and by Eric Christopher · 11 years ago
  93. 1102603 Add a comment here. by Eric Christopher · 11 years ago
  94. 3d5f46b Move this test to the backend from the frontend. by Eric Christopher · 11 years ago
  95. 4f6d26d Move the verbose asm option to be part of the options struct and by Eric Christopher · 11 years ago
  96. b38059a Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize by Kevin Enderby · 11 years ago
  97. acf6215 Fix test added in r209242: llc shouldn't create files in source tree by Alexey Samsonov · 11 years ago
  98. ed3abe4 Revert "DebugInfo: Assume all subprogram DIEs have been created before any abstract subprograms are constructed." by David Blaikie · 11 years ago
  99. adf1668 [ARM64] PR19792: Fix cycle in DAG after performPostLD1Combine by Adam Nemet · 11 years ago
  100. e94103a Unbreak the sanitizer buildbots after r209226 due to SROA issue described in http://reviews.llvm.org/D3714 by David Blaikie · 11 years ago