1. b466636 Prepare RAGreedy::growRegion for compact regions. by Jakob Stoklund Olesen · 13 years ago
  2. e60f103 Add a simple method for marking blocks with interference in and out. by Jakob Stoklund Olesen · 13 years ago
  3. c7931fd Allow null interference cursors to be queried. by Jakob Stoklund Olesen · 13 years ago
  4. 59a4f9a Fix a silly off by one. by Benjamin Kramer · 13 years ago
  5. 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
  6. 71883ed Add more constness. by Benjamin Kramer · 13 years ago
  7. 883d99f ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable. by NAKAMURA Takumi · 13 years ago
  8. 9df8567 Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This should be faster and smaller. by Benjamin Kramer · 13 years ago
  9. f496d68 Give TargetRegisterClass a pointer to the MCRegisterClass and use it to access its data. by Benjamin Kramer · 13 years ago
  10. a7cfc08 Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 13 years ago
  11. 7decee3 CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake. by NAKAMURA Takumi · 13 years ago
  12. 4aa8fe8 config.h.cmake: Reorder along config.h.in. by NAKAMURA Takumi · 13 years ago
  13. 2045ce1 Move trip count discovery outside of the generic LoopUnroll helper. This by Andrew Trick · 13 years ago
  14. ba03377 whitespace by Andrew Trick · 13 years ago
  15. 7f8dff6 createXXXMCCodeGenInfo should be static. by Evan Cheng · 13 years ago
  16. be74029 Sink ARM mc routines into MCTargetDesc. by Evan Cheng · 13 years ago
  17. 4a5ffb3 ARM SSAT instruction 5-bit immediate handling. by Jim Grosbach · 13 years ago
  18. 4428069 Move the last uses of RetainFunc etc. over to using getRetainCallee() etc. by Dan Gohman · 13 years ago
  19. 1608637 Teach cmake configured headers about LLVM_NATIVE_TARGETMC by Oscar Fuentes · 13 years ago
  20. 6ab4e3d Add FIXME by Jim Grosbach · 13 years ago
  21. 0e76edf ARM encoding and assembly parsing tests for SMULWB, SMULWT, SMUSD and SMUSDX. by Jim Grosbach · 13 years ago
  22. bf2845c ARM assembly parsing and encoding updates. by Jim Grosbach · 13 years ago
  23. 256535f Use the enum value for RegClassIDs. by Benjamin Kramer · 13 years ago
  24. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  25. 6682746 add section to ToC by Chris Lattner · 13 years ago
  26. 6808f21 ARM assembly parsing and encoding tests. by Jim Grosbach · 13 years ago
  27. 3b4f417 write the long-overdue strings section of the data structure guide. by Chris Lattner · 13 years ago
  28. 1424c3c Emit the __compact_unwind section first. If there are any frames which weren't by Bill Wendling · 13 years ago
  29. 1359c6d Add a method to set the compact unwind info. by Bill Wendling · 13 years ago
  30. dda1bdc Add a method to get the list of FrameInfos. by Bill Wendling · 13 years ago
  31. bb37dcd Fix test check! by Bruno Cardoso Lopes · 13 years ago
  32. dad3863 Fix PR10422 by adding the necessary AVX UCOMISD memory versions to by Bruno Cardoso Lopes · 13 years ago
  33. 44a4563 ARM assembly parsing and encoding tests for SMLAWB/SMLAWT. by Jim Grosbach · 13 years ago
  34. 7314a20 move the section for string-like containers to follow the section for sequential containers. by Chris Lattner · 13 years ago
  35. ce50103 ARM assembly parsing and encoding tests. by Jim Grosbach · 13 years ago
  36. b544f68 ARM assembly parsing and encoding of SMLAL instruction. by Jim Grosbach · 13 years ago
  37. b206daa ARM encoding and assembly parsing of SMLAD{X} instructions. by Jim Grosbach · 13 years ago
  38. 0ffd4a0 ARM testcases for assembly parsing and encoding SMLA* instructions. by Jim Grosbach · 13 years ago
  39. 8360b5f Add v8f32->v8i32 bitcast. Fixes PR10440 by Bruno Cardoso Lopes · 13 years ago
  40. 23e3101 Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64 by Rafael Espindola · 13 years ago
  41. 6e5fda2 Fix x86's XALUO lowering to return its replacement values instead by Dan Gohman · 13 years ago
  42. a503ede llvm-objdump: Don't ignore errors from raw_fd_ostream. by Benjamin Kramer · 13 years ago
  43. 83a162e llvm-objdump: Skip branches that leave the current function. by Benjamin Kramer · 13 years ago
  44. e0a0314 Fix test failures caused by my so_reg refactoring. by Owen Anderson · 13 years ago
  45. 7c9fbc0 ARM assembly parsing and encoding for SMC instruction. by Jim Grosbach · 13 years ago
  46. 7931df3 Clean up a few more comments. by Jim Grosbach · 13 years ago
  47. 248e6c3 ARM encoding and assembly parsing tests. by Jim Grosbach · 13 years ago
  48. 0fdf6cc Tidy up. by Jim Grosbach · 13 years ago
  49. 0632247 Thumb assembly support for SETEND instruction. by Jim Grosbach · 13 years ago
  50. 53a89d6 Tidy up. by Jim Grosbach · 13 years ago
  51. c27d4f9 ARM assembly parsing and encoding for SETEND instruction. by Jim Grosbach · 13 years ago
  52. 9076b6e ARM assembly parsing and encoding tests for SEL instruction. by Jim Grosbach · 13 years ago
  53. 6c1bb77 Tidy up. by Jim Grosbach · 13 years ago
  54. c848066 Remove unused variables. by Benjamin Kramer · 13 years ago
  55. b4263a6 Fix more MSVC warnings caused by a cases I missed when converting by Jay Foad · 13 years ago
  56. 0a2a60a Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 13 years ago
  57. 48ac8e9 Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. by Chandler Carruth · 13 years ago
  58. 5509403 Update the CMake library dependencies. These shifts are the result of by Chandler Carruth · 13 years ago
  59. 8908ff2 Fix an MSVC warning, caused by a case I missed when converting by Jay Foad · 13 years ago
  60. 4039313 Move the registered target printing in version strings completely out of by Chandler Carruth · 13 years ago
  61. 077c408 Move the logic for printing the registered targets into a static by Chandler Carruth · 13 years ago
  62. 6d51d26 Add an extension point to the CommandLine library where clients can by Chandler Carruth · 13 years ago
  63. 12b2772 lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack. by NAKAMURA Takumi · 13 years ago
  64. 118973a Some LangRef tweaks, per Dan's comments. by Eli Friedman · 13 years ago
  65. 23f34f1 Allow getBlockFreq to return 0. by Jakub Staszak · 13 years ago
  66. 558cc5a GCC complains about the angle of this line. by Benjamin Kramer · 13 years ago
  67. 4e2710c Revert patch which broke some IfConversion tests. by Jakub Staszak · 13 years ago
  68. 8ca9a86 Teach tblgen to emit MCRegisterClasses. by Benjamin Kramer · 13 years ago
  69. 6b59874 Fix typo in #include which revealed in the case-sensitive filesystem. by Jakub Staszak · 13 years ago
  70. c41e593 Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn't by Bruno Cardoso Lopes · 13 years ago
  71. 6683efb -Inspected a AVX code block added by someone in early Feb. This was never used by Bruno Cardoso Lopes · 13 years ago
  72. 08b076c Although we already support this, add testcases for consistency by Bruno Cardoso Lopes · 13 years ago
  73. 74dad55 Add a DAGCombine for transforming 128->256 casts into a simple by Bruno Cardoso Lopes · 13 years ago
  74. d088834 Introduce a new function to lower 256-bit vectors which are not by Bruno Cardoso Lopes · 13 years ago
  75. 589b897 Rename function to be more specific and be more strict about its usage by Bruno Cardoso Lopes · 13 years ago
  76. 8592d90 Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion. by Jakub Staszak · 13 years ago
  77. 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
  78. 856e13d Fix MergeInVectorType to check for vector types with the same alloc by Dan Gohman · 13 years ago
  79. 7c6e42e ARM Asm parser range checking for [0,31] immediates. by Jim Grosbach · 13 years ago
  80. 8409f04 ARM parsing and encoding tests for SBC instruction. by Jim Grosbach · 13 years ago
  81. 5333658 Initialize DenseSets lazily. by Benjamin Kramer · 13 years ago
  82. 8ae45af ARM testcases for SADD/SASX parsing and encoding. by Jim Grosbach · 13 years ago
  83. 9d81c97 Add missing getAnalysisUsage in MachineBlockFrequency. by Jakub Staszak · 13 years ago
  84. f790193 ARM assembly parsing support for RSC instruction. by Jim Grosbach · 13 years ago
  85. 86fdff0 ARM assembly parsing support for RSB instruction. by Jim Grosbach · 13 years ago
  86. 616fbdf ARM parsing and encoding tests for RBIT, REV, REV16 and REVSH. by Jim Grosbach · 13 years ago
  87. a4c34ab ARM parsing and encodings tests for saturating arithmetic insns. by Jim Grosbach · 13 years ago
  88. 43d3b31 Tidy up. by Jim Grosbach · 13 years ago
  89. a056d20 Update generated CPP code with the new API on CallInst::Create and ConstantExpr::getGetElementPtr. by Nicolas Geoffray · 13 years ago
  90. 10c7d70 ARM assembly parsing POP/PUSH mnemonics. by Jim Grosbach · 13 years ago
  91. 45e11c7 Fix CMake build by Oscar Fuentes · 13 years ago
  92. 61b1b21 Add tests for ARM PKH assembly parsing. by Jim Grosbach · 13 years ago
  93. 92a2022 Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowing us to distinguish the encodings that use shifted registers from those that use shifted immediates. This is necessary to allow the fixed-length decoder to distinguish things like BICS vs LDRH. by Owen Anderson · 13 years ago
  94. a305fe7 Cleanup: make std::pair usage slightly less indecipherable without actually naming variables! by Andrew Trick · 13 years ago
  95. a50c175 Sink parts of TargetRegisterClass into MCRegisterClass. by Benjamin Kramer · 13 years ago
  96. f6c0525 ARM assembly parsing and encoding for PKHBT and PKHTB instructions. by Jim Grosbach · 13 years ago
  97. dca6cdd Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir by Bruno Cardoso Lopes · 13 years ago
  98. 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 13 years ago
  99. b60e851 Sort case-insensitively. by Jay Foad · 13 years ago
  100. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago