1. 166579e Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct and ConstantVector. by Jay Foad · 13 years ago
  2. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 13 years ago
  3. b7fbcc9 switch Triple to take twines instead of stringrefs. by Chris Lattner · 13 years ago
  4. 3f25ee0 Add Twine support for characters, and switch twine to use a union internally by Chris Lattner · 13 years ago
  5. 81d686e Never extend live ranges for <undef> uses. by Jakob Stoklund Olesen · 13 years ago
  6. b09701d Correctly handle <undef> tied uses when rewriting after a split. by Jakob Stoklund Olesen · 13 years ago
  7. f627530 Omit explicit length here, now that I've had a chance to test this with gcc. by Frits van Bommel · 13 years ago
  8. d5601cc Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5. by Roman Divacky · 13 years ago
  9. 628ed39 clarify that opaque is actually a struct type, PR10430 by Chris Lattner · 13 years ago
  10. ec8f1ea how about that, StringRef doesn't allow any mutation, thanks to by Chris Lattner · 13 years ago
  11. 87972fa Add RAGreedy::calcCompactRegion. by Jakob Stoklund Olesen · 13 years ago
  12. fe9b2d1 Fix bug in SplitEditor::splitLiveThroughBlock when switching registers. by Jakob Stoklund Olesen · 13 years ago
  13. b466636 Prepare RAGreedy::growRegion for compact regions. by Jakob Stoklund Olesen · 13 years ago
  14. e60f103 Add a simple method for marking blocks with interference in and out. by Jakob Stoklund Olesen · 13 years ago
  15. c7931fd Allow null interference cursors to be queried. by Jakob Stoklund Olesen · 13 years ago
  16. 59a4f9a Fix a silly off by one. by Benjamin Kramer · 13 years ago
  17. a397a11 We always bounds check the bit set, there is no need to emit zero bytes at the end. by Benjamin Kramer · 13 years ago
  18. 71883ed Add more constness. by Benjamin Kramer · 13 years ago
  19. 883d99f ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable. by NAKAMURA Takumi · 13 years ago
  20. 9df8567 Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This should be faster and smaller. by Benjamin Kramer · 13 years ago
  21. f496d68 Give TargetRegisterClass a pointer to the MCRegisterClass and use it to access its data. by Benjamin Kramer · 13 years ago
  22. a7cfc08 Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 13 years ago
  23. 7decee3 CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake. by NAKAMURA Takumi · 13 years ago
  24. 4aa8fe8 config.h.cmake: Reorder along config.h.in. by NAKAMURA Takumi · 13 years ago
  25. 2045ce1 Move trip count discovery outside of the generic LoopUnroll helper. This by Andrew Trick · 13 years ago
  26. ba03377 whitespace by Andrew Trick · 13 years ago
  27. 7f8dff6 createXXXMCCodeGenInfo should be static. by Evan Cheng · 13 years ago
  28. be74029 Sink ARM mc routines into MCTargetDesc. by Evan Cheng · 13 years ago
  29. 4a5ffb3 ARM SSAT instruction 5-bit immediate handling. by Jim Grosbach · 13 years ago
  30. 4428069 Move the last uses of RetainFunc etc. over to using getRetainCallee() etc. by Dan Gohman · 13 years ago
  31. 1608637 Teach cmake configured headers about LLVM_NATIVE_TARGETMC by Oscar Fuentes · 13 years ago
  32. 6ab4e3d Add FIXME by Jim Grosbach · 13 years ago
  33. 0e76edf ARM encoding and assembly parsing tests for SMULWB, SMULWT, SMUSD and SMUSDX. by Jim Grosbach · 13 years ago
  34. bf2845c ARM assembly parsing and encoding updates. by Jim Grosbach · 13 years ago
  35. 256535f Use the enum value for RegClassIDs. by Benjamin Kramer · 13 years ago
  36. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  37. 6682746 add section to ToC by Chris Lattner · 13 years ago
  38. 6808f21 ARM assembly parsing and encoding tests. by Jim Grosbach · 13 years ago
  39. 3b4f417 write the long-overdue strings section of the data structure guide. by Chris Lattner · 13 years ago
  40. 1424c3c Emit the __compact_unwind section first. If there are any frames which weren't by Bill Wendling · 13 years ago
  41. 1359c6d Add a method to set the compact unwind info. by Bill Wendling · 13 years ago
  42. dda1bdc Add a method to get the list of FrameInfos. by Bill Wendling · 13 years ago
  43. bb37dcd Fix test check! by Bruno Cardoso Lopes · 13 years ago
  44. dad3863 Fix PR10422 by adding the necessary AVX UCOMISD memory versions to by Bruno Cardoso Lopes · 13 years ago
  45. 44a4563 ARM assembly parsing and encoding tests for SMLAWB/SMLAWT. by Jim Grosbach · 13 years ago
  46. 7314a20 move the section for string-like containers to follow the section for sequential containers. by Chris Lattner · 13 years ago
  47. ce50103 ARM assembly parsing and encoding tests. by Jim Grosbach · 13 years ago
  48. b544f68 ARM assembly parsing and encoding of SMLAL instruction. by Jim Grosbach · 13 years ago
  49. b206daa ARM encoding and assembly parsing of SMLAD{X} instructions. by Jim Grosbach · 13 years ago
  50. 0ffd4a0 ARM testcases for assembly parsing and encoding SMLA* instructions. by Jim Grosbach · 13 years ago
  51. 8360b5f Add v8f32->v8i32 bitcast. Fixes PR10440 by Bruno Cardoso Lopes · 13 years ago
  52. 23e3101 Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64 by Rafael Espindola · 13 years ago
  53. 6e5fda2 Fix x86's XALUO lowering to return its replacement values instead by Dan Gohman · 13 years ago
  54. a503ede llvm-objdump: Don't ignore errors from raw_fd_ostream. by Benjamin Kramer · 13 years ago
  55. 83a162e llvm-objdump: Skip branches that leave the current function. by Benjamin Kramer · 13 years ago
  56. e0a0314 Fix test failures caused by my so_reg refactoring. by Owen Anderson · 13 years ago
  57. 7c9fbc0 ARM assembly parsing and encoding for SMC instruction. by Jim Grosbach · 13 years ago
  58. 7931df3 Clean up a few more comments. by Jim Grosbach · 13 years ago
  59. 248e6c3 ARM encoding and assembly parsing tests. by Jim Grosbach · 13 years ago
  60. 0fdf6cc Tidy up. by Jim Grosbach · 13 years ago
  61. 0632247 Thumb assembly support for SETEND instruction. by Jim Grosbach · 13 years ago
  62. 53a89d6 Tidy up. by Jim Grosbach · 13 years ago
  63. c27d4f9 ARM assembly parsing and encoding for SETEND instruction. by Jim Grosbach · 13 years ago
  64. 9076b6e ARM assembly parsing and encoding tests for SEL instruction. by Jim Grosbach · 13 years ago
  65. 6c1bb77 Tidy up. by Jim Grosbach · 13 years ago
  66. c848066 Remove unused variables. by Benjamin Kramer · 13 years ago
  67. b4263a6 Fix more MSVC warnings caused by a cases I missed when converting by Jay Foad · 13 years ago
  68. 0a2a60a Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 13 years ago
  69. 48ac8e9 Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. by Chandler Carruth · 13 years ago
  70. 5509403 Update the CMake library dependencies. These shifts are the result of by Chandler Carruth · 13 years ago
  71. 8908ff2 Fix an MSVC warning, caused by a case I missed when converting by Jay Foad · 13 years ago
  72. 4039313 Move the registered target printing in version strings completely out of by Chandler Carruth · 13 years ago
  73. 077c408 Move the logic for printing the registered targets into a static by Chandler Carruth · 13 years ago
  74. 6d51d26 Add an extension point to the CommandLine library where clients can by Chandler Carruth · 13 years ago
  75. 12b2772 lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack. by NAKAMURA Takumi · 13 years ago
  76. 118973a Some LangRef tweaks, per Dan's comments. by Eli Friedman · 13 years ago
  77. 23f34f1 Allow getBlockFreq to return 0. by Jakub Staszak · 13 years ago
  78. 558cc5a GCC complains about the angle of this line. by Benjamin Kramer · 13 years ago
  79. 4e2710c Revert patch which broke some IfConversion tests. by Jakub Staszak · 13 years ago
  80. 8ca9a86 Teach tblgen to emit MCRegisterClasses. by Benjamin Kramer · 13 years ago
  81. 6b59874 Fix typo in #include which revealed in the case-sensitive filesystem. by Jakub Staszak · 13 years ago
  82. c41e593 Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn't by Bruno Cardoso Lopes · 13 years ago
  83. 6683efb -Inspected a AVX code block added by someone in early Feb. This was never used by Bruno Cardoso Lopes · 13 years ago
  84. 08b076c Although we already support this, add testcases for consistency by Bruno Cardoso Lopes · 13 years ago
  85. 74dad55 Add a DAGCombine for transforming 128->256 casts into a simple by Bruno Cardoso Lopes · 13 years ago
  86. d088834 Introduce a new function to lower 256-bit vectors which are not by Bruno Cardoso Lopes · 13 years ago
  87. 589b897 Rename function to be more specific and be more strict about its usage by Bruno Cardoso Lopes · 13 years ago
  88. 8592d90 Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion. by Jakub Staszak · 13 years ago
  89. 152d4a4 Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn necessitates a lot of changes to related bits. by Owen Anderson · 13 years ago
  90. 856e13d Fix MergeInVectorType to check for vector types with the same alloc by Dan Gohman · 13 years ago
  91. 7c6e42e ARM Asm parser range checking for [0,31] immediates. by Jim Grosbach · 13 years ago
  92. 8409f04 ARM parsing and encoding tests for SBC instruction. by Jim Grosbach · 13 years ago
  93. 5333658 Initialize DenseSets lazily. by Benjamin Kramer · 13 years ago
  94. 8ae45af ARM testcases for SADD/SASX parsing and encoding. by Jim Grosbach · 13 years ago
  95. 9d81c97 Add missing getAnalysisUsage in MachineBlockFrequency. by Jakub Staszak · 13 years ago
  96. f790193 ARM assembly parsing support for RSC instruction. by Jim Grosbach · 13 years ago
  97. 86fdff0 ARM assembly parsing support for RSB instruction. by Jim Grosbach · 13 years ago
  98. 616fbdf ARM parsing and encoding tests for RBIT, REV, REV16 and REVSH. by Jim Grosbach · 13 years ago
  99. a4c34ab ARM parsing and encodings tests for saturating arithmetic insns. by Jim Grosbach · 13 years ago
  100. 43d3b31 Tidy up. by Jim Grosbach · 13 years ago