1. c476ed9 remove JIT support from the Alpha backend. The JIT will be moving to MC, by Chris Lattner · 14 years ago
  2. 2ae2302 Segregate tests by target. by Dale Johannesen · 14 years ago
  3. b0269cd random acts of tidiness. by Chris Lattner · 14 years ago
  4. cd6636c Teach InstructionSimplify about phi nodes. I chose to have it simply by Duncan Sands · 14 years ago
  5. c0362d5 Boost the power of phi node constant folding slightly: if all by Duncan Sands · 14 years ago
  6. b08ca27 unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests. by NAKAMURA Takumi · 14 years ago
  7. 12a86f5 Strip trailing whitespace. by Duncan Sands · 14 years ago
  8. 6857373 rename test. by Chris Lattner · 14 years ago
  9. 2fe9b6a filecheckize, remove an old and useless test by Chris Lattner · 14 years ago
  10. 961e588 this test is pretty pointless and "propogation" isn't a word (or so Misha claims). by Chris Lattner · 14 years ago
  11. 83da6cd Second attempt at providing correct encodings for Thumb2 binary operators. by Owen Anderson · 14 years ago
  12. 1f4f9e3 Handle a peculiar comdat case: Creating a section with an undefined by Rafael Espindola · 14 years ago
  13. 9f6e03f FileCheck: Eliminate DOSish \r from input file. by NAKAMURA Takumi · 14 years ago
  14. ab4a7af Simplify getSymbolIndexInSymbolTable by setting the actual index of the symbols. by Rafael Espindola · 14 years ago
  15. 7e528a1 Fix warning. by Rafael Espindola · 14 years ago
  16. dd609e9 Testcase to go along with commit 118923 ("Have GVN simplify instructions by Duncan Sands · 14 years ago
  17. 948cf02 Recognise 32-bit ror-based bswap implementation used by uclibc by Peter Collingbourne · 14 years ago
  18. 9836118 Support ; as asm separator by Peter Collingbourne · 14 years ago
  19. 096aa79 Generalize the reassociation transform in SimplifyCommutative (now renamed to by Duncan Sands · 14 years ago
  20. 768b87c Fix typo pointed out by Trevor Harmon. by Duncan Sands · 14 years ago
  21. c93989a Comment out the defms until they're activated. by Bill Wendling · 14 years ago
  22. ddc918b Add uses of the *_ldst_multi multiclasses. These aren't used yet. by Bill Wendling · 14 years ago
  23. 1f4abcf Convert the modes to lower case. by Bill Wendling · 14 years ago
  24. 04863d0 Minor cleanups: by Bill Wendling · 14 years ago
  25. 6c470b8 Add *_ldst_mult multiclasses to the ARM back-end. These will be used in the by Bill Wendling · 14 years ago
  26. 115a3dd MC: Simplify Mach-O and ELF object writer implementations. by Daniel Dunbar · 14 years ago
  27. 90eff73 Fixed error and re-enabled MBlaze MC disassembler tests. by Wesley Peck · 14 years ago
  28. c47f7d6 Conditional moves are slightly more expensive than moves. by Evan Cheng · 14 years ago
  29. e9c0ff2 Fix warning and add support for printing gnu_unique_object. by Rafael Espindola · 14 years ago
  30. e13a0ff Parse and record the gnu_unique_object type. by Rafael Espindola · 14 years ago
  31. ce8ca9a Trailing whitespace. by Jim Grosbach · 14 years ago
  32. 4f8b791 This test stops after disassembling 1 instructions on by Dale Johannesen · 14 years ago
  33. c50a0fd Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 14 years ago
  34. 7247c07 Add test cases that should have been committed with 118969. by Wesley Peck · 14 years ago
  35. 48dd875 JIT: More nitty style tweakage, aka territory marking. by Daniel Dunbar · 14 years ago
  36. afd693c report_fatal_error: Simplify a possible ambiguity. by Daniel Dunbar · 14 years ago
  37. 5b1d431 More style nittiness. by Daniel Dunbar · 14 years ago
  38. f47a7b2 Clean up some doxyments/style. by Daniel Dunbar · 14 years ago
  39. ec57d53 1. Adding test cases for MBlaze MC disassembler. by Wesley Peck · 14 years ago
  40. 63f3544 Add conditional move of large immediate. by Evan Cheng · 14 years ago
  41. df7e0f8 Swap multiclass operand order for consistency with other patterns. by Jim Grosbach · 14 years ago
  42. 0f6e33b Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexed by Jim Grosbach · 14 years ago
  43. 64185cc Fix the encoding of negative line deltas. by Rafael Espindola · 14 years ago
  44. 32c7a5e Fix some more 80-col violas. by Daniel Dunbar · 14 years ago
  45. ab19da4 Fix 80-col violation / non-sensicalness. by Daniel Dunbar · 14 years ago
  46. 9e0bfb5 More ARM load/store indexed refactoring. Also fix an incorrect IndexMode by Jim Grosbach · 14 years ago
  47. 0e65eb2 Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure. by Dan Gohman · 14 years ago
  48. 935338b Update CMake. by Daniel Dunbar · 14 years ago
  49. 46a2716 lli: Switch to using ParseIRFile, for consistency with other LLVM tools. by Daniel Dunbar · 14 years ago
  50. e5e0ef1 Fix an obvious typo which inverted an immediate. by Evan Cheng · 14 years ago
  51. 6eb39a0 This should be still failing, but is. Disable it with the by Eric Christopher · 14 years ago
  52. 24d06f2 1. Adding missing immediate mode asm parser test cases. by Wesley Peck · 14 years ago
  53. 84e86c0 Temporarily revert this. by Eric Christopher · 14 years ago
  54. 11c11f8 For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled with movi + orr. by Evan Cheng · 14 years ago
  55. 8bfdd87 Fixing improperly encoded reverse subtract instructions in MBlaze backend. by Wesley Peck · 14 years ago
  56. b9a643e Revert r118939 while I work out why it broke some buildbots. by Owen Anderson · 14 years ago
  57. 41400da 1. Finishing MBlaze MC asm parser test cases by Wesley Peck · 14 years ago
  58. 522ad74 Remove DW_AT_start_scope support. It is incomplete and superseeded by location entries support. by Devang Patel · 14 years ago
  59. 7a6b810 Attemt to provide correct encodings for Thumb2 binary operators. by Owen Anderson · 14 years ago
  60. 893d7fe Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+orr or movw+movt depending on the subtarget. by Evan Cheng · 14 years ago
  61. c0394c0 Make this happen for ARM like x86. Don't entirely bail out when by Eric Christopher · 14 years ago
  62. 875a6ac Add conditional mvn instructions. by Evan Cheng · 14 years ago
  63. e1634e9 Zap a copy/paste-o bit of dead code. by Jim Grosbach · 14 years ago
  64. 2716e25 Refactor to parameterize some ARM load/store encoding patterns. Preparatory by Jim Grosbach · 14 years ago
  65. 5de6d84 First stab at providing correct Thumb2 encodings, start with adc. by Owen Anderson · 14 years ago
  66. 88c3df7 Have GVN simplify instructions as it goes. For example, consider by Duncan Sands · 14 years ago
  67. 529916c Add some missing isel predicates on def : pat patterns to avoid generating VFP vmla / vmls (they cause stalls). Disabling them in isel is properly not a right solution, I'll look into a proper solution next. by Evan Cheng · 14 years ago
  68. b39e648 Kill more unused stuff. by Jim Grosbach · 14 years ago
  69. 1261a2f MCELF: Copy the symbol name only if we're going to modify it. by Benjamin Kramer · 14 years ago
  70. a0a6a47 Remove unused class. by Jim Grosbach · 14 years ago
  71. 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
  72. 52668c9 When the definition of an address value is in a different block by Dan Gohman · 14 years ago
  73. 269f10b accept lret as an alias for lretl, fixing the reopened part of PR8592 by Chris Lattner · 14 years ago
  74. bac0ad9 Remove what looks like dead code in the production of debug lines. by Rafael Espindola · 14 years ago
  75. f06202f typo (4th checkin for one fix) by Andrew Trick · 14 years ago
  76. 11f20ed Emacs auto-fill bug. by Andrew Trick · 14 years ago
  77. d75c3f1 Fill in the default predication bits for ARM unconditional branch. by Jim Grosbach · 14 years ago
  78. 4252ffd Test case for PR8287: SD scheduling time. Fixed in r118904. by Andrew Trick · 14 years ago
  79. 80f9e67 Encoding for ARM LDRSB instructions. by Jim Grosbach · 14 years ago
  80. de91f3c Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents by Andrew Trick · 14 years ago
  81. 6b5e397 implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. by Chris Lattner · 14 years ago
  82. a29aae7 tidy up. by Chris Lattner · 14 years ago
  83. d4a3526 gnu as support both % and @ before types, do the same. by Rafael Espindola · 14 years ago
  84. c9d8a75 Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod, at least. by Dan Gohman · 14 years ago
  85. 7ea1ab5 Fix memory access lowering on SPU, adding by Kalle Raiskila · 14 years ago
  86. d0c82a6 Fix up a few more spots of addrmode2 (or not) changes that were by Eric Christopher · 14 years ago
  87. b238536 Enable TBAA. by Dan Gohman · 14 years ago
  88. 5e77f4b Fix some style issues in PBQP. Patch by David Blaikie. by Lang Hames · 14 years ago
  89. 720a2ed Enhance DSE to handle the case where a free call makes more than by Dan Gohman · 14 years ago
  90. 02df7e9 Filecheckize. by Dan Gohman · 14 years ago
  91. 0e03456 Remove possibly useful info from comment, per Chris. by Dale Johannesen · 14 years ago
  92. 7d5652d Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> by Bruno Cardoso Lopes · 14 years ago
  93. 97928d1 describe the preferred approach to silencing 'unused variable warnings' due to asserts. by Chris Lattner · 14 years ago
  94. ccb5c67 add operand iterator apis to MachineInstr, patch by ether zhhb. by Chris Lattner · 14 years ago
  95. e50e6bc Start of support for binary emit of 16-it Thumb instructions. by Jim Grosbach · 14 years ago
  96. 8f14391 Fill out support for Thumb2 encodings of NEON instructions. by Owen Anderson · 14 years ago
  97. 48bcda4 The BRK instruction in the MicroBlaze is a branch-and-link. by Wesley Peck · 14 years ago
  98. 67b6464 Doxygenify by Nick Lewycky · 14 years ago
  99. 6d8eb15 Add helper functions for computing the Location of load, store, by Dan Gohman · 14 years ago
  100. ef5b390 Fix tblgen instruction errors exposed by MC asm parser tests by Wesley Peck · 14 years ago