1. a839ffc Add instruction encodings for PEEK and ENDIN. by Richard Osborne · 12 years ago
  2. 8bbff23 Fix a secondary bug I introduced while fixing the first part of PR14478. by Chandler Carruth · 12 years ago
  3. 6e43b7f Fix parameter name in prototypes in XCoreDisassembler. by Richard Osborne · 12 years ago
  4. 5814a88 Hoist a convertValue call to the two paths where it is needed. by Chandler Carruth · 12 years ago
  5. 35150cb Add instruction encodings / disassembly support for rus instructions. by Richard Osborne · 12 years ago
  6. 7f7d201 Hoist the insertVector helper to be a static helper. by Chandler Carruth · 12 years ago
  7. ff6114e Add instruction encodings for ZEXT and SEXT. by Richard Osborne · 12 years ago
  8. 5c531eb Lift the extractVector helper all the way out to a static helper function. by Chandler Carruth · 12 years ago
  9. 8ab1efd Factor the vector load rewriting into a more generic form. by Chandler Carruth · 12 years ago
  10. 1ffe48a Add instruction encodings / disassembly support for 2r instructions. by Richard Osborne · 12 years ago
  11. dd78daa Add instruction encodings / disassembly support for 0r instructions. by Richard Osborne · 12 years ago
  12. 2694948 Simplify assertion in XCoreInstPrinter. by Richard Osborne · 12 years ago
  13. b4d40a0 Update comments to match recommended doxygen style. by Richard Osborne · 12 years ago
  14. 31061e6 Remove unnecessary include. by Richard Osborne · 12 years ago
  15. 12ea410 Fix typo that results in new landing pads not getting a name, fixing PR14617. by Duncan Sands · 12 years ago
  16. d01e3f0 Fix comment typo. by Duncan Sands · 12 years ago
  17. a521e68 Remove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The nodes created by DAG combine don't contain an EFLAGS def. by Craig Topper · 12 years ago
  18. b926afc Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add ANDN to isDefConvertible. by Craig Topper · 12 years ago
  19. b72ae70 Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and lzcnt. by Craig Topper · 12 years ago
  20. 16a1acc Remove store forms of DEC/INC from isDefConvertible. Since they are stores they don't have a register def. by Craig Topper · 12 years ago
  21. 17c84ea Fix the first part of PR14478: memset now works. by Chandler Carruth · 12 years ago
  22. d6e4397 Extract the logic for inserting a subvector into a vector alloca. by Chandler Carruth · 12 years ago
  23. 225d25d Lift the integer splat computation into a helper function. by Chandler Carruth · 12 years ago
  24. a1032b7 Add debug prints for when optimizeLoadInstr folds a load. by Craig Topper · 12 years ago
  25. e4e0089 Add tests for disassembly of 1r XCore instructions. by Richard Osborne · 12 years ago
  26. 54d6266 Add instruction encodings and disassembly for 1r instructions. by Richard Osborne · 12 years ago
  27. 881e3cc Add XCore disassembler. by Richard Osborne · 12 years ago
  28. 054169b Remove invalid instruction encodings. by Richard Osborne · 12 years ago
  29. 1fb0aaa Mark anything deriving from PseudoInstXCore as a pseudo instruction. by Richard Osborne · 12 years ago
  30. a44a751 Set instruction size correctly in XCoreInstrFormats.td by Richard Osborne · 12 years ago
  31. 9578d79 Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission. by Richard Osborne · 12 years ago
  32. 6438214 Replace ${:comment} with the comment symbol. by Richard Osborne · 12 years ago
  33. 0641bd7 Declare class DwarfDebug before use instead of relying on a forward declaration by Dmitri Gribenko · 12 years ago
  34. ac3fab4 MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel(). by NAKAMURA Takumi · 12 years ago
  35. 2c3a464 This patch is needed to make c++ exceptions work for mips16. by Reed Kotler · 12 years ago
  36. 388fc6a X86: Add a couple of target-specific dag combines that turn VSELECTS into psubus if possible. by Benjamin Kramer · 12 years ago
  37. d12de95 Add a corollary test for PR14572. We got this code path correct already. by Chandler Carruth · 12 years ago
  38. 1982005 Relax an overly aggressive assert to fix PR14572. by Chandler Carruth · 12 years ago
  39. 5db4bce Make '-mtune=x86_64' assume fast unaligned memory accesses. by Chandler Carruth · 12 years ago
  40. 0625929 Actually update the grammar of this sentence to reflect the removal of CellSPU. by Chandler Carruth · 12 years ago
  41. 0005093 Revert r170246, "Enable the loop vectorizer by default." by NAKAMURA Takumi · 12 years ago
  42. ed23fa8 This code implements most of mips16 hardfloat as it is done by gcc. by Reed Kotler · 12 years ago
  43. b1e66d0 To simplify some code move the unit emission into the holders. by Eric Christopher · 12 years ago
  44. cf6b8ad Use begin and end label names from the section for info. by Eric Christopher · 12 years ago
  45. a827a47 Make sure the alternate PC+imm syntax of LDR instruction with a small by Kevin Enderby · 12 years ago
  46. 07acee7 Add back FoldOpIntoPhi optimizations with fix. Included test cases to help catch these errors and to test the presence of the optimization itself by Michael Ilseman · 12 years ago
  47. f53e7cb Enable the loop vectorizer by default. by Nadav Rotem · 12 years ago
  48. 0a1e914 TypeLegalizer: Do not generate target specific nodes with illegal types, because we cant type-legalize them. by Nadav Rotem · 12 years ago
  49. 58d15b5 Release notes for dragonegg 3.2. by Duncan Sands · 12 years ago
  50. fd360c3 Fix a crash in ValueTracking on vectors of pointers. by Nadav Rotem · 12 years ago
  51. d3eb4f4 This patch removes some nondeterminism from direct object file output by Bill Schmidt · 12 years ago
  52. 99cbdde by Pedro Artigas · 12 years ago
  53. a5ed031 rdar://12753946 by Shuxin Yang · 12 years ago
  54. 63cab6c [CMake] Move libxml2 stuff from clang to llvm/cmake. by NAKAMURA Takumi · 12 years ago
  55. b453e16 This patch improves the 64-bit PowerPC InitialExec TLS support by providing by Bill Schmidt · 12 years ago
  56. 79c3742 Fix lint warnings in MemorySanitizer.cpp. by Evgeniy Stepanov · 12 years ago
  57. 9f1f63e The CellSPU backend is more than experimental, it's dead now... by Chandler Carruth · 12 years ago
  58. dea0c19 Remove a section that was in 3.1's notes. by Chandler Carruth · 12 years ago
  59. 63cca4e [msan] Origin stores and loads do not need explicit alignment. by Evgeniy Stepanov · 12 years ago
  60. e6b63c1 Remove several entries from the 3.2 release notes that were in the 3.1 by Chandler Carruth · 12 years ago
  61. 7629285 Fix the order of these sections of the release notes. by Chandler Carruth · 12 years ago
  62. ff038d7 Add a rough draft of some content about the new SROA. I'll try to proof by Chandler Carruth · 12 years ago
  63. b1c8305 Delete a long-stale "if its ready" comment. All indications is that this by Chandler Carruth · 12 years ago
  64. d7407cd Provide some actual highlight bullets for Clang. by Chandler Carruth · 12 years ago
  65. e08878e [msan] Refactor default shadow propagation and origin tracking. by Evgeniy Stepanov · 12 years ago
  66. 702474d Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. by Patrik Hagglund · 12 years ago
  67. 31bc9e0 revert r170166 - disable the loop vectorizer. by Nadav Rotem · 12 years ago
  68. 44a71c4 Enable the loop vectorizer. by Nadav Rotem · 12 years ago
  69. a97fd7f Disable the loop vectorizer. by Nadav Rotem · 12 years ago
  70. caf946e Use the new MI bundling API in MachineInstrBundle itself. by Jakob Stoklund Olesen · 12 years ago
  71. 200e237 Remove two popcount patterns which we are already able to recognize. by Shuxin Yang · 12 years ago
  72. 9ad73e9 Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by default. I plan to revert this patch later today. by Nadav Rotem · 12 years ago
  73. 01bc2b3 Debug Info: add support to mark member variables as artificial by David Blaikie · 12 years ago
  74. 05bc091 fix comment. by Chris Lattner · 12 years ago
  75. 1e18b86 This is another cleanup patch for 64-bit PowerPC TLS processing. I had by Bill Schmidt · 12 years ago
  76. 009e1e2 Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. by Patrik Hagglund · 12 years ago
  77. c5351a0 docs: Improve discussion of syntax highlighting. by Sean Silva · 12 years ago
  78. dcd3a70 Documentation: CompilerWriterInfo.rst: update link to Intel documentation by Dmitri Gribenko · 12 years ago
  79. 08f2d93 Fix warnings with -DNDEBUG by Tom Stellard · 12 years ago
  80. dfebc4c This is just a clean-up patch that simplifies the initial-exec TLS logic by by Bill Schmidt · 12 years ago
  81. 860e7cd Change TargetLowering::getRepRegClassFor to take an MVT, instead of EVT. by Patrik Hagglund · 12 years ago
  82. d14baf4 Add options to disable building of ARCMT, Rewriter and Static Analyzer by Roman Divacky · 12 years ago
  83. 1d3b7e7 Fix spelling by Joel Jones · 12 years ago
  84. 0069b55 JITEventListener.h: Use llvm-config.h instead of config.h. by NAKAMURA Takumi · 12 years ago
  85. bb9004e Revert r170020, "Simplify negated bit test", for now. by NAKAMURA Takumi · 12 years ago
  86. dbabd5a Add a dummy documentation file to unbreak 'make install'. We need to find how by Dmitri Gribenko · 12 years ago
  87. dcb024d Revert "Restore the PHI optimization I accidently removed" temporarily since by Eric Christopher · 12 years ago
  88. ef85814 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 12 years ago
  89. a61b17c Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. by Patrik Hagglund · 12 years ago
  90. e3ec87a Add a funciton to get the segment name of a section. by Rafael Espindola · 12 years ago
  91. 99c86c7 Missed these calls from the previous rename somehow. by Rafael Espindola · 12 years ago
  92. dbaa237 Rename isPowerOfTwo to isKnownToBeAPowerOfTwo. by Rafael Espindola · 12 years ago
  93. ed185da [mips] Do not copy GOT address to register $gp if the function being called has by Akira Hatanaka · 12 years ago
  94. 8ad435f Pattern matching code for intrinsics. by Michael Ilseman · 12 years ago
  95. 05fa24c Remove extraneous debugging code. by Eric Christopher · 12 years ago
  96. 44fedba Use default label name for a section in emitting abbreviation by Eric Christopher · 12 years ago
  97. b1cc6f3 Add a way of printing out an arbitrary label name for a section by Eric Christopher · 12 years ago
  98. 8961924 m_CombineOr and m_CombineAnd pattern combinators by Michael Ilseman · 12 years ago
  99. fde71f4 Define getHostCPUFeatures for ARM Linux platform by Hao Liu · 12 years ago
  100. c567b1c [mips] Delete all floating point instruction classes that are no longer used. by Akira Hatanaka · 12 years ago