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