1. c0115b5 reduce X86MCInstLower dependencies on asmprinter. by Chris Lattner · 15 years ago
  2. 0c13cf3 pass around MF, not MMI. by Chris Lattner · 15 years ago
  3. 4f1be4a Rename removeAllMetadata to clearMetadataHashEntries and simplify by Dan Gohman · 15 years ago
  4. 7648bd4 cleanups. by Chris Lattner · 15 years ago
  5. 1a34c83 move two asmprinter methods into the asmprinter .cpp file. by Chris Lattner · 15 years ago
  6. 6a0dc07 Implement loop splitting analysis. by Jakob Stoklund Olesen · 15 years ago
  7. 5d80911 Remove an obsolete comment. by Dan Gohman · 15 years ago
  8. 19538d1 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  9. a7f9563 Include some tests for the recently committed ELF section directive handlers. by Matt Fleming · 15 years ago
  10. 21d35c1 Fix test for switch statements and increase threshold a bit per experimentation. by Dale Johannesen · 15 years ago
  11. c510a70 there is now no reason to link in TARGETS_TO_BUILD since we list by Chris Lattner · 15 years ago
  12. 6f2cea0 fix edis to only try to link in the x86 parts if the x86 backend is by Chris Lattner · 15 years ago
  13. aac07ea Move more functionality from Pass.cpp to PassRegistry.cpp. This global will go away eventually, but for now we still need it around. by Owen Anderson · 15 years ago
  14. aad9c4c Fix edis makefile by Douglas Gregor · 15 years ago
  15. 4dbbe34 prune #includes a little. by Chris Lattner · 15 years ago
  16. f525c2a Add some more handlers for ELF section directives. by Matt Fleming · 15 years ago
  17. 7fdeab3 Formatting. by Eric Christopher · 15 years ago
  18. e744ab2 fix DISABLE_EDIS by Chris Lattner · 15 years ago
  19. b676d98 Add the rest of the SHT_* values as defined in the System V ABI by Matt Fleming · 15 years ago
  20. 273e48b Add support for a new Apple-style build target, EmbeddedSim, that builds by Bob Wilson · 15 years ago
  21. 56ff3f1 this logic is handled by tools/makefile. by Chris Lattner · 15 years ago
  22. de8d405 Testcase for llvm-gcc commit r108910. by Eric Christopher · 15 years ago
  23. a09e67a Remove setDbgMetadata and getDbgMetadata; their users have been by Dan Gohman · 15 years ago
  24. 8238f02 Let's get those buildbots green: #include is needed in the header, not just the implementation. by Owen Anderson · 15 years ago
  25. bda0252 Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, by Dan Gohman · 15 years ago
  26. e5b2b88 apparently also missing an include. by Chris Lattner · 15 years ago
  27. 8f5880c this is in System by Chris Lattner · 15 years ago
  28. 444e2f5 remove option from tablegen for building static header. by Chris Lattner · 15 years ago
  29. e1c29be Add new AVX instruction vinsertf128 by Bruno Cardoso Lopes · 15 years ago
  30. 6f0414a turn this into a normal header. by Chris Lattner · 15 years ago
  31. 1c861a0 hopefully heal the linux builders by Chris Lattner · 15 years ago
  32. b3c90d9 tidy up by Gabor Greif · 15 years ago
  33. ee9886e I just fail with SVN today. by Owen Anderson · 15 years ago
  34. a4f15d6 there is no reason to dynamically generate a static header. by Chris Lattner · 15 years ago
  35. 234db00 drop edinfo.inc into the objdir for src!=objdir builds. by Chris Lattner · 15 years ago
  36. d15d2f5 Oops. by Owen Anderson · 15 years ago
  37. aab5b32 Update header. by Eric Christopher · 15 years ago
  38. 39b890d Convert the internal PassRegistrar class into a new, external PassRegistry class. No intended functionality change at this point. by Owen Anderson · 15 years ago
  39. ce61aed edis needs to link in mcdisassembler. by Chris Lattner · 15 years ago
  40. 9ae2e33 update cmake. by Chris Lattner · 15 years ago
  41. fed3fed hopefully teach cmake to build the .inc file. by Chris Lattner · 15 years ago
  42. feb9cf4 edinfo doesn't need to be built here. by Chris Lattner · 15 years ago
  43. ca2fcac cmake too by Chris Lattner · 15 years ago
  44. bd9de83 forgot to add a file by Chris Lattner · 15 years ago
  45. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago
  46. c4fd9af remove testing cruft, this can be found in unittests/Support/Casting.cpp now by Gabor Greif · 15 years ago
  47. 43ef3fb Remember that the induction variable is always a PHINode and by Dan Gohman · 15 years ago
  48. e895097 migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file by Gabor Greif · 15 years ago
  49. fc3678a Fix SCEV denormalization of expressions where the exit value from by Dan Gohman · 15 years ago
  50. 2dcacab Pull out r108755. After offline discussion with Chris, we're going to go a different direction with this. by Owen Anderson · 15 years ago
  51. eb4152c Add a fast path for x - x. by Dan Gohman · 15 years ago
  52. 08993c0 extend to cast<> and cast_or_null<> tests by Gabor Greif · 15 years ago
  53. 133e295 Simplify this code; LoopInfo::getCanonicalInductionVariable will only by Dan Gohman · 15 years ago
  54. 7c58dbd Make getOrInsertCanonicalInductionVariable guarantee that its by Dan Gohman · 15 years ago
  55. af8e2ef isa<> tests by Gabor Greif · 15 years ago
  56. b7391fa Change an argument from an Instruction* to a Value*, which is all by Dan Gohman · 15 years ago
  57. ee57dae initial checkin for unittest to exercise Support/Casting.h by Gabor Greif · 15 years ago
  58. 082d6b6 Minor code cleanups. by Dan Gohman · 15 years ago
  59. f27ca42 update tests for smarter BIC usage by Jim Grosbach · 15 years ago
  60. abff280 Appease the colonials. by Jakob Stoklund Olesen · 15 years ago
  61. f084a5e Using BIC for immediates needs an extra bump for its complexity to get by Jim Grosbach · 15 years ago
  62. 6bf8eee The same problem was being tracked in PR7652. by Duncan Sands · 15 years ago
  63. 8ae0263 Beginning SplitKit - utility classes for live range splitting. by Jakob Stoklund Olesen · 15 years ago
  64. 26ede68 Removed un-used code. by Jim Grosbach · 15 years ago
  65. 6089e46 Updated css classes for the pressure table legend. by Lang Hames · 15 years ago
  66. 2725abd Oops - I tables render poorly in Chrome without this explicit height specification. by Lang Hames · 15 years ago
  67. f80f31e Use run-length encoding to represent identical adjacent cells in the pressure by Lang Hames · 15 years ago
  68. 245581b Added support for turning HTML indentation on and off (indentation off by default). by Lang Hames · 15 years ago
  69. 6651b3f Enable LLVM to compile on Mips. Fix PR5828 by Bruno Cardoso Lopes · 15 years ago
  70. 4677379 Fix PR7174, a couple o Mips fixes: by Bruno Cardoso Lopes · 15 years ago
  71. 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
  72. 29e9daa Fix Mips PR7473. Patch by stetorvs@gmail.com by Bruno Cardoso Lopes · 15 years ago
  73. c4bcc77 Switched to rendering after allocation (but before rewriting) in PBQP. by Lang Hames · 15 years ago
  74. 735317c Grammar. by Eric Christopher · 15 years ago
  75. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
  76. 72852a8 Constify some arguments. by Eric Christopher · 15 years ago
  77. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
  78. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago
  79. fb272ad Minor code simplification. by Dan Gohman · 15 years ago
  80. bf1ae5e Don't hoist things out of a large switch inside a by Dale Johannesen · 15 years ago
  81. 7a2b701 x86_32 tests for vbroadcast by Bruno Cardoso Lopes · 15 years ago
  82. 43945d9 Add AVX vbroadcast new instruction by Bruno Cardoso Lopes · 15 years ago
  83. 7b81a0e Update CMake files. by Daniel Dunbar · 15 years ago
  84. 0db4271 Correct line info for declarations/definitions. Radar 8063111. by Stuart Hastings · 15 years ago
  85. f447a5f sink the arm implementations of ASmPrinter and MCInstLower by Chris Lattner · 15 years ago
  86. aef4035 fix a layering problem by moving the x86 implementation by Chris Lattner · 15 years ago
  87. 94143ee Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! by Bruno Cardoso Lopes · 15 years ago
  88. 58b8176 Fix memory leak reported by valgrind. by Devang Patel · 15 years ago
  89. c6e59b7 After a custom inserter, in a block which has constant instructions, by Dan Gohman · 15 years ago
  90. d70f57b ARM has to provide its own TargetLowering::findRepresentativeClass because its scalar floating point registers alias its vector registers. by Evan Cheng · 15 years ago
  91. bd3c63c long past time I added myself to this, I suppose. by Jim Grosbach · 15 years ago
  92. 7ee5d35 Change the implemented interfaces list on PassInfo from a std::vector to a manually implemented by Owen Anderson · 15 years ago
  93. 4332792 Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code by Bob Wilson · 15 years ago
  94. 9674967 MC/Mach-O: Silently ignore .file directives instead of error'ing out on by Daniel Dunbar · 15 years ago
  95. 77e2dd7 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same by Daniel Dunbar · 15 years ago
  96. 519f179 Regenerate. by Owen Anderson · 15 years ago
  97. 4afb309 Remove extraneous character. by Owen Anderson · 15 years ago
  98. 009f20a Regenerate. by Owen Anderson · 15 years ago
  99. ba3fe69 Add support for detecting <mach-o/getsect.h> and the getsect() function. by Owen Anderson · 15 years ago
  100. 5f23a93 Tweak per Chris' comments. by Owen Anderson · 15 years ago