1. 33300d9 Patch that forces MergeFunctions pass for clang. by Stepan Dyatkovskiy · 12 years ago
  2. d374c7b llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329 by David Blaikie · 12 years ago
  3. 9ddf28d llvm-dwarfdump support for gnu_pubtypes by David Blaikie · 12 years ago
  4. e64f5e0 Test case for r191314. by Yi Jiang · 12 years ago
  5. 7e720f4 Verify that we don't optimize null return checks to the nothrow_t version of operator new. by Benjamin Kramer · 12 years ago
  6. 4da6134 Adding a feature flag to the llvm backend for x86 TBM instruction set. by Yunzhong Gao · 12 years ago
  7. 09b16f3 MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO. by Benjamin Kramer · 12 years ago
  8. 9c60710 Make the size and expr arguments of .fill directive optional. by Roman Divacky · 12 years ago
  9. d44f9f2 MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new. by Benjamin Kramer · 12 years ago
  10. 085e238 set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorization on them by Yi Jiang · 12 years ago
  11. 989779c MemoryBuiltins: Fix operator new bits. by Benjamin Kramer · 12 years ago
  12. b0dfcee Comment typo. by Andrew Trick · 12 years ago
  13. 6629210 Teach MemoryBuiltins and InstructionSimplify that operator new never returns NULL. by Benjamin Kramer · 12 years ago
  14. d721520 Push analysis passes to InstSimplify when they're around anyways. by Benjamin Kramer · 12 years ago
  15. 3706eda [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  16. f515964 [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  17. cd216b2 DAGCombiner: Unify rotate matching for extended and unextended amounts. by Benjamin Kramer · 12 years ago
  18. 93d9957 [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  19. 7e0df9a [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  20. acfa5a2 [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_VECTOR. by Daniel Sanders · 12 years ago
  21. ad16dde [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_ELT instead of memory operations. by Daniel Sanders · 12 years ago
  22. 421dcc5 [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  23. 930f2b5 [mips][msa] Line wrapping. by Daniel Sanders · 12 years ago
  24. c998bc9 [mips][msa] Added support for matching andi, ori, nori, and xori from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  25. 89d13c1 [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  26. 38a10ff [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  27. d4bf7a3 Remove error output from configure if CFLAGS is set (r174313). by Patrik Hagglund · 12 years ago
  28. ecf0fcd [msan] Handling of atomic load/store, atomic rmw, cmpxchg. by Evgeniy Stepanov · 12 years ago
  29. ae1fb8f [mips][msa] Added support for matching comparisons from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  30. cfb1e17 [mips][msa] Added support for matching slli, srai, and srli from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  31. 42d4259 Followup to r191252. by Bill Wendling · 12 years ago
  32. fb2d8e1 Fix formatting to match coding standards. by Craig Topper · 12 years ago
  33. b2d2575 llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, or aach64-pecoff might be misassumed on win32 hosts. by NAKAMURA Takumi · 12 years ago
  34. e1e8fe1 DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t. by NAKAMURA Takumi · 12 years ago
  35. 477fc62 Initial support for Neon scalar instructions. by Jiangning Liu · 12 years ago
  36. 44e8441 [stackprotector] Forgot to add in PR number to test case. by Michael Gottesman · 12 years ago
  37. eed779f [stackprotector] Allow for copies from vreg -> vreg to be in a terminator sequence. by Michael Gottesman · 12 years ago
  38. 17f0132 Misc fixes for cpp backend. by Eli Friedman · 12 years ago
  39. 3d2c90f Add namespaces to the list of items that we expose via pubnames. by Eric Christopher · 12 years ago
  40. 7a6ae29 Regenerate testcase from source. by Eric Christopher · 12 years ago
  41. 56b62c0 Format the index entry kind string to align. by Eric Christopher · 12 years ago
  42. cb21ba8 Make dwarfdump-type-units.test order-independent by David Blaikie · 12 years ago
  43. cb3023a Selecting the address from a very long chain of GEPs can blow the stack. by Bill Wendling · 12 years ago
  44. 7533165 Comments for r191234 as suggested by Eric Christopher. by David Blaikie · 12 years ago
  45. 118a065 Explicitly request unsigned enum types when desired by Reid Kleckner · 12 years ago
  46. 5a63474 Add more external types to the pubtypes table. Expand the asm by Eric Christopher · 12 years ago
  47. 262f548 Unbreak the build (from r191233)since we're calling printf. by David Blaikie · 12 years ago
  48. a31a975 Rename IsStatic variable to Linkage in order to be a bit more descriptive. by Eric Christopher · 12 years ago
  49. 734334e Formatting. by Eric Christopher · 12 years ago
  50. 438f539 llvm-dwarfdump/libDebugInfo support for type units by David Blaikie · 12 years ago
  51. cd7c498 Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the coming DWARFTypeUnit. by David Blaikie · 12 years ago
  52. f2058ad Make nomips16 mask not repeat if it ends with a '.'. by Reed Kotler · 12 years ago
  53. 54e8249 Reformat code with clang-format. by Bill Wendling · 12 years ago
  54. cdeaae4 Handle gnu pubtypes sections: by Eric Christopher · 12 years ago
  55. a4ae405 Add a paragraph on prefix data layout. by Peter Collingbourne · 12 years ago
  56. fe8f9e7 Remove remaining references to -O4. by Rafael Espindola · 12 years ago
  57. 670711e fix typo: than -> then by Kay Tiong Khoo · 12 years ago
  58. eb46def Fixed debug_aranges handling for common symbols. by Richard Mitton · 12 years ago
  59. 9528b0e DebugInfo: Wrap section data and relocs together for dwarf dumping support by David Blaikie · 12 years ago
  60. b3350ac Add sha intrinsic tests by Ben Langmuir · 12 years ago
  61. 4e7b015 Revert "LoopVectorizer: Only allow vectorization of intrinsics." by Arnold Schwaighofer · 12 years ago
  62. 2bbb2d4 Expand test case a bit. by Benjamin Kramer · 12 years ago
  63. e0187e5 [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  64. 0f22c13 [ARM] Split A/R class into separate subtarget features. by Amara Emerson · 12 years ago
  65. baca533 InstSimplify: Fold equality comparisons between non-inbounds GEPs. by Benjamin Kramer · 12 years ago
  66. 9a1aaeb [mips][msa] Added support for matching insert and copy from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  67. a399d69 [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  68. 915432c [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  69. 4e812c1 [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
  70. 57ebcb2 Partially revert r191192: Fix -Wunused-variable error when assertions are disabled and -Werror is in use. by Daniel Sanders · 12 years ago
  71. 912fde2 Fix -Wunused-variable error when assertions are disabled and -Werror is in use. by Daniel Sanders · 12 years ago
  72. da521cc [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG nodes (VSPLAT and VSPLATD) by Daniel Sanders · 12 years ago
  73. 669b966 llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list. by NAKAMURA Takumi · 12 years ago
  74. cf458e9 Add missing index comments to the left side of the DAG ISel matcher table for each individual case of SwitchOpcode/Type. by Craig Topper · 12 years ago
  75. ff96efe [Sparc] Use correct instruction pattern for CMPri. by Venkatraman Govindaraju · 12 years ago
  76. e7174f1 Remove dead code by David Blaikie · 12 years ago
  77. eaad5cd StringRef-ize some things by David Blaikie · 12 years ago
  78. 0d293e4 Provide basic type safety for array_pod_sort comparators. by Benjamin Kramer · 12 years ago
  79. 7f80b75 Drop spurious handle in comment. by Benjamin Kramer · 12 years ago
  80. 0821c72 [Sparc] Make SPARC instructions' encoding well defined such that TableGen can automatically generate code emitter. by Venkatraman Govindaraju · 12 years ago
  81. 69ae8f1 [Sparc] Clean up MOVcc instructions so that TableGen can encode them correctly. No functionality change intended. by Venkatraman Govindaraju · 12 years ago
  82. a432a97 [Sparc] Clean up branch instructions, so that TableGen can encode branch conditions as well. No functionality change intended. by Venkatraman Govindaraju · 12 years ago
  83. 3e84ad2 ISelDAG: spot chain cycles involving MachineNodes by Tim Northover · 12 years ago
  84. 7d052f2 [Sparc] Add support for TLS in sparc. by Venkatraman Govindaraju · 12 years ago
  85. 7d7db75 X86: Use R_X86_64_TPOFF64 for FK_Data_8 by David Majnemer · 12 years ago
  86. ecd4965 [SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions. by Venkatraman Govindaraju · 12 years ago
  87. c12c8d7 [Sparc] Emit .register directive to declare the use of global registers %g2, %g4, %g6 and %g7. by Venkatraman Govindaraju · 12 years ago
  88. 50019d8 Correct the pre-increment load latencies in the PPC A2 itinerary by Hal Finkel · 12 years ago
  89. 20b5879 [Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets. by Venkatraman Govindaraju · 12 years ago
  90. 1ce1525 SROA: Handle casts involving vectors of pointers and integer scalars. by Benjamin Kramer · 12 years ago
  91. 189c623 Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too." by Juergen Ributzka · 12 years ago
  92. 95838d5 Remove alignment restrictions from FMA load folding. by Craig Topper · 12 years ago
  93. 38bf2d6 SLPVectorizer: Fix multiline comment warning by Arnold Schwaighofer · 12 years ago
  94. 60c81c9 ELF: Parse types in directives like binutils gas by David Majnemer · 12 years ago
  95. 7cdc370 Fix the buildbot by Juergen Ributzka · 12 years ago
  96. fcfc234 [X86] Emulate AVX 256bit MIN/MAX support by splitting the vector. by Juergen Ributzka · 12 years ago
  97. 1941431 SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too. by Juergen Ributzka · 12 years ago
  98. 023d90e Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc. by NAKAMURA Takumi · 12 years ago
  99. ed7fd71 Set .reorder for the stub so that gas takes care of delay slot processing. by Reed Kotler · 12 years ago
  100. a9baf1e Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)"" by Arnold Schwaighofer · 12 years ago