1. 73a69d6 Formatting, 80-col, trailing whitespace. by Eric Christopher · 12 years ago
  2. 1357859 long line correction by Jack Carter · 12 years ago
  3. 95047a8 long line correction by Jack Carter · 12 years ago
  4. d54beff Expose the fence instruction via the C API. by Filip Pizlo · 12 years ago
  5. 3da011f Fixed an extra for(typo) in the comments by Aditya Nandakumar · 12 years ago
  6. 2f0f121 long lines and white space correction by Jack Carter · 12 years ago
  7. 6fe6dc1 DebugInfo: Partial implementation of DWARF type units. by David Blaikie · 12 years ago
  8. d401099 DebugInfo: Constify accelerator table handling, and separate type accelarator insertion in preparation for a second use of this code from type units. by David Blaikie · 12 years ago
  9. 4bc2e3a SLPVectorizer: Fix stale for Value pointer array by Arnold Schwaighofer · 12 years ago
  10. 413f7be SLPVectorizer: Fix whitespace errors by Arnold Schwaighofer · 12 years ago
  11. 2fb0234 [mips] Resolve relocation for the stubs in MCJIT when load address is known by Petar Jovanovic · 12 years ago
  12. 217baac [DAG] Refactor vector splitting code in SelectionDAG. No functional change intended. by Juergen Ributzka · 12 years ago
  13. edeaa64 Make it explicit that nulls are not allowed in names. by Rafael Espindola · 12 years ago
  14. a49e1f5 llvm-cov: Moved printing after error checks. by Yuchen Wu · 12 years ago
  15. 0233715 reverts 195057 per request by Jack Carter · 12 years ago
  16. d6fde40 llvm-cov: Added constness property to methods. by Yuchen Wu · 12 years ago
  17. 5903eca DataLayout: value initialize globals to avoid static construction. by Benjamin Kramer · 12 years ago
  18. 72935dd Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
  19. 0d63cf0 Obvious pasto survived a couple rounds of cleanup. by Andrew Trick · 12 years ago
  20. 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
  21. c5a925c Fix assembly operands for the SSE2 cvtsd2ss instruction. by Cameron McInally · 12 years ago
  22. c5e9981 [Mips] Adjust float ABI settings in case of MIPS16 mode. by Simon Atanasyan · 12 years ago
  23. 4d06b6d Formatting and 80-col. by Eric Christopher · 12 years ago
  24. 5efc006 Fix comment. by Eric Christopher · 12 years ago
  25. d2b3a02 Refactor the section emission code to remove duplicates now that by Eric Christopher · 12 years ago
  26. eee5230 Reformat file. by Eric Christopher · 12 years ago
  27. ed1951e Fix an issue where SROA computed different results based on the relative by Chandler Carruth · 12 years ago
  28. 1b3ab91 Add support for software expansion of 64-bit integer division instructions. by Michael Ilseman · 12 years ago
  29. 0b84386 Fix patchpoint comments. by Andrew Trick · 12 years ago
  30. bb83da2 Add lld to projects to tag. by Bill Wendling · 12 years ago
  31. f5afe71 Add .clang-format without column limit to subdirectory tests/. by Daniel Jasper · 12 years ago
  32. d73d4f4 Use symbolic operands in the patchpoint folding routine and fix a spilling bug. by Andrew Trick · 12 years ago
  33. 8ddf988 Add an abstraction to handle patchpoint operands. by Andrew Trick · 12 years ago
  34. ba0f991 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  35. 36c7806 Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post. by Hao Liu · 12 years ago
  36. e40e68a Remove unused special member functions and reformat. by Eric Christopher · 12 years ago
  37. 15602d7 Fix previous commit and fully remove variable. by Eric Christopher · 12 years ago
  38. 2a4888b Remove unused variable. by Eric Christopher · 12 years ago
  39. f11b55c Implement AArch64 SISD intrinsics for vget_high and vget_low. by Jiangning Liu · 12 years ago
  40. 282a979 implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit integer. by Kevin Qin · 12 years ago
  41. 01dd572 Add predicate for AArch64 crypto instructions. by Jiangning Liu · 12 years ago
  42. e53969b [Mips] Support for MicroMips STO refactoring. by Jack Carter · 12 years ago
  43. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  44. 26efdc5 llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump by David Blaikie · 12 years ago
  45. 8da7540 DwarfDebug: Move trailing else to the same line as prior closing brace by David Blaikie · 12 years ago
  46. d6dffb4 DwarfDebug: Remove some more redundant explicit constructions. by David Blaikie · 12 years ago
  47. 4c1625b [Mips] MipsTargetStreamer refactoring. by Jack Carter · 12 years ago
  48. 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
  49. a7b7a7d Revert "COFF: Emit all MCSymbols rather than filtering out some of them" by Reid Kleckner · 12 years ago
  50. 940267e Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value by Adrian Prantl · 12 years ago
  51. d9ddaa4 Docs: tweak code-block spacing. by Ahmed Bougacha · 12 years ago
  52. fe45fd0 The 'optnone' attribute means don't inline anything into this function by Paul Robinson · 12 years ago
  53. 3560dd2 R600/SI: Fix moveToVALU when the first operand is VSrc. by Matt Arsenault · 12 years ago
  54. 9bc4b2c R600/SI: Fix multiple SGPR reads when using VCC. by Matt Arsenault · 12 years ago
  55. e64a289 R600/SI: Implement add i64, but do not yet enable. by Matt Arsenault · 12 years ago
  56. 15703e0 R600/SI: Specify SSrc operands by Matt Arsenault · 12 years ago
  57. f38be91 R600/SI: addc / adde i32 are legal by Matt Arsenault · 12 years ago
  58. b2254e6 R600/SI: Match addc to S_ADD_U32. by Matt Arsenault · 12 years ago
  59. 62f35fb R600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32 by Matt Arsenault · 12 years ago
  60. f53b784 R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable by Matt Arsenault · 12 years ago
  61. 3e38856 R600/SI: Move patterns to match add / sub to scalar instructions by Matt Arsenault · 12 years ago
  62. 836c513 R600/SI: Fix extra defs of VCC / SCC. by Matt Arsenault · 12 years ago
  63. b570599 R600: Enable the IR structurizer by default by Tom Stellard · 12 years ago
  64. 44248e0 R600: Fix a crash in the AMDILCFGStrucurizer by Tom Stellard · 12 years ago
  65. ef37e45 R600: Add a SubtargetFeatture for disabling the ifcvt pass. by Tom Stellard · 12 years ago
  66. b4c3516 R600: Use lower-case for EnableIRStructurizer feature by Tom Stellard · 12 years ago
  67. 204c953 R600/SI: Fix illegal VGPR->SGPR copy inside of loop by Tom Stellard · 12 years ago
  68. bf9ddd5 R600/SI: Fix another case of illegal VGPR->SGPR copy by Tom Stellard · 12 years ago
  69. 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
  70. eae6e54 Fixing a possible memory leak from a failing realloc() call. by Aaron Ballman · 12 years ago
  71. 6919bec Recover gracefully when deserializing invalid YAML input. by Alexander Kornienko · 12 years ago
  72. 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
  73. 874081c [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV. by NAKAMURA Takumi · 12 years ago
  74. 07a3c48 LoopVectorizer: Extend the induction variable to a larger type by Arnold Schwaighofer · 12 years ago
  75. 2342720 [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code for (ConstantFP 0.0) by Daniel Sanders · 12 years ago
  76. 26651c7 [mips][msa] Update encoding of bnz.v (typo). by Matheus Almeida · 12 years ago
  77. 95adf91 [mips][msa] Fix immediate value of LSA instruction as it was being wrongly encoded. by Matheus Almeida · 12 years ago
  78. f56f1df Fix forgotten member initialization detected by MSan bootstrap bot by Alexey Samsonov · 12 years ago
  79. 74e1ee9 [mips][msa] Add MSA to the release notes. by Daniel Sanders · 12 years ago
  80. ea8e144 test-release.sh: tweak RPATH for the binary packages. by Arnaud A. de Grandmaison · 12 years ago
  81. 38ea7b5 Unbreak the build after r194997 by Alexey Samsonov · 12 years ago
  82. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  83. 69b2447 [AArch64 NEON]Add mov alias for simd copy instructions. by Kevin Qin · 12 years ago
  84. 9757775 Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 12 years ago
  85. 65c102e Debug Info Verifier: disable it by default. by Manman Ren · 12 years ago
  86. 1572ba7 Fix spacing, forward declare order. by Matt Arsenault · 12 years ago
  87. 17a88a7 Remove unnecessary temporary construction. by David Blaikie · 12 years ago
  88. fbf70b3 Remove redundant explicit default initialization. by David Blaikie · 12 years ago
  89. 08e51e1 DwarfCompileUnit: Add type safety to createGlobalVariableDIE by David Blaikie · 12 years ago
  90. b923d2f TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo. by Ahmed Bougacha · 12 years ago
  91. 0df7f51 Docs: Clearly separate Operand-related paragraphs. by Ahmed Bougacha · 12 years ago
  92. 3bcf1e3 Docs: Fix typo: NoIntinerary -> NoItinerary. by Ahmed Bougacha · 12 years ago
  93. 6950be2 Debug Info: fix typo in function name. by Manman Ren · 12 years ago
  94. 9564d64 Debug Info Verifier: fix when to find debug info nodes and when to verify them. by Manman Ren · 12 years ago
  95. 2b31b82 Debug Info Verifier: enable public functions of Finder to update the type map. by Manman Ren · 12 years ago
  96. 80ccd9e Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, since r194601. by NAKAMURA Takumi · 12 years ago
  97. c8dc96b Add a loop rerolling flag to the PassManagerBuilder by Hal Finkel · 12 years ago
  98. e8a957d python: Fix check for disasm creation failure by Anders Waldenborg · 12 years ago
  99. 60e4d7f python: Properly initialize before trying to create disasm by Anders Waldenborg · 12 years ago
  100. d192b52 Update CREDITS by Alp Toker · 12 years ago