1. 3c2c954 reapply r148901 with a crucial fix. by Chris Lattner · 13 years ago
  2. bce73e0 Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been removed a while ago. by Craig Topper · 13 years ago
  3. 4bd73ca Mark 64-bit register RA_64 unused too. by Akira Hatanaka · 13 years ago
  4. de5a0b6 Modify MipsFrameLowering::emitPrologue and emitEpilogue. by Akira Hatanaka · 13 years ago
  5. 36e91e9 Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to by Akira Hatanaka · 13 years ago
  6. 042883f Merge intrinsic pattern and no pattern versions of VCVTSD2SI intruction definitions. Matches non-AVX version of same instructions. by Craig Topper · 13 years ago
  7. e8e7b29 -fvisibility-inlines-hidden is a c++ only option. by Rafael Espindola · 13 years ago
  8. 50da3cb MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc. by NAKAMURA Takumi · 13 years ago
  9. 1486ae6 Fix assert("msg"). Fix unused-variable warnings complaining about VT used only by Nick Lewycky · 13 years ago
  10. e0794d3 Target/Mips: Unbreak CMake build. by NAKAMURA Takumi · 13 years ago
  11. 57fa382 Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. by Akira Hatanaka · 13 years ago
  12. 1ab525e Revert r148901 because it crashes llvm tests. by Argyrios Kyrtzidis · 13 years ago
  13. 82385c9 Introduce a new ConstantVector::getSplat constructor function to by Chris Lattner · 13 years ago
  14. dc81eae Add class MipsAnalyzeImmediate which comes up with an instruction sequence to by Akira Hatanaka · 13 years ago
  15. af7b4fb Remove the Type::getNumElements() method, which is only called in 4 places, by Chris Lattner · 13 years ago
  16. 0f193b8 Use the right method to get the # elements in a CDS. by Chris Lattner · 13 years ago
  17. a57a36a NEON VLD4(all lanes) assembly parsing and encoding. by Jim Grosbach · 13 years ago
  18. 6cd6a68 Tidy up. Rename VLD4DUP patterns for consistency. by Jim Grosbach · 13 years ago
  19. 5e59f7e NEON VLD3(all lanes) assembly parsing and encoding. by Jim Grosbach · 13 years ago
  20. 2527188 Additional methods for SmallString. by Talin · 13 years ago
  21. d36f5af Set correct <def,undef> flags when lowering REG_SEQUENCE. by Jakob Stoklund Olesen · 13 years ago
  22. 1ce6a36 Use the standard MachineFunction::print() after SlotIndexes. by Jakob Stoklund Olesen · 13 years ago
  23. 25dae8f Sign-extend 32-bit integer arguments when they are passed in 64-bit registers, by Akira Hatanaka · 13 years ago
  24. 08067b2 Pass CCState by reference. by Akira Hatanaka · 13 years ago
  25. e6e4b3a Pattern for f32 to i64 conversion. by Akira Hatanaka · 13 years ago
  26. c389af9 ARM Darwin symbol ref differences w/o subsection-via-symbols. by Jim Grosbach · 13 years ago
  27. 3b96e1f Intel Syntax: Extend special hand coded logic, to recognize special instructions, for intel syntax. by Devang Patel · 13 years ago
  28. 5387f2e 64-bit sign extension in register instructions. by Akira Hatanaka · 13 years ago
  29. f35307c Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  30. 7f64823 Sink assert-only variables into the asserts by Matt Beaumont-Gay · 13 years ago
  31. 0307b9a [asan] enable asan only for the functions that have Attribute::AddressSafety by Kostya Serebryany · 13 years ago
  32. 88a54de NEON VST4(one lane) assembly parsing and encoding. by Jim Grosbach · 13 years ago
  33. 4f8dc7b Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand. by Owen Anderson · 13 years ago
  34. e983a13 NEON VLD4(one lane) assembly parsing and encoding. by Jim Grosbach · 13 years ago
  35. 10c6fdc Fix old doxygen comment. by Jakob Stoklund Olesen · 13 years ago
  36. 5b52f6d Add an (interleave A, B, ...) SetTheory operator. by Jakob Stoklund Olesen · 13 years ago
  37. 9136f21 Undo an over zealous rename. This bit of the CMake build really is by Chandler Carruth · 13 years ago
  38. 1ac2060 NEON Two-operand assembly aliases for VSRA. by Jim Grosbach · 13 years ago
  39. 5d9bad4 Remove redundant test file. by Jim Grosbach · 13 years ago
  40. 5e497d3 NEON Two-operand assembly aliases for VSLI. by Jim Grosbach · 13 years ago
  41. d8ee0cc NEON Two-operand assembly aliases for VSRI. by Jim Grosbach · 13 years ago
  42. 28f1f91 Tidy up. by Jim Grosbach · 13 years ago
  43. 78d13e1 NEON add correct predicates for some asm aliases. by Jim Grosbach · 13 years ago
  44. b2b3d7d Reword comment based on feedback by Duncan Sands. by David Blaikie · 13 years ago
  45. bec2d03 basic instcombine support for CDS. by Chris Lattner · 13 years ago
  46. 29cc6cb C++, CBE, and TLOF support for ConstantDataSequential by Chris Lattner · 13 years ago
  47. 3210060 Rearrange argument order of ::get methods so that LLVMContext comes first, by Chris Lattner · 13 years ago
  48. 28d7e71 ZERO_EXTEND operation is optimized for AVX. by Elena Demikhovsky · 13 years ago
  49. 1ee0ecf add more support for ConstantDataSequential by Chris Lattner · 13 years ago
  50. 53fa1ae An option to selectively enable part of ARM EHABI support. by Evgeniy Stepanov · 13 years ago
  51. e697b4f Bit pack DIE structures better. by Benjamin Kramer · 13 years ago
  52. bae0884 Fix the testcases for the previous patch. by Eric Christopher · 13 years ago
  53. 8a69834 Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it. by Eric Christopher · 13 years ago
  54. 9e631da Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, by Chris Lattner · 13 years ago
  55. 6233907 Add various "string" methods to ConstantDataSequential, which have the by Chris Lattner · 13 years ago
  56. a97a5ea add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_back on a vector, but a) aren't destructive to "this", and b) can take a # elements to drop. by Chris Lattner · 13 years ago
  57. df39028 teach valuetracking about ConstantDataSequential by Chris Lattner · 13 years ago
  58. dada586 switch SCEV to use the new ConstantFoldLoadThroughGEPIndices function by Chris Lattner · 13 years ago
  59. a97ddd0 Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr by Chris Lattner · 13 years ago
  60. ff2b7f3 Add some accessor methods to CAZ and UndefValue that help simplify clients. by Chris Lattner · 13 years ago
  61. 46de2d5 Use correct register class for am2offset register operands. by Anton Korobeynikov · 13 years ago
  62. defe12d Preserve <def,undef> flags in CoalesceExtSubRegs. by Jakob Stoklund Olesen · 13 years ago
  63. 45bb5c5 implement the ConstantDataSequential accessor methods. by Chris Lattner · 13 years ago
  64. dfc8e47 Add comments near load pattern fragments indicating that all integer vector loads are promoted to v2i64 or v4i64 so that no one tries to reintroduce pattern fragments for other types. by Craig Topper · 13 years ago
  65. 539aab7 NEON VST4(multiple 4 element structures) assembly parsing. by Jim Grosbach · 13 years ago
  66. 8abe7e3 NEON VLD4(multiple 4 element structures) assembly parsing. by Jim Grosbach · 13 years ago
  67. 7945ead Tidy up. Remove some vertical space for readability. by Jim Grosbach · 13 years ago
  68. 3eb4be0 Revert r148686 (and r148694, a fix to it) due to a serious layering by Chandler Carruth · 13 years ago
  69. 7b426ce Fix typo. by Jim Grosbach · 13 years ago
  70. 4adb182 NEON VST3(single element from one lane) assembly parsing. by Jim Grosbach · 13 years ago
  71. 392ad6d Fix typo. by Devang Patel · 13 years ago
  72. d7433e2 NEON VST3(multiple 3-element structures) assembly parsing. by Jim Grosbach · 13 years ago
  73. 153c8ad Changing bitfield enums to unsigned ints. by David Blaikie · 13 years ago
  74. c387fc6 NEON VLD3(multiple 3-element structures) assembly parsing. by Jim Grosbach · 13 years ago
  75. 2c6d0f2 Add missed mayStore flag to STREXD / t2STREXD by Anton Korobeynikov · 13 years ago
  76. 27dd9cf start the implementation of a new ConstantDataVector and ConstantDataArray by Chris Lattner · 13 years ago
  77. 4302a49 Remove extraneous ';'s. by Bill Wendling · 13 years ago
  78. d0278d5 Remove dead default. by David Blaikie · 13 years ago
  79. f2d2137 Intel syntax: Robustify parsing of memory operand's displacement experssion. by Devang Patel · 13 years ago
  80. c1bddef Simplify llvm::cl::Option by using a bit field instead of manual bit packing. by David Blaikie · 13 years ago
  81. 3a678af NEON VLD3 lane-indexed assembly parsing and encoding. by Jim Grosbach · 13 years ago
  82. 16d7d43 Add support for .cfi_signal_frame. Fixes pr11762. by Rafael Espindola · 13 years ago
  83. e55bbfe Various public StringMap methods take or return "MapEntryTy", make it public. by Chris Lattner · 13 years ago
  84. e0bd8c3 copyImplicitOps is redundant here - the loop above already copies these ops. by Lang Hames · 13 years ago
  85. d0848a6 Fix PR11829. PostRA LICM was too aggressive. by Jakob Stoklund Olesen · 13 years ago
  86. 39f6660 Simplify debug output. by Jakob Stoklund Olesen · 13 years ago
  87. 3e08131 Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI] by Devang Patel · 13 years ago
  88. 8b31f95 Simplify some NEON assembly pseudo definitions. by Jim Grosbach · 13 years ago
  89. ee705a7 Silence warnings in -asserts build by Matt Beaumont-Gay · 13 years ago
  90. 7c64fe6 Intel syntax: Parse segment registers. by Devang Patel · 13 years ago
  91. 9df0fb4 convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without by Chris Lattner · 13 years ago
  92. 0adabe5 revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes, it will need to copy around arbitrary pointers by Chris Lattner · 13 years ago
  93. 95889fa revert r148691 and 148693 by Chris Lattner · 13 years ago
  94. 2587804 Implemented AddressSanitizer::getPassName() by Alexander Potapenko · 13 years ago
  95. db4b85f ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here. by NAKAMURA Takumi · 13 years ago
  96. 3755615 switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. by Chris Lattner · 13 years ago
  97. 300a263 Fix broken link. by Nick Lewycky · 13 years ago
  98. 2a82d82 Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. by Chris Lattner · 13 years ago
  99. cef3925 allow OwningPtr to be copy constructed if null, which is required to by Chris Lattner · 13 years ago
  100. 7925e25 Custom lower PCMPEQ/PCMPGT intrinsics to target specific nodes and remove the intrinsic patterns. by Craig Topper · 13 years ago