1. 72935dd Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
  2. 0d63cf0 Obvious pasto survived a couple rounds of cleanup. by Andrew Trick · 12 years ago
  3. da1ad53 YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems. by John Thompson · 12 years ago
  4. c5a925c Fix assembly operands for the SSE2 cvtsd2ss instruction. by Cameron McInally · 12 years ago
  5. c5e9981 [Mips] Adjust float ABI settings in case of MIPS16 mode. by Simon Atanasyan · 12 years ago
  6. 4d06b6d Formatting and 80-col. by Eric Christopher · 12 years ago
  7. 5efc006 Fix comment. by Eric Christopher · 12 years ago
  8. d2b3a02 Refactor the section emission code to remove duplicates now that by Eric Christopher · 12 years ago
  9. eee5230 Reformat file. by Eric Christopher · 12 years ago
  10. ed1951e Fix an issue where SROA computed different results based on the relative by Chandler Carruth · 12 years ago
  11. 1b3ab91 Add support for software expansion of 64-bit integer division instructions. by Michael Ilseman · 12 years ago
  12. 0b84386 Fix patchpoint comments. by Andrew Trick · 12 years ago
  13. bb83da2 Add lld to projects to tag. by Bill Wendling · 12 years ago
  14. f5afe71 Add .clang-format without column limit to subdirectory tests/. by Daniel Jasper · 12 years ago
  15. d73d4f4 Use symbolic operands in the patchpoint folding routine and fix a spilling bug. by Andrew Trick · 12 years ago
  16. 8ddf988 Add an abstraction to handle patchpoint operands. by Andrew Trick · 12 years ago
  17. ba0f991 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  18. 36c7806 Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post. by Hao Liu · 12 years ago
  19. e40e68a Remove unused special member functions and reformat. by Eric Christopher · 12 years ago
  20. 15602d7 Fix previous commit and fully remove variable. by Eric Christopher · 12 years ago
  21. 2a4888b Remove unused variable. by Eric Christopher · 12 years ago
  22. f11b55c Implement AArch64 SISD intrinsics for vget_high and vget_low. by Jiangning Liu · 12 years ago
  23. 282a979 implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit integer. by Kevin Qin · 12 years ago
  24. 01dd572 Add predicate for AArch64 crypto instructions. by Jiangning Liu · 12 years ago
  25. e53969b [Mips] Support for MicroMips STO refactoring. by Jack Carter · 12 years ago
  26. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  27. 26efdc5 llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump by David Blaikie · 12 years ago
  28. 8da7540 DwarfDebug: Move trailing else to the same line as prior closing brace by David Blaikie · 12 years ago
  29. d6dffb4 DwarfDebug: Remove some more redundant explicit constructions. by David Blaikie · 12 years ago
  30. 4c1625b [Mips] MipsTargetStreamer refactoring. by Jack Carter · 12 years ago
  31. 4adba52 DebugInfo: Simplify a few more explicit constructions, underconstrained types, and make DIType(MDNode*) explicit like all the other DI* node ctors. by David Blaikie · 12 years ago
  32. a7b7a7d Revert "COFF: Emit all MCSymbols rather than filtering out some of them" by Reid Kleckner · 12 years ago
  33. 940267e Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value by Adrian Prantl · 12 years ago
  34. d9ddaa4 Docs: tweak code-block spacing. by Ahmed Bougacha · 12 years ago
  35. fe45fd0 The 'optnone' attribute means don't inline anything into this function by Paul Robinson · 12 years ago
  36. 3560dd2 R600/SI: Fix moveToVALU when the first operand is VSrc. by Matt Arsenault · 12 years ago
  37. 9bc4b2c R600/SI: Fix multiple SGPR reads when using VCC. by Matt Arsenault · 12 years ago
  38. e64a289 R600/SI: Implement add i64, but do not yet enable. by Matt Arsenault · 12 years ago
  39. 15703e0 R600/SI: Specify SSrc operands by Matt Arsenault · 12 years ago
  40. f38be91 R600/SI: addc / adde i32 are legal by Matt Arsenault · 12 years ago
  41. b2254e6 R600/SI: Match addc to S_ADD_U32. by Matt Arsenault · 12 years ago
  42. 62f35fb R600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32 by Matt Arsenault · 12 years ago
  43. f53b784 R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable by Matt Arsenault · 12 years ago
  44. 3e38856 R600/SI: Move patterns to match add / sub to scalar instructions by Matt Arsenault · 12 years ago
  45. 836c513 R600/SI: Fix extra defs of VCC / SCC. by Matt Arsenault · 12 years ago
  46. b570599 R600: Enable the IR structurizer by default by Tom Stellard · 12 years ago
  47. 44248e0 R600: Fix a crash in the AMDILCFGStrucurizer by Tom Stellard · 12 years ago
  48. ef37e45 R600: Add a SubtargetFeatture for disabling the ifcvt pass. by Tom Stellard · 12 years ago
  49. b4c3516 R600: Use lower-case for EnableIRStructurizer feature by Tom Stellard · 12 years ago
  50. 204c953 R600/SI: Fix illegal VGPR->SGPR copy inside of loop by Tom Stellard · 12 years ago
  51. bf9ddd5 R600/SI: Fix another case of illegal VGPR->SGPR copy by Tom Stellard · 12 years ago
  52. 7c5498e Checking for a return value with FormatMessage; if the call fails, there's no guarantee that the buffer will be non-null. by Aaron Ballman · 12 years ago
  53. eae6e54 Fixing a possible memory leak from a failing realloc() call. by Aaron Ballman · 12 years ago
  54. 6919bec Recover gracefully when deserializing invalid YAML input. by Alexander Kornienko · 12 years ago
  55. 64409ad [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-after-return are combined. by Alexey Samsonov · 12 years ago
  56. 874081c [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV. by NAKAMURA Takumi · 12 years ago
  57. 07a3c48 LoopVectorizer: Extend the induction variable to a larger type by Arnold Schwaighofer · 12 years ago
  58. 2342720 [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code for (ConstantFP 0.0) by Daniel Sanders · 12 years ago
  59. 26651c7 [mips][msa] Update encoding of bnz.v (typo). by Matheus Almeida · 12 years ago
  60. 95adf91 [mips][msa] Fix immediate value of LSA instruction as it was being wrongly encoded. by Matheus Almeida · 12 years ago
  61. f56f1df Fix forgotten member initialization detected by MSan bootstrap bot by Alexey Samsonov · 12 years ago
  62. 74e1ee9 [mips][msa] Add MSA to the release notes. by Daniel Sanders · 12 years ago
  63. ea8e144 test-release.sh: tweak RPATH for the binary packages. by Arnaud A. de Grandmaison · 12 years ago
  64. 38ea7b5 Unbreak the build after r194997 by Alexey Samsonov · 12 years ago
  65. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  66. 69b2447 [AArch64 NEON]Add mov alias for simd copy instructions. by Kevin Qin · 12 years ago
  67. 9757775 Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 12 years ago
  68. 65c102e Debug Info Verifier: disable it by default. by Manman Ren · 12 years ago
  69. 1572ba7 Fix spacing, forward declare order. by Matt Arsenault · 12 years ago
  70. 17a88a7 Remove unnecessary temporary construction. by David Blaikie · 12 years ago
  71. fbf70b3 Remove redundant explicit default initialization. by David Blaikie · 12 years ago
  72. 08e51e1 DwarfCompileUnit: Add type safety to createGlobalVariableDIE by David Blaikie · 12 years ago
  73. b923d2f TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo. by Ahmed Bougacha · 12 years ago
  74. 0df7f51 Docs: Clearly separate Operand-related paragraphs. by Ahmed Bougacha · 12 years ago
  75. 3bcf1e3 Docs: Fix typo: NoIntinerary -> NoItinerary. by Ahmed Bougacha · 12 years ago
  76. 6950be2 Debug Info: fix typo in function name. by Manman Ren · 12 years ago
  77. 9564d64 Debug Info Verifier: fix when to find debug info nodes and when to verify them. by Manman Ren · 12 years ago
  78. 2b31b82 Debug Info Verifier: enable public functions of Finder to update the type map. by Manman Ren · 12 years ago
  79. 80ccd9e Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, since r194601. by NAKAMURA Takumi · 12 years ago
  80. c8dc96b Add a loop rerolling flag to the PassManagerBuilder by Hal Finkel · 12 years ago
  81. e8a957d python: Fix check for disasm creation failure by Anders Waldenborg · 12 years ago
  82. 60e4d7f python: Properly initialize before trying to create disasm by Anders Waldenborg · 12 years ago
  83. d192b52 Update CREDITS by Alp Toker · 12 years ago
  84. 281e8eb Testcase for PR17964 by Bill Wendling · 12 years ago
  85. fe128c6 Revert "Micro-optimization" by Bill Wendling · 12 years ago
  86. d5ae5b0 DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal constants. by Benjamin Kramer · 12 years ago
  87. e5a694a DebugLoc defines LineCol as 32 bit in comment but unsigned in code. by Yaron Keren · 12 years ago
  88. e7a1e3e [block-freq] Add BlockFrequency::scale that returns a remainder from the division and make the private scale in BlockFrequency more performant. by Michael Gottesman · 12 years ago
  89. 8417e85 [PM] Completely remove support for explicit 'require' methods on the by Chandler Carruth · 12 years ago
  90. ca1b779 Use more getZExtOrTruncs by Matt Arsenault · 12 years ago
  91. 91053d5 Use getZExtOrTrunc instead of repeating the same logic. by Matt Arsenault · 12 years ago
  92. 3905642 Add the cold attribute to error-reporting call sites by Hal Finkel · 12 years ago
  93. bb756ca Added a size field to the stack map record to handle subregister spills. by Andrew Trick · 12 years ago
  94. b7dabcc Fix ndebug-build unused variable in loop rerolling by Hal Finkel · 12 years ago
  95. 94437c9 Use right address space pointer size by Matt Arsenault · 12 years ago
  96. bebe48d Add a loop rerolling pass by Hal Finkel · 12 years ago
  97. 0ccb37a The WebKit_JS CC preserves the same registers as the C CC. by Juergen Ributzka · 12 years ago
  98. 64fa501 Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt by Hal Finkel · 12 years ago
  99. e6e8112 Fix assert on unaligned access to global with different address space size. by Matt Arsenault · 12 years ago
  100. 4fe5b64 Fix codegen for null different sized pointer. by Matt Arsenault · 12 years ago